by KainV
save/load Game State
|
|
[8 replies] Last: Here's a hacky solution: Save the level number in the game save (for ... (by xismn)
|
passing arrays into functions |
|
[2 replies] Last: Thank you for the example. This is what I have programmed so far: ... (by programmerwitagun)
|
by ZeHgS
Incomplete type is not allowed
|
|
[4 replies] Last: Oh, got it, thanks! I still am very much a beginner, so I am still le... (by ZeHgS)
|
by haterz
Radian to cos, sin and tan
|
|
[4 replies] Last: Thank you very much, i gt the point.. :) (by haterz)
|
Deleting a file |
|
[2 replies] Last: Thank you for your help and quick reply! (by closed account jwkNwA7f)
|
by Jorys22
getting false factors
|
|
[1 reply] : Use [/c ode] tags. You need brackets around the code you want to ru... (by Zhuge)
|
Whats the problem? |
|
[3 replies] Last: It's somewhere. You're just not finding it. Are you on windows? EDI... (by Disch)
|
using fstream objects properly, I can't see the problem |
|
[5 replies] Last: Thanks for the advice, I'll try to get it implemented the way I had it... (by Robert Lorenzen)
|
by Justin5978
Syntax issue with structs
|
|
[5 replies] Last: I'm not sure why we are using structs instead of classes, is that why... (by Disch)
|
by jheard901
Assembly Line Programming
|
|
[7 replies] Last: Happy to be of help. (by Zhuge)
|
by metulburr
how to remove emtpy element
|
|
[2 replies] Last: oh ok thanks: #include <iostream> #include <string> #include <vector>... (by metulburr)
|
Making these horizontal lines vertical |
|
[4 replies] Last: I cant believe it was so simple! Thankyou so much! (by igotabuginmyeye)
|
by metulburr
forbids comparison between pointer and integer
|
|
[3 replies] Last: I was thinking looping a string, each step would be a string also. And... (by metulburr)
|
by rajputsadia
assigning a value to variables
|
|
[2 replies] Last: OMG OFCOURSE!! thank you!!! (by rajputsadia)
|
by atoi
I donnot understand the use of return *this "as a whole"
|
|
[1 reply] : Well in this case I'd be confused too because the return value of comb... (by Zhuge)
|
by rajputsadia
functions and looping
|
|
[2 replies] Last: Thank you, this helped a lot =) (by rajputsadia)
|
by Blackhole
Creating a C++ program to have the user input a number between 1 and 4. Must use switch statement.
|
|
[5 replies] Last: Thanks for the help, guys. I really appreciate it.. (by Blackhole)
|
Console Editing |
|
[4 replies] Last: Oh, okay. I guess I was wrong(As always). (by Johnny111111111)
|
by ankushnandan
strange behaviour of function returning reference
|
|
[3 replies] Last: [quote=ankushnandan]i have executed it many times changing the value o... (by Cubbi)
|
by eagleclawsan
How can I save things ona text file without overwriting them (Code included)?
|
|
[1 reply] : ofstream file ("anything.txt", ios::app); ios::app puts the tex... (by closed account jwkNwA7f)
|