by Monitox
List sorter not working all of the time
|
|
[3 replies] Last: The only function that you need is sort() (weird name, btw) Or if yo... (by ne555)
|
Help with program possibly involving some loops! |
|
[13 replies] Last: thank you so much! that makes sense (by programmer2112)
|
random walk problem |
|
[3 replies] Last: It's kind of useless without indentation ;) Change line 42 by const i... (by ne555)
|
by paper32
Right justified triangle help please
|
|
[2 replies] Last: Here's one using while... extrapolate for for() #include <iostream>... (by Texan40)
|
by dilutedsun
How can I get the default constructor to "set" the values for a date?
|
|
[7 replies] Last: Simple mistake. Figured it out. Again, thanks for your help! (by dilutedsun)
|
by WhiteWind
Pass an array of objects into a function
|
|
[9 replies] Last: The point I was making is that 2D arrays tend to be overrated. No, you... (by closed account S6k9GNh0)
|
by smallmos
conversion from int to double
|
|
[4 replies] Last: i'm using visual studio, Whilst I haven't used it for many years, I... (by Moschops)
|
by GeekToGo
What is a game engine?
|
|
[3 replies] Last: The engine is 9/10 a base for a game. You always need to add your own ... (by WhiteWind)
|
by pieman12
Using = and ==
|
|
[8 replies] Last: Awesome. Thank you for the replies, every bit helps. I tried typin... (by pieman12)
|
by mekkatorqu
Advanced WinAPI tutorials?
|
|
[1 reply] : bump? (by mekkatorqu)
|
by yoitsmejy
Two dimension arrays
|
|
[6 replies] Last: the code works great. I tried adding another if argument and when it r... (by yoitsmejy)
|
by HansKoKo
Recursive C++... Please Help
|
|
[2 replies] Last: it works thank you very much. i see there was really a problem with my... (by HansKoKo)
|
by chriscoleo
Trying to move a function and having and problem
|
|
[11 replies] Last: Thank you, thank you, thank you. Sometimes the obvious just is not so... (by chriscoleo)
|
by capttawish
Strange compiling error.
|
|
[7 replies] Last: Very interesting read, thanks for that. (by clanmjc)
|
by zone19871
Inheritence / function help
|
|
[1 reply] : Your array would contain elements who type are pointers to houses. Yo... (by clanmjc)
|
by lql44
Dll File
|
|
[1 reply] : In order to use the function you need to change dllexport to dllimport... (by webJose)
|
by pzling
Arrays as Argument
|
|
[10 replies] Last: thanks, I think that helps, if at least for my general understanding. ... (by pzling)
|
by lare26
RPG File i/o question (1,2)
|
|
[35 replies] Last: string Item::setprefix() { std::ifstream iFile("WeaponPrefix.txt"... (by Lynx876)
|
by octagon
Need help with Object Oriented Programming...
|
|
[1 reply] : It's good practice to have your class declarations in a header file an... (by MrHutch)
|
by byronflds
New to programming and need help with assignment.
|
|
[10 replies] Last: cout << "1: " << tok1 << endl; cout << "2: " << tok2 << endl; cout <<... (by Zinglish)
|