by Swiftle
getline from a matrix
|
|
[6 replies] Last: I imagine v is a matrix, and v gets the i-th string in it. If this is... (by Zhuge)
|
by JS12345
Assignment with classes
|
|
[5 replies] Last: This is a problem too: if (x,y<=8) (by jsmith)
|
by larry burns
problem with ofstream?
|
|
[1 reply] : These are all assignments, not comparisons: if ( (height =heigh... (by jsmith)
|
by NinjaLink
Reverse elements in a Queue Problem
|
|
[3 replies] Last: If all you did was add a few print statements into reverseQueue you ... (by jsmith)
|
by handra
Array Initialiser
|
|
[2 replies] Last: Dear Disch, Got it now... It's cool ... Thanks for your reply ..... (by handra)
|
by shertay
Switch Case Statements
|
|
[1 reply] : The if would only be unreachable if temp was a bool or there was an un... (by helios)
|
by shertay
Default parameter in inherited virtual function
|
|
[6 replies] Last: I doing parasoft unit testing and got reply from that then the rule in... (by shertay)
|
by NinjaLink
Print function for Queues
|
|
[7 replies] Last: ahh, I finally figured it out! Thank you guys for leading me in the ri... (by NinjaLink)
|
by bob10
ostringstream doesn't work with string and integer
|
|
[6 replies] Last: The problem was that I compiled in Xcode for x64. Switching to i386 s... (by bob10)
|
by jcylam
values for Handle, Dword, etc
|
|
[9 replies] Last: Yeah, it's http://msdn.microsoft.com/en-us/library/aa383751(VS.85).asp... (by closed account S6k9GNh0)
|
by neken
a basic vector<> class and memove
|
|
[12 replies] Last: Not that I disagree, but vector has better performance if you need lot... (by Disch)
|
by jcylam
Trouble with MS SDK function (1,2)
|
|
[22 replies] Last: i see i see, thanks so much grey. (by jcylam)
|
by strongdevil
[Problem] Segmentation fault when using list iterator
|
|
[2 replies] Last: Thank you so much for your responsive and helpful answer, helios. I di... (by strongdevil)
|
by thehumm09
Can't figure this out. Urgent.
|
|
[2 replies] Last: You don't check for end of file or stream going bad. Instead, you rel... (by kbw)
|
by senys
Polynomial class(urgent )
|
|
[5 replies] Last: thanks .... (by senys)
|
by kibestar
Median calculator
|
|
[2 replies] Last: You should clean up your dynamically allocated memory when you're done... (by jRaskell)
|
by vijkrr
how to compare unsigned int and int ?
|
|
[2 replies] Last: If you want to actually compare them, you will have to cast them both ... (by firedraco)
|
by ohsnap1319
Rows, Columns, Fields C++ program
|
|
[2 replies] Last: Do you know the difference between passing variables by value and ... (by guestgulkan)
|
by kenr
relationship between string bool operator and map container class
|
|
[1 reply] : std::map is an associative array that uses an internal binary tree. I... (by kempofighter)
|
by DJDANG
Why this doesn´t work!!!
|
|
[2 replies] Last: It doesn't make much sense to me. Why would you want an entire array ... (by kempofighter)
|