do-while loop conditions. |
|
[5 replies] Last: Nevermind the != works with the && operator. Just had to reload the co... (by Johanthegnarler)
|
by pika
persistent objects problem?
|
|
[2 replies] Last: <3 <3 <3 <3 <3 <3 <3 resolved. (by pika)
|
by malgron
Passing function pointer (error C3867)
|
|
[7 replies] Last: Thank you all! I went with a copy method but I did learn a bit more ab... (by malgron)
|
variable initialization fail |
|
[4 replies] Last: Thank you, this works! Can you explain why? That I can see, the flag ... (by TwistingPlanets)
|
by lucas0384
HAve problem of C++ programming
|
|
[3 replies] Last: Hi all, I have done it. Thnak you so much!! (by lucas0384)
|
question of outer_prod(ublas) |
|
[2 replies] Last: sorry, I am really confusing with cross product Thanks for your help (by stereoMatching)
|
by bobmarley
Program doesn't work as supposed
|
|
[2 replies] Last: choice == "+" This is not how you compare cstrings. a few options: ... (by hamsterman)
|
by dlugo
Question regarding cases of linked lists
|
|
[3 replies] Last: That's not what I meant by 'implementation' example - a single linked... (by hamsterman)
|
by rennirza
"Error spawning cl.exe"
|
|
[1 reply] : http://lmgtfy.com/?q=error+spawning+cl.exe From the first link: (th... (by gcampton)
|
by jankidudel
Too much of the break statements(loops) ?
|
|
[1 reply] : No, so long as you can follow it it's fine. (by gcampton)
|
by dsergirl
c++ code problems
|
|
[3 replies] Last: Are you using F5 to run your program? Try ctrl + F5. (by closed account 3TkL1hU5)
|
by Gui726
problem about 2 dim vector
|
|
[3 replies] Last: Thank you so much. (by Gui726)
|
by derkaderka
Calculator Program Doesn't Work
|
|
[2 replies] Last: Ok thanks, I didnt realize it was such an easy fix. Thanks. (by derkaderka)
|
by Wolverines10
calling functions, prototypes
|
|
[4 replies] Last: Declaraing a function prototype is completely different from defining ... (by Galik)
|
by showtown
using numbers with decimal places
|
|
[9 replies] Last: Even though % (modulo) means remainder of division, it is commonly tho... (by LB)
|
by akunselm
New line printing after accepting valid input
|
|
[3 replies] Last: Oh, after looking at what you said again about requesting 2 numbers...... (by akunselm)
|
If statement returns wrong value |
|
[9 replies] Last: That's the first I've ever seen code indented like that, actually =P ... (by Disch)
|
by jackel7777
reference to pointers.
|
|
[4 replies] Last: if you need to modify the pointer, not just the data pointed to by it,... (by quirkyusername)
|
by jpep
Using loop to declare matrices
|
|
[2 replies] Last: I think the 3D array method will work best. It should actually also ma... (by jpep)
|
by tupaiz
return value.
|
|
[3 replies] Last: correct the calculateGrade(courseScore); This returns a value so i sug... (by jackel7777)
|