by jaydr
calc in function not working
|
|
[3 replies] Last: The compiler always converts operands to the more accurate type if the... (by helios)
|
by user name
What are header files used for?
|
|
[9 replies] Last: Oh OK, that solved it! Thanks for all your help! (by user name)
|
by cascade384
reading a file
|
|
[no replies]
|
by hei
How to open a file by fopen or other open file command?
|
|
[2 replies] Last: Now my main problems is how to open a the file that i mentioned? And y... (by hei)
|
by icechef
newbie Array
|
|
[11 replies] Last: 'A' should be declared as int* , you seem having declared it like thi... (by Bazzy)
|
by kayem01
how can i change the color of fonts in programs?
|
|
[1 reply] : Look through here - ( http://www.cplusplus.com/query/search.cgi?q=fore... (by Mythios)
|
by kayem01
when i run my program in dev c++ my computer always shut down
|
|
[4 replies] Last: i know the problem..^^ my computer has virus.^^ i didn't knew it becau... (by kayem01)
|
by bunkerder
SOLVED: Problem: Using a variable of other class
|
|
[3 replies] Last: Problem solved, I haven't created an instance for ClassA object. Such ... (by bunkerder)
|
by Nicartos
How do I test a loop midway, save the answer, and output it at the end?
|
|
[1 reply] : I assume the loop need to be determined when total is over 500, and an... (by Scipio)
|
by vexstorm
Class data members
|
|
[2 replies] Last: There's probably a problem with how you're inputting them (from code, ... (by helios)
|
by Ganellon
self-aborting class object?
|
|
[2 replies] Last: The singleton pattern could be used for something like that. You coul... (by seymore15074)
|
by masiht
indentifier question
|
|
[8 replies] Last: I didn't get . please explain in words (by masiht)
|
by balanovich
giving 1 second to press 'g'
|
|
[2 replies] Last: I works, thanks! (by balanovich)
|
by Ganellon
[solved] enum -- OOP hostile?
|
|
[4 replies] Last: changing enum evil to an integer You're still confused. That's like ... (by Ganellon)
|
by mynameis7nad
arrays with infile
|
|
[6 replies] Last: what do you mean? if you dont take them from the array, is there some... (by helios)
|
by jaydr
floating rounding during output
|
|
[5 replies] Last: Found my answer. Thank you for all your help. Now all i have to do is ... (by jaydr)
|
by youknowme
Secure input validation method to protect buffer overflows?
|
|
[1 reply] : Here is an article on secure input: http://www.cplusplus.com/forum/art... (by Bazzy)
|
by Brutal
[solved]prime number (I have searched around)
|
|
[2 replies] Last: Thanks a ton! I finally figured it out with your help! All I needed ... (by Brutal)
|
by icechef
run time check failure newbie
|
|
[1 reply] : I need more information than that to give you specific help, but it lo... (by Zhuge)
|
by Xyzk
Loop is ending too early
|
|
[4 replies] Last: I would avoid using cin>> in the first place and replace it with getli... (by Scipio)
|