Program fail |
|
[2 replies] Last: /solved/ Thanks (by closed account 2E0XoG1T)
|
by GlennC
References and inheritence
|
|
[2 replies] Last: Great - thank you. (by GlennC)
|
by gcarlson53
Game of 21. A lot of Errors :(
|
|
[7 replies] Last: My program finally runs but there is something wrong with the hit func... (by gcarlson53)
|
by ohsnap1319
Standard Deviation problem!!!
|
|
[10 replies] Last: Thanks for all your help Ray!! If I have any other problems will be ha... (by ohsnap1319)
|
by danwoods
specifying templated class types
|
|
[6 replies] Last: I guess my question is, "How do I specify the type of a templated typ... (by Disch)
|
by tummychow
Some questions on graphics and color
|
|
[8 replies] Last: Only Vista and 7, not XP or older (by Bazzy)
|
by CecilSunkure
Dynamic Memory Tutorial Example Q
|
|
[2 replies] Last: 1) The initialization (n=0). This is performed once when the loop fir... (by CecilSunkure)
|
by pdxstudent
Arrays and output
|
|
[2 replies] Last: cin.getline ( name, 8 ); (by Bazzy)
|
by rachel0630
Generating passwords
|
|
[6 replies] Last: Like this: char letter = (char)number; If number is 65, letter wil... (by chrisname)
|
by Mike W
Converting C++ Console Applications to GUI-Based
|
|
[7 replies] Last: Yeah that sounds like a good idea. I've seen the API for QT before an... (by Mike W)
|
by spazamatic2
type Date
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/16735/ (by Bazzy)
|
by ata88
Hypotenuse Calculation Problem
|
|
[4 replies] Last: Is a data type for double precision floating point numbers http://ww... (by Bazzy)
|
by neno neno
problem with cin
|
|
[1 reply] : >> discards spaces, try cin.get(c) (by Bazzy)
|
by CamelCasing
Problem with Converting numbers to strings tutorial
|
|
[4 replies] Last: Thanks for your help Bazzy. The information in that link helped me sol... (by CamelCasing)
|
by drzura
Not limiting the size of an array with a base struct?
|
|
[9 replies] Last: You may want another item to count non-alphabetical characters (by Bazzy)
|
by Progesco
program cannot run
|
|
[2 replies] Last: the code is quite long, so I upload it here http://www.mediafire.com/... (by Progesco)
|
by Progesco
multiple types in one declaration
|
|
[2 replies] Last: thank you (by Progesco)
|
by award982
file output, wtf?
|
|
[1 reply] : Open with ios::app http://www.cplusplus.com/reference/iostream/ios_bas... (by Bazzy)
|
by award982
How to get a true bool if a number is primary
|
|
[1 reply] : http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes there have been ... (by closed account z05DSL3A)
|
STACKS |
|
[3 replies] Last: I've reformatted the code and will go through it for you. #include <... (by kbw)
|