by KongMD
Getline truncating first character in loop
|
|
[3 replies] Last: Thanks for the solution, aruawons! I fixed the syntax of that ignore s... (by KongMD)
|
Function Constructor? |
|
[5 replies] Last: Use + instead of , std::string s = "FPS-%" + convertInt(FPS()); (by Peter87)
|
Quick Errors problems? |
|
[5 replies] Last: string fight(string winner) (by Moschops)
|
by Blast
Segmentation fault with Vectors
|
|
[2 replies] Last: so should i encase that if statement with "if (a < temp)" condition? (by Blast)
|
by Asura20
Reading two arrays from a text file
|
|
[2 replies] Last: Sorry about that. I'm new here and I thought it would be a good way to... (by Asura20)
|
by MrBackpack
Array searching
|
|
[7 replies] Last: Moschops, you're awesome. I just don't hear that enough :p... (by Moschops)
|
by pegleg123
Random monster spawning
|
|
[1 reply] : I don't get it. As I can see it you simply despawn your previous posit... (by eypros)
|
by kdmpenguin
try this one
|
|
[4 replies] Last: yes your allowed (by kdmpenguin)
|
Could function main call itself? |
|
[2 replies] Last: The C language standard allows recursive calls to main(). The C++ lan... (by Cubbi)
|
by daldrome
Recursion: Swapping char type in an array
|
|
[2 replies] Last: post modified. (by daldrome)
|
by humyunfuad
problem in debug
|
|
[3 replies] Last: This generates the first level: alpop=new int * ; And this the seco... (by coder777)
|
New to Exceptions |
|
[6 replies] Last: sorry for double link :D (my CTRL+C didn't work) there are more videos... (by codekiddy)
|
by mario17
How flows goes, here
|
|
[1 reply] : The return is deceptively indented. It makes it seem like it's inside ... (by helios)
|
by mamstat
Help About the C++ Programming
|
|
[1 reply] : Alright, well for starters I think you should check out the tutorials ... (by Code Assassin)
|
by TheMeerkat
Using ORs
|
|
[5 replies] Last: jim80y is right, that function does exactly what you want: http://en.... (by Gaminic)
|
by computergi
need function help
|
|
[4 replies] Last: I found the error of my ways: I had it written like this: #i... (by computergi)
|
by ausairman
confused about vectors and structure
|
|
[1 reply] : This didn't even compile for me until I gave the constructor parameter... (by mzimmers)
|
by silver1x
Replicating cin String function
|
|
[1 reply] : This is the snippet I'm working on: void mystring::get(void) { for ... (by silver1x)
|
by murat1290
Need help for little program
|
|
[6 replies] Last: Really thank you. i got it. have a nice day. (by murat1290)
|
by vin
Pointer arithmetic in sscanf function
|
|
[2 replies] Last: Thanks for your explanation. I will study C++ stream functions and us... (by vin)
|