by olly2204
Classes intermediate exercises
|
|
[3 replies] Last: Any more ideas ? Anyone ? :D (by olly2204)
|
by BSCS1D
what is hte source of magic square in c++
|
|
[1 reply] : The source code at it's highest level is algebra or, just, maths. htt... (by Kyon)
|
by BSCS1D
how to use c++
|
|
[10 replies] Last: her iz da source about mgik sqare in c+ HAI CAN HAS STDIO? I HAS... (by Bazzy)
|
by khris
absolute beginner in C++
|
|
[10 replies] Last: khris (7) Link to this post Aug 30, 2010 at 12:56am hasanzan, I... (by Chazzmundo)
|
by khris
errors when using std::cout
|
|
[3 replies] Last: Including the <string> header lets you use the std::string class, peri... (by helios)
|
by Snaef98
tiny little bug
|
|
[no replies]
|
by Snaef98
Problem with if else statements.
|
|
[9 replies] Last: You don't have to use a 'for' loop. Look at the link that I posted it ... (by ccdwiu)
|
by svnstrk
array: pass by reference
|
|
[2 replies] Last: In the second code you aren't changing the value of array (the directi... (by ne555)
|
by pabloist
problems with source/header files
|
|
[6 replies] Last: Oh! I should have done more than skimmed that article. Changing the #i... (by pabloist)
|
by chipset
Сreate a file
|
|
[4 replies] Last: Thank you for your help. (by chipset)
|
by hasanzan
Function like kbhit()
|
|
[4 replies] Last: That, or... while (true) { if (kbhit()) { char... (by m4ster r0shi)
|
by cmdcenter
Do we really need Get/Set methods to access class members?
|
|
[6 replies] Last: that makes more sense and i dont need to all that redundant typing lol... (by L E G I O N)
|
by tirwit
ifstream and getline
|
|
[8 replies] Last: Also line 57 should probably be Hlist.Write(); as Hlist is not a poi... (by Galik)
|
by xander333
Really simple function to calc scores doesn't work
|
|
[2 replies] Last: Oh, so stupid of me :S Thanks hamster! (by xander333)
|
by dyla
which loop??
|
|
[1 reply] : Any of them. It's the way you use it that matters. You'll probably nee... (by LB)
|
by xander333
vector::iterator = int high;
|
|
[2 replies] Last: Oh thanks! (by xander333)
|
by programmer47
SFML sf::Sprite error
|
|
[2 replies] Last: I asked about it in the SFML forum and my problem was solved, I missed... (by programmer47)
|
accept integer only from user input |
|
[2 replies] Last: If input is only 1 digit you can take it as a char: char option;... (by Disch)
|
by Yours3lf
child class accessing parent class
|
|
[14 replies] Last: ok, I'm going to read an oo tutorial. I'm really a beginner at c++, so... (by Yours3lf)
|
Invalid input check ( obscure exercise ) |
|
[4 replies] Last: Thanks for your reply but I did not find a need to use a boolean varia... (by lifeisshortmove)
|