Drawing images? |
|
[2 replies] Last: Yeah, I would like to draw an image on the screen or in database. As f... (by EisenhowerPDF)
|
by nn208
Declaring a function
|
|
[2 replies] Last: Compiling it to be sure is your best bet, but yes, this looks like it ... (by NZheadshot)
|
by ccdare
What decides the operation sequence of a class Operator Overloading?
|
|
[2 replies] Last: Evaluation depends on the operator precedence (usually left to right),... (by Smac89)
|
by fahmankhan75
always getting zero on my counter variable
|
|
[7 replies] Last: It might be that visual studio has made your program to be line-buffer... (by Smac89)
|
by nn208
Evaluating the precision of the difference of 2 numbers
|
|
[1 reply] : Of course it would not work. You have not even called IsEqual in your ... (by TX9200)
|
by chickens7
Base/Subclass constructor problems :(
|
|
[2 replies] Last: Thanks you very much for the speedy reply, I had no idea about the vir... (by chickens7)
|
by mdeeza
help with a stats class
|
|
[1 reply] : How do i pass a stats a sequence of numbers in my driver program? ... (by IceThatJaw)
|
by Codebot
Wont show me the input?
|
|
[1 reply] : This is what you are doing in plain English. Try to spot the error. I... (by IceThatJaw)
|
by htx281
Do-while loop
|
|
[3 replies] Last: Ahhh simple mistakes.. thank you! (by htx281)
|
by Karmaslapped
Trying to return to start or continue program
|
|
[2 replies] Last: That works, thank you (by Karmaslapped)
|
by Codebot
Why does it say no previous if
|
|
[4 replies] Last: Try this: if (input == "yes") { cout<<"I know how you feel"; ... (by closed account EwCjE3v7)
|
by fi50
Outputting data in a Linked List
|
|
[3 replies] Last: Cheers guys. I've managed to get it working now. (by fi50)
|
by ABMBadman
Having trouble finding errors
|
|
[2 replies] Last: The lines like this make no sense: cin >> length << endl; Either ad... (by yulingo)
|
by liz510019
Fraction Class
|
|
[2 replies] Last: It looks like the function double toDecimal() const; would convert t... (by Nogroth)
|
by KennySnook
trouble with if, else if statements in function
|
|
[2 replies] Last: Hi @KennySnook, you are using the assignment operator = instead of t... (by eyenrique)
|
Arraylist in cpp |
|
[2 replies] Last: Thanks, my friend (by weslleymurdock)
|
by caleno87
NEED HELP PLEASE!!!
|
|
[1 reply] : Sorry i missed a little piece. cout << "\nDo you want to see the con... (by caleno87)
|
by justin00
cout
|
|
[3 replies] Last: Okay, I got it, thanks. Apparently it wanted this: std::cout << num... (by justin00)
|
by SorinAlex
Who invented conio.h ?
|
|
[3 replies] Last: [quote=SorinAlex] I didn't knew that lattice was actually microsoft. ... (by Catfish666)
|
by alexandruKis
SFML 2.1, I want do display a sprite,but I get an unhandled exception.
|
|
[8 replies] Last: Yes,i've used "sfml-xxx.lib" instead of "sfml-xxx-d.lib". Now it work... (by alexandruKis)
|