by asifjutt
pseudo-code or algorithm
|
|
[no replies]
|
constructor's parameters |
|
[5 replies] Last: struct A { A( int ii, double dd ) : i(ii), d(dd) {} int i ; ... (by JLBorges)
|
by Halo Fan
multiple outputs and setw trouble?
|
|
[1 reply] : I figured it out: for (kwIterator = stringset.begin(); kwIterator !=... (by Halo Fan)
|
by Future Pro
Error C2664 - Trying to pass an array to multiple functions
|
|
[3 replies] Last: I tried inserting '3' into the prototype, call, and the header, and am... (by Future Pro)
|
by Halo Fan
Is this the 'most vexing parse'?
|
|
[3 replies] Last: If you're going to return memory that's new'd you need to keep track o... (by cire)
|
by Lucid
Easy queston
|
|
[2 replies] Last: To make life easier, make the function (not a method because there's... (by GRex2595)
|
by kara
Temperature conversion using a menu and using prototypes/switch
|
|
[1 reply] : @kara You had forgotten some brackets '{}' and left off the convert... (by whitenite1)
|
Matrix Effect |
|
[4 replies] Last: if (caRow != ' ') { caRow = GetChar(j + i*i, 33, 30); Here,... (by codeFoil)
|
by camaron4510
pointer arrays to function: can't copy strings
|
|
[5 replies] Last: Thank you guys!! allocation of memory & proper strcpy() helped. (by camaron4510)
|
by Halo Fan
How do I access this piece of data?
|
|
[4 replies] Last: Good to hear. Just remember, all STL containers have their own .size... (by IceThatJaw)
|
by Windwhistles
2 cin.getlines()??
|
|
[2 replies] Last: Thanks Grex2595 . (by Windwhistles)
|
by Javvs
Not outputting if statements
|
|
[4 replies] Last: thx Moschops, omg stupid mistake i couldnt figure it out (by Javvs)
|
by Gnottino90
Request for member ".." which is of non-class type
|
|
[2 replies] Last: Your class is called D isplay, the data member that you declared insi... (by BlackSheep)
|
by Techno junky
Clarity needed
|
|
[1 reply] : It's just transformations of a shape. They're stretching it in the y, ... (by BlackSheep)
|
by georgep
Triangle numbers and how to find them
|
|
[no replies]
|
What are argument lists? |
|
[1 reply] : Argument list is the list of arguments you pass to a function or templ... (by Peter87)
|
by flan8849
Beginners Animation Help
|
|
[2 replies] Last: I don't know how to write your code... Consider the sun to be your or... (by Lowest0ne)
|
by Windwhistles
Error
|
|
[2 replies] Last: Thanks for your help Moschops . (by Windwhistles)
|
Need help on collecting the number of right answers in math quiz program |
|
[2 replies] Last: I figured out the issue it had to do with the "answerAdd " not storing... (by DangerousPirate)
|
by Screed
Text Based Game
|
|
[2 replies] Last: Oh im gonna need more than one class? damn, i dont know classes yet :/... (by Screed)
|