by fistsofstone
Die rolller game assistance
|
|
[1 reply] : i dont get it if you want to make the game loop just add a while loop ... (by Cshark)
|
by yoked88
Unordered Array Lists
|
|
[8 replies] Last: If you have get functions that just return value do they automaticall... (by Disch)
|
by wander95
Functions
|
|
[3 replies] Last: Ok thanks! :) (by wander95)
|
by mbrinkley
Dealing with Data files - Introduction needed
|
|
[2 replies] Last: I always thought of this as the containers section: http://www.cplusp... (by firedraco)
|
by baphomet90
pointer problem
|
|
[4 replies] Last: can you show the revised code, and please use code tags. (by gcampton)
|
by aaronde
Pointers and Dynamic Arrays
|
|
[4 replies] Last: Ah, of course! Thank you. (by aaronde)
|
by b33p
inFile txt saving
|
|
[2 replies] Last: #include <iostream> #include <fstream> using namespace std; ... (by Computergeek01)
|
by Cshark
Whats wrong with this code?(only 28 lines)
|
|
[2 replies] Last: Thanks everyone for all your help but a friend of mine told me of anot... (by Cshark)
|
by Wylbur
Compiling Multiple Code Files
|
|
[2 replies] Last: Hi Hamsterman; Then there is no other way? What about an objec... (by Wylbur)
|
by wasabi
while ( a >> b) ?
|
|
[2 replies] Last: Btw, you probably shouldn't include the types like that, since as it i... (by firedraco)
|
by Tomdon
trouble with for loop and ASCII encryption; just about done
|
|
[3 replies] Last: Indentation please. (by firedraco)
|
by foobarbaz
double outputs in while
|
|
[7 replies] Last: thaks for your patience and response guys :) (by foobarbaz)
|
by dh2010
Find text in string...
|
|
[12 replies] Last: QFT = Quoted For Truth (by Zhuge)
|
by DBarzo
[stringstream] How to insert elements at beginning
|
|
[3 replies] Last: Thanks a lot!! Daniele. (by DBarzo)
|
Referencing of a value |
|
[1 reply] : In this case & has nothing to do with & that returns an address. int& ... (by hamsterman)
|
by Zerocool2214
ofstream infinite loop
|
|
[2 replies] Last: you are writing to the file while you want to read from it! Use opera... (by dionisis)
|
by burzum619
Manipulating data members?
|
|
[7 replies] Last: getunit() should also return a reference to the char or you would end ... (by Warnis)
|
by PeteyPii
#include "Matrix.h" gives an error but "matrix.cpp" doesn't?
|
|
[6 replies] Last: I've added a link to a previous thread on preinstantiated templates th... (by kbw)
|
by pauliancu
Console RPG problem
|
|
[3 replies] Last: No it's not. Those strings are doing nothing, your indentation is all ... (by chrisname)
|
by Kingtrunks
Using Char For Menu Selection
|
|
[8 replies] Last: Thanks guys. The double quotes/single quotes were my initial error. ... (by Kingtrunks)
|