by AC DC Bag
compiler error when filling a vector with info from a class.
|
|
[6 replies] Last: Thank you for the answer and the advice. I have lots of code working n... (by AC DC Bag)
|
by elohssa
std::bind question...
|
|
[no replies]
|
by danieldd7
Number Analysis program
|
|
[4 replies] Last: now it has this error LINK||fatal error LNK1181: cannot open input ... (by danieldd7)
|
by ElTucan
Passing by reference?
|
|
[3 replies] Last: Yeah so I went ahead and said what you said to do. I was over thinking... (by ElTucan)
|
by toesockshoe
Passing pointers to functions within functions URGENT.
|
|
[1 reply] : readFile should take count by reference (or by address if you prefer... (by cire)
|
by Greentoast
Slot machine program , I am stuck.
|
|
[2 replies] Last: You won't get a truly random number. But there are pseudo-randoms: htt... (by Homberto)
|
by mkiopl
multiply problem
|
|
[4 replies] Last: if(a<b){ w=a; a=b; // <------------------- y... (by chipp)
|
by mastertype
Need help with creating classes to hold user data
|
|
[1 reply] : Since you say this is is partial code, it's not clear if: 1) you've i... (by AbstractionAnon)
|
by steven99
compiling on windows problem
|
|
[1 reply] : Websearch with those words. Of the hits I get, this might be close: h... (by keskiverto)
|
by GigaBatz
Help with Switch Statements
|
|
[10 replies] Last: Alright, it works great now! Thanks! (by GigaBatz)
|
by Guner
Reverse a string
|
|
[16 replies] Last: There are several ways to do this.Do you have something specific in mi... (by konstance)
|
by Thecal
Put values into an array from cin
|
|
[13 replies] Last: Perfect. Thank you all. (by Thecal)
|
by ieztony95
Question regarding object of class
|
|
[1 reply] : use std::list http://www.cplusplus.com/reference/list/list/... (by shadowCODE)
|
by Bogeyman
Paralysis effect not functioning properly
|
|
[16 replies] Last: modular programming is a design methodology like OO. it's down to whic... (by Jaybob66)
|
by HellfireXP
How do I get the name of an object that's been created through it's class?
|
|
[2 replies] Last: for class name(type name): http://stackoverflow.com/questions/3649278/... (by shadowCODE)
|
by HeavyReyn
Question - compound operators
|
|
[2 replies] Last: line 11 is: a = a + (BONUS - (a/2)) . That should give you 26.... (by shadowCODE)
|
by ZombieKing
Linked List not appending?
|
|
[1 reply] : can you show us the showInfoP() function so we can see what it is expe... (by Jaybob66)
|
by savanh
question
|
|
[2 replies] Last: thank u so much (by savanh)
|
Strings |
|
[1 reply] : you are correct the & means address of. and because you specify both ... (by Jaybob66)
|
by DragootKlaus
Confused on a minor for loop in Hangman project
|
|
[5 replies] Last: I got it to work, I simply placed a break before the loop closed. Than... (by DragootKlaus)
|