Switch to full style
For C/C++ coders discussions and solutions
Post a reply

c vs c++

Mon Aug 30, 2010 12:31 pm

what is the difference between main() in c & c++?
how c language is interact with hardware?
please reply solution for my problem.



Re: c vs c++

Wed Sep 22, 2010 10:19 am

As I know Main() is the entry point of a program...for C,C++ & also in C#.
Without Main() method program can't execute...it is a kind of execution path of a program...
but i also don't know what is the difference.....
please tell me if anyone know about it.... :)

Re: c vs c++

Wed Sep 22, 2010 6:43 pm

If you want to do "Object oriented programming " C++ will be your choice , for example no classes in 'C '

Post a reply