by Frozendog11
need help :( (1,2)
|
|
[35 replies] Last: Thanks for all ur helps :) (by Frozendog11)
|
by metulburr
how to make guess function loop X number of times?
|
|
[1 reply] : nevermind i figured it out myself...the function guess() keeps reloop... (by metulburr)
|
by joatmon
Read the first word from each line of a file
|
|
[5 replies] Last: I forgot to thank you for this. It was exactly what I needed. I appr... (by joatmon)
|
by metulburr
is there not an easier way
|
|
[15 replies] Last: cout <<"second display"<<endl<<endl; cout << " 1 2 3 4 5 6 7 8 9 1... (by shacktar)
|
by stucash
Having problem with VS C++2008 when using command prompt to compile source code
|
|
[2 replies] Last: Well, the error is saying that some or other file is missing. Check t... (by andywestken)
|
by David Weber
Absolute Beginner
|
|
[5 replies] Last: I would recommend a more invasive approach: that all photographers hav... (by shacktar)
|
by Maese909
Computer as player
|
|
[4 replies] Last: if you were told that 59 was too high, would you go on to guess more n... (by Maese909)
|
by James352
Bored. New project please?
|
|
[12 replies] Last: I'd be interested to hear what the must know parts of Linux are, too. ... (by andywestken)
|
by sgr1987
output help!!
|
|
[4 replies] Last: Scroll down this link and read about pre increment and post increment ... (by jloundy)
|
by brokenbot
What would be an effective and efficient way to tell which subvariable you want to use in a data structure like a union?
|
|
[7 replies] Last: "My" idea was nicked from (Microsoft's) Automation VARIANT type/struct... (by andywestken)
|
by MASTER260
Double quotes without an escape sequence.
|
|
[18 replies] Last: Hmm, well this is odd. I've been using Qt Creator & it seems to alway... (by MASTER260)
|
by Scottas
strcpy problem
|
|
[2 replies] Last: thanks. (by Scottas)
|
by larzbyron
text based rpg error
|
|
[4 replies] Last: Thank you (by larzbyron)
|
by kemnet
Cut/copy/Paste in forms
|
|
[2 replies] Last: hmm ok thanks for the tip, to clarify a little more, i was kinda hopi... (by kemnet)
|
by italian
need to stop at multiples
|
|
[1 reply] : Have a look at the modulus operator (%) It's on this page in the "Ari... (by andywestken)
|
by Zephni
Problem in my if a == b statement
|
|
[5 replies] Last: Unless you have limited memory, or need very, very large arrays, I wou... (by andywestken)
|
by lianazaman
Make Program Able To Read Name
|
|
[4 replies] Last: to purefan: ahaha, you helping me is more than enough :). You voluntee... (by lianazaman)
|
by phoenix1990
memory leaks
|
|
[3 replies] Last: You shouldn't mix malloc and delete: Either use new/delete or malloc... (by phoenix1990)
|
by Citis
How do I create a new file?
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ or alternatively, you co... (by hamsterman)
|
by Scottas
Loading dll when program starts
|
|
[1 reply] : Anyone? (by Scottas)
|