by vikramlucky
Help needed with assignment C++ (Beginner level)
|
|
[3 replies] Last: @ak16 Thanks! i have nt learned to do it this way.Its works great! Tha... (by vikramlucky)
|
by Yoshimiii
C++ DirectX Accessing a Vector through a method.
|
|
[4 replies] Last: ^ I did end up creating a reference to the object and it worked. I j... (by Yoshimiii)
|
by Yeti86
Review of first program
|
|
[6 replies] Last: Thanks again very much! (by Yeti86)
|
by zakkor
Can anyone give me an example of a template method used inside a class?
|
|
[5 replies] Last: I'll try this out. By the way, is there any problem if i keep the func... (by zakkor)
|
by theperson
I tried throwing an exception class that I made. Why does it say I have an unhandled exception?
|
|
[4 replies] Last: How would you display pw if it never finished getting constructed? Wh... (by Stewbond)
|
by MarkyMark
Function Trouble
|
|
[1 reply] : This is because the getine() on line 93 will just eat up the newline... (by TwilightSpectre)
|
by Khillz3000
Cant display the right number of lines
|
|
[5 replies] Last: Thanks all! ne555 your link was very helpful. I just needed to insert ... (by Khillz3000)
|
by TweedleGun
Empty Function Not Working?
|
|
[6 replies] Last: cin >> anything; will gobble up any leading whitespace, so you won't... (by long double main)
|
by Makfly
Function with Strings Confusion
|
|
[2 replies] Last: Thanks so much, I've gotta pay attention to these things! (by Makfly)
|
by cphipps
Data not being passed properly?
|
|
[2 replies] Last: Ahhhhhh. That makes sense... That solved the problem! Thank you! (by cphipps)
|
by Hambone
AVI files?
|
|
[no replies]
|
passing char from one char array to another |
|
[1 reply] : You cannot assign one array to another. If they're c-strings, use st... (by cire)
|
by masschamber
french/english dictionary read file problems
|
|
[no replies]
|
by whilom
No matching function in Calculator Program
|
|
[4 replies] Last: Apparently forgot to put the return in the function. Now it works. Tha... (by whilom)
|
by SHUTitDOWNx
Problem when compiling
|
|
[2 replies] Last: Thanks so much! I added Person::Person() { age = 0; } to my implementa... (by SHUTitDOWNx)
|
by IWishIKnew
Difference in efficiency between pointers and nonpointers
|
|
[6 replies] Last: Nothing's stopping you from testing it yourself (aside from the errors... (by cire)
|
by Ununtrium
A simple GIF decoder
|
|
[1 reply] : You can use OpenGL. See http://stackoverflow.com/questions/4837098/gif... (by iQChange)
|
by mnvrz
Help with branching if statements
|
|
[1 reply] : It looks like you need to put the if argument into parentheses. Line ... (by BreezedStars)
|
Parenthesis Check using Stacks |
|
[no replies]
|
by justin00
Compiles, but turingscraft still wants something else
|
|
[3 replies] Last: This on the heels of a chapter that insists that input should always b... (by justin00)
|