answersLogoWhite

0

Yes, you can rewrite a cuda program originally written in c in c plus plus.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you rewrite on a DVD plus on a DVD player?

Rewrite is a record function, a dvd player is just that, a player.


How do you rewrite 6 plus 6 plus 6 plus 6 plus 6 as multiplication?

6x5


Is there any possibility to hide a text file into an audio file using c plus plus?

i want full c language tutorial for our self study....with an easy mtho..and example also.....


How do rewrite 2x3 plus 5?

(3x2)+5=11


How do i rewrite the expression (-31 plus 87) plus 3?

It is: (-31+87)+3 = 59


How do you rewrite x2 plus 10x plus 25 in an equivalent factored form?

(x + 5)2


Where can one learn about windows H?

Windows h is a header file for the programming language C++. If one were looking to learn about this specific header file there are forums that exist specifically for this topic on the C plus plus help page.


Rewrite fx equals 5x plus 2?

f(x)=5x+2


How do you delete a record from a file in c plus plus?

Deleting a record from a file requires that the entire file be re-written to a temporary file, skipping over the deleted record. Once complete, delete the original file then rename the temporary file with the original file name. Whilst this is trivial for small files with relatively few records, it is unworkable for much larger files which could take many minutes to rewrite. So rather then delete a record, simply mark the record for deletion instead. This can be done by using a field within the record itself (or a single bit within a bit field). As well as improving efficiency, it also provides the option of restoring records at a later date (akin to a recycle bin). To permanently delete the marked records -- known as a purge -- simply rewrite the entire file, skipping over the marked records, just as you would for a single record.


Rewrite the equation -7x plus 4y equals -12 in slope intercept form?

23


Can you rewrite 12 plus 8 divided by 2?

That would be 16. You do the division first, then the addition.


Is there a file concept in c plus plus?

No. The standard does not define nor require a file concept.