by BeastlyHex
More then one word stored in a string
|
|
[4 replies] Last: I would highly suggest you learn about C++ strings which will make thi... (by closed account 3qX21hU5)
|
by BFGDublin
Storing values in an array
|
|
[2 replies] Last: You don't need a array at all if I am understanding you right. Basica... (by closed account 3qX21hU5)
|
by Nedra144
Can't Figure Out How To Not Use System()
|
|
[3 replies] Last: Last part: a == 1 && ba == 1 && ca == 1) { system("color 60"); ... (by Nedra144)
|
by scthread
finding 1st digit of an int using recursion
|
|
[8 replies] Last: @ Smac89 That would probably be harder to do if you're a beginner.... (by GoranGaming)
|
by BeastlyHex
If/Else Statements Are Not Working
|
|
[1 reply] : This expression if (direction == "north"){ is always false because t... (by vlad from moscow)
|
by trut1992
Need help with reading data from a file while loop
|
|
[2 replies] Last: yea it needs to check all the numbers and dates given to make sure its... (by trut1992)
|
by Rukky1
Iteration structures
|
|
[no replies]
|
by viti
std::bad_alloc
|
|
[1 reply] : Well, std::bad_alloc is saying you've not got enough memory to provde ... (by andywestken)
|
A few questions |
|
[no replies]
|
Stack Overflow, but allocating on the heap... |
|
[16 replies] Last: Oh, i see. Anyway, I am using a graphicl library already (SFML). Ok, t... (by closed account LN7oGNh0)
|
Need for const functions |
|
[1 reply] : Read the FAQs in this section: http://www.parashift.com/c++-faq-lite/c... (by JLBorges)
|
by Nebur
Chess board program not working for large integers
|
|
[5 replies] Last: Again thanks a lot for those fast answers, you helped me a lot! (by Nebur)
|
by rezivor
Class Definitions
|
|
[2 replies] Last: this-> IS AMAZING Thank you I was able to figure it out except for... (by rezivor)
|
by klando
std::getline ignores tabulator
|
|
[4 replies] Last: That produces "tab" twice. As it should, I reckoned. And now, after a... (by klando)
|
Random Numbers |
|
[1 reply] : #include <numeric> #include <random> #include <ctime> #include <algor... (by JLBorges)
|
by prgramr
How to assign a const char* to char*
|
|
[1 reply] : you shouldn't assign the pointer. Instead copy the content. You need o... (by coder777)
|
by rezivor
Very Lost on Classes
|
|
[9 replies] Last: ¿do you know what this is? ¿why is `displayStats()' taking a param... (by ne555)
|
by rezivor
Confused on Class definitions
|
|
[1 reply] : I've since updated this as such I am still not quite sure how to impl... (by rezivor)
|
by lucan74
need help to enhence this program
|
|
[4 replies] Last: change line 6: float cost (float choice) and line 35 as follows:... (by condor)
|
by Nubcake95
typedefs and structs
|
|
[2 replies] Last: I read that it was used in C to avoid typing struct everytime you nee... (by Disch)
|