It has been claimed that C++ is a better C them C. this is being taken to mean that when switching to C++ you can continue to code more or less as she did in C and use a little extra C++ functionality for convenience.
Read more »Advantages of C over C++
http://loadcode.blogspot.com –
Created by Marcin 14 years 38 weeks ago – Made popular 14 years 38 weeks ago
Category: Community Tags:
Category: Community Tags:
- Login to post comments
Emacs as a debugger
http://codeandcode.blogspot.com –
"Emacs is a beast of many, many faces. No one can really understand the whole thing. There are so many packages, so many functions, so many details… but this post is simple, really: it’s about using Emacs as a debugger for your C/C++ programs..."
Read more »
Created by can.axis 15 years 40 weeks ago – Made popular 15 years 39 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments
C++ Code Completion and Qt Signals/Slots in KDevelop 4 IDE
http://zwabel.wordpress.com –
Most C++/Qt programmers love the signals and slots, since they allow getting stuff up and running really fast. KDevelop 4 allows you to see all places where a signal/slot is connected, intelligently rename it, and to intelligently rename any types involved in the signature. Together with highlighting this can help detect broken connections.
Read more »
Created by JRepin 15 years 44 weeks ago – Made popular 15 years 44 weeks ago
Category: High End Tags:
Category: High End Tags:
- Login to post comments