by prestokeys
Suggest a good boolean thingy for "knowing"
|
|
[no replies]
|
by CrazyKane
What other code can i use other than system("pause")?
|
|
[2 replies] Last: i assume you didn't see the pinned post "console closing down" on top ... (by Rechard3)
|
Help me if you can please! |
|
[10 replies] Last: @AbstractionAnon, I am about to send you a PM. (by EliteGamesIndustries)
|
by kingkong200
Counting spaces in a char array
|
|
[4 replies] Last: I see thanks. (by kingkong200)
|
by CrazyKane
I need help with this simple code.
|
|
[4 replies] Last: Thanks, i got it down now. http://www.cplusplus.com/forum/general/105... (by CrazyKane)
|
Someone tell me what this means? |
|
[4 replies] Last: You don't have to delete anything. And there's nothing wrong with pos... (by Disch)
|
One last error please help me fix.thx for help |
|
[4 replies] Last: what at places like these void decision (int& a) { int choice; switch... (by EliteGamesIndustries)
|
by tes4evr
Problem with do-while
|
|
[10 replies] Last: You're welcome :) (by MikeyBoy)
|
by Blank
while loop
|
|
[1 reply] : char c; do { std::cout << "Enter a character: "; std::cin >> c... (by vlad from moscow)
|
by pel1993
my rand still outputing wrong numbers
|
|
[4 replies] Last: if i may change your code a bit: for (int i=0; i<size;i++){ ... (by Rechard3)
|
by CrazyKane
How i get this to return to the question?
|
|
[5 replies] Last: I think i get what you mean, sorry i'm a noob (by CrazyKane)
|
by CrazyKane
Here is my text based world generator system.
|
|
[11 replies] Last: Ive been trying to learn more about things of that sort and im just no... (by CrazyKane)
|
number to binary in c++ |
|
[4 replies] Last: Thanks guys! (by thePizzaLover)
|
by Alchemist93
Compare user input (char array) with string from file.
|
|
[3 replies] Last: I solved it using the code below: if (strcmp(name, s3.acc_name)... (by Alchemist93)
|
by ZeHgS
Weird linker/compiler errors
|
|
[7 replies] Last: You're welcome :) (by MikeyBoy)
|
by Scorvus
problem with cin>> and getline
|
|
[7 replies] Last: doesnt make a difference in this case though (well if its inside the b... (by closed account Dy7SLyTq)
|
by Hailhaven
string Subscript out of range
|
|
[4 replies] Last: Thanks very much! With stringstreams, I was able to get my programme ... (by Hailhaven)
|
What is a char |
|
[8 replies] Last: The real standard costs money :( I use the N3290 draft which is the f... (by Peter87)
|
by beginner123
how to send host name to client?
|
|
[1 reply] : You already have the local hostname, it was returned to you in Line 2 ... (by Computergeek01)
|
by billywilliam
Pointer size
|
|
[9 replies] Last: because c_str() returns a pointer. (by closed account z05DSL3A)
|