by garanon
DevC++ forcing terminate
|
|
[10 replies] Last: Don't start a new thread, keep it all in this one. If there are 2 thre... (by TheIdeasMan)
|
by salmix21
C++ Overview
|
|
[7 replies] Last: C++ is very bad programming language. Well that's a huge statement ... (by TheIdeasMan)
|
by galiwocky
How to fix this prime counting algorithm so it can handle larger integers
|
|
[8 replies] Last: I want to point out that you are not deleting memory after allocating ... (by eklavya sharma 2)
|
by JAM96
openGL
|
|
[3 replies] Last: Linking libraries. Project->Settings. Select link tab. In the Object\l... (by SirSmilesaLot)
|
by sanu
looping problem
|
|
[5 replies] Last: Actually the code was correct ... but what makes it difficult was the ... (by sanu)
|
Best way of learning C++? |
|
[4 replies] Last: I have found that I learn much better if I write some code myself. If ... (by Peter87)
|
by tejas1995
Virtual Functions
|
|
[3 replies] Last: In class Piece, did you declare your virtual function as virtual boo... (by rollie)
|
by Sirr Purr
Trouble Sorting a 2-D Array
|
|
[7 replies] Last: do { ... for( int i=0; i<high; ++i ) { ... (by Phil123)
|
by atown282
c++ function help
|
|
[2 replies] Last: Well i was given this code and told to break it down into functions an... (by atown282)
|
by joatmon
Initializing a vector of strings
|
|
[2 replies] Last: Duh! Thanks. (by joatmon)
|
by toomanystars
enum in class
|
|
[5 replies] Last: Well that did the trick. But I did not think it was possible to initi... (by Zhuge)
|
by sepetoner
How to make the program look at each integer in a 3 digit number individually
|
|
[6 replies] Last: You are the best! Thank you! (by sepetoner)
|
by Need4Sleep
Trouble with abstract base classes
|
|
[8 replies] Last: If you want to set the position of the circle, then you ought to provi... (by ne555)
|
Is there a way to erase the contents of a stringstream? |
|
[4 replies] Last: @knuth - clear() just clears the error flags. It doesn't affects the c... (by Peter87)
|
by johnnyj2j
Creating Windows
|
|
[10 replies] Last: http://zetcode.com/gui/winapi/ comprehensive guide to programming win... (by ryanpeppers)
|
by omega1
XLW XLL
|
|
[no replies]
|
by sepetoner
User inputs letter, I say if it is a vowel or consonant
|
|
[1 reply] : vowel is an array of char. When you compare it to something, you are... (by Moschops)
|
by sepetoner
How to have "x" many cin based on user input
|
|
[7 replies] Last: You are a great teacher! Thank you! (by sepetoner)
|
by XzqtN
Pass by reference help
|
|
[8 replies] Last: You posting your 2nd code here helped me organize what I was doing. I ... (by irish77)
|
by marcovo
Pointers (1,2)
|
|
[25 replies] Last: Every compiler has its idiosyncrasies and variations from the standard... (by kbw)
|