Program that will output correct sentence stucture |
|
[10 replies] Last: Alright thanks Kapo! (by closed account 9L8T0pDG)
|
by markkirby
trying to get script to repeat
|
|
[2 replies] Last: I have this script Yea, no you don't. C++ is not a scripting languag... (by ResidentBiscuit)
|
by JetX9
Wanting to compare multiple variables of the same type.
|
|
[5 replies] Last: I think I may have found an alternative using the Conditional Operator... (by JetX9)
|
by markkirby
Problem with output
|
|
[7 replies] Last: [quote=Lynx876]On another note, what happened to you yesterday, Framew... (by Wazzak)
|
by Danteeva
Error: Invalid conversion from 'Int' to '*Card'. Help please!
|
|
[6 replies] Last: hand is an array of Card s, not int s. The type on the left-hand s... (by Wazzak)
|
by iBLooDiESiN
std::flush, what's it good for?
|
|
[4 replies] Last: oops just re-read what you said, never mind my question (by iBLooDiESiN)
|
by DaPasta
Problem with if and if else statements
|
|
[1 reply] : line 206 ps: why did you add line 217 ? that will make it always be a ... (by kapo)
|
by ihato
Making a Command Prompt command.
|
|
[6 replies] Last: If your program is named com and you run it as com -a == com /a == c... (by Peter87)
|
by JetX9
Problem sorting an Array.
|
|
[10 replies] Last: You will be 'adding' the headers, but you should know. It's quite har... (by ne555)
|
by RawrDuy
Spaces with string?
|
|
[2 replies] Last: ii thing he's already using using namespace std; so take out the "... (by kapo)
|
by markkirby
issue with loops
|
|
[3 replies] Last: Thanks more great answers from you guys welldone (by markkirby)
|
by RawrDuy
Displaying an Error Message
|
|
[7 replies] Last: thank you! I did not know it was something as easy as that. Much appr... (by RawrDuy)
|
by DocCeaser
Recursive program to find vowels
|
|
[2 replies] Last: thank you. (by DocCeaser)
|
by imakaia
How to pre-declarate a class like we do with functions?
|
|
[13 replies] Last: I've yet to see "the only solution for X" in C++. But IMO this would b... (by Computergeek01)
|
by pxm76
ios::width vs.< iomanip> setw()
|
|
[2 replies] Last: That makes sense. Thanks for the reply! (by pxm76)
|
by Trianos
Subsequent call to cin.get() does not work.
|
|
[4 replies] Last: Oh, \n is the delimiter. That makes sense. Thank you, everyone, for t... (by Trianos)
|
by joshhazel
Cannot get my getters to work!?
|
|
[4 replies] Last: Thanks that CArray::getSize was what i needed most also decided to us... (by joshhazel)
|
by markkirby
syntax problem
|
|
[2 replies] Last: Yes thats exactly what I need Thank You Moschops (by markkirby)
|
by fatal1ty92
simple console halt
|
|
[12 replies] Last: Don't like the GCC layout. So I dont work with it. GCC doesn't hav... (by Moschops)
|
by Orangejuice
More Rand Issues
|
|
[4 replies] Last: Well, that whole bit in the parentheses could be brought to just one n... (by ResidentBiscuit)
|