multi variable solving |
|
[12 replies] Last: part B /* equations ... (by Son of Mardok)
|
by Ashir
Help with console input (1,2)
|
|
[28 replies] Last: Yes, Maxiter and numiter are both integers, but they play a role only ... (by Ashir)
|
by Tiger58
Which pointers do you have to delete to prevent leaks?
|
|
[5 replies] Last: There is a convoluted and rare reason to do such a thing: int &num = *... (by LB)
|
by ustbxiaqiang
how to learn c language?
|
|
[no replies]
|
how to with a blank line input to terminate input |
|
[5 replies] Last: oic, thanks~ (by closed account N8hM4iN6)
|
by Fyah
need help with default in a switch
|
|
[16 replies] Last: @vlad from moscow & @ thejman250 LMAO.............i logged in today a... (by Fyah)
|
by illusion1158
Help with functions! Won't display input??
|
|
[4 replies] Last: [quote=illusion1158]All of my printing are under return 0; You mean li... (by LB)
|
by chitminthu
Compiler Error
|
|
[2 replies] Last: <iostream.h> is not a header defined by the C++ programming language s... (by LB)
|
Can someone explain this? (Pointers) |
|
[14 replies] Last: http://www.cplusplus.com/doc/tutorial/typecasting/ (by LB)
|
by Barneszy
Planet Program *URGENT*
|
|
[6 replies] Last: Start from the top, solve it, recompile... the art of debugging ^-^ W... (by closed account 3CXz8vqX)
|
by Jace
Dependencies issue
|
|
[1 reply] : Make sure you are building in Release mode and not Debug - there shoul... (by LB)
|
Controlling Several Console Windows |
|
[4 replies] Last: EssGeEich wrote: I'll leave the above unedited anyways, you may... (by LeafyCircuits)
|
by dariusd7
need help debugging this program
|
|
[4 replies] Last: @dariusd7 remove the =1 / ==1 thing entirely, that's not how you call ... (by LB)
|
by SCBW
Issue during debug
|
|
[7 replies] Last: Ahh that makes perfect sense now. basically its testing the ascii tabl... (by SCBW)
|
by tanyacjones
Please assist :)
|
|
[5 replies] Last: Problem: Write a void function that uses two nested for loops and the... (by Zaita)
|
by dariusd7
program runs but does not give me a result..
|
|
[1 reply] : Please do not double post, you already have a topic here: http://www.c... (by LB)
|
by tomazi
Vector pop.back
|
|
[1 reply] : for(vector<double>::iterator iter_dist = Right_Point_distance.begin(... (by LB)
|
by thisGuy
How can I correctly call this function?
|
|
[9 replies] Last: added &'s, changed getFormat to string type, deleted my main function ... (by thisGuy)
|
by kyranstar
Game Classes
|
|
[1 reply] : The first three messages are warnings because your compiler is too stu... (by LB)
|
by deryas
Class Problem (no appropriate default constructor available)
|
|
[3 replies] Last: By the way this statement Rectangle objectOne(); is a declaration of... (by vlad from moscow)
|