Thread: C/C++ questions
View Single Post
Old 18 May 2007, 14:42   #5
Zetr0
Ya' like it Retr0?
 
Zetr0's Avatar
 
Join Date: Jul 2005
Location: United Kingdom
Age: 49
Posts: 9,768
The syntax is pretty much the same.

C+/C++ & Visual C (all being the same) *visual C is microsoft implementation*

C++ has support for clases (you dont need to use them btw) but they are more effcient than structs etc.

C++ also has better memory handling routines inbuit with the use of "new" and "delete" typedefs.

Over all C++ is what I can honestly is the best coding platform to work from.
Zetr0 is offline  
 
Page generated in 0.13568 seconds with 11 queries