by szlol
Outputting 'x' number of whitespaces...
|
|
[1 reply] : You could use cout << string(x, ' '); instead, or some other methods... (by Cubbi)
|
by epicjomi
GCD help
|
|
[2 replies] Last: great, thanks ! (by epicjomi)
|
by skarla
PONG
|
|
[3 replies] Last: Frasnje dont worry,you are not bad learner. To tell all the truth i to... (by skarla)
|
Help with variables losing its stacks, and calculation with arrays |
|
[2 replies] Last: Nobody can help me with this? (by Terje Gundersen)
|
by Fovv
Number guessing
|
|
[2 replies] Last: @whitenite1 Thank you very much for the help. The program works as in... (by Fovv)
|
by MrHatchi87
Functions
|
|
[2 replies] Last: Thanks for the bump Boom :) +1 (by MrHatchi87)
|
by jaredc123
Reading a text file (Help)
|
|
[1 reply] : You need brackets around your while loop, you should call inFile.goo... (by ModShop)
|
by KamichiHERU
Help with returning pointer to char.
|
|
[3 replies] Last: @grady Try returning a const char* instead of just a char* It is n... (by vlad from moscow)
|
problem with pure virtual funtions |
|
[2 replies] Last: Thanks! That was really helpful! :) (by closed account zhq4izwU)
|
by akki199421
implicit call to constructor
|
|
[1 reply] : #include <iostream> struct B1 { B1() { std::cout << "B1::B1()\n";... (by vlad from moscow)
|
by astraeos
how text is assigned to string variables
|
|
[no replies]
|
by rogom
Count-Controlled Loop
|
|
[1 reply] : First of all use formating of the code. I see that the loop you are s... (by vlad from moscow)
|
by mike r
Dynamic memory allocation within a function
|
|
[7 replies] Last: @Raman009 In that case it's not a problem. (by Peter87)
|
by Exispistis
SDL program error
|
|
[2 replies] Last: I've just tried it. It works, but now I have to press the arrow key to... (by Exispistis)
|
How to search a letter in words with POINTER |
|
[9 replies] Last: ok thanks vlad...that really help me thanks a lot.. (by Neo Takaredase)
|
by degausser
Need help with this loop displaying only negative numbers.
|
|
[2 replies] Last: I tried that, but I still get nothing in return on the console. I feel... (by degausser)
|
Change in a Cell |
|
[1 reply] : double hot_plate ; double hot_plate_prev ; while (true) { // T... (by Stewbond)
|
Problem with function not returning value (1,2) |
|
[33 replies] Last: So I figured out the problem; when I declared monthNumber statements i... (by ComradeCookie)
|
by zanklob
Static member object
|
|
[no replies]
|
by galiwocky
Problem with signed (negative) zeros of type double
|
|
[8 replies] Last: And if the number you are dealing with is zero....? There are two ... (by TheIdeasMan)
|