Re: Question about C and C++?

2017-06-26 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Question about C and C++?

C came first, followed by C++ which is technically its own language. The biggest difference as Tagor mentioned is the Object Oriented Programming approach among other things. C++ is technically built on top of C's concepts, similar to Python, so you can usually run any C code in C++, but you can't run C++ features in C. The C language is oft considered quite lightweight and powerful, and still used pretty heavily these days for a variety of reasons such as for operating system development, compilers, etc.

URL: http://forum.audiogames.net/viewtopic.php?pid=316901#p316901





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Question about C and C++?

2017-06-26 Thread AudioGames . net Forum — Developers room : targor via Audiogames-reflector


  


Re: Question about C and C++?

Generally it's just the object oriented programming. Of course there are some differences, but you should be able to run a C program with C ++ without rewriting the whole code.

URL: http://forum.audiogames.net/viewtopic.php?pid=316897#p316897





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Question about C and C++?

2017-06-25 Thread AudioGames . net Forum — Developers room : MeisamAmini21 via Audiogames-reflector


  


Question about C and C++?

Hello everyone,In the online course I'm taking, the language of choice for the first 6 weeks is C. Before, I didn't have a very high opinion of C. I like object oriented programming, and the biggest thing turning me away from C was the fact that it's not object oriented. But in these several lesson, I have come to really like the power and freedom of C. Despite the arcane parts and ridiculous identifiers like fread, fprintf, and strlen that my screen reader reads weirdly, working with the full understanding about how you are doing something and how you're interacting with hardware--especially memory is rather satisfying. So I'm thinking of learning C++ in addition to C later as my main programming language to have both the power of C and object oriented features. The question is, what is exactly the relationship between C and C++? Would I be able to seamlessly switch between them? I mean, is the syntax of C++ identical to C only with object oriented 
 parts added, or it's not the case?Cheers.

URL: http://forum.audiogames.net/viewtopic.php?pid=316887#p316887





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector