by learn2adv
General Program Flow.
|
|
[5 replies] Last: @learn2adv, just because the standard says so. It would be a bummer if... (by hamsterman)
|
by Ch1156
Help with simple vector game
|
|
[5 replies] Last: #include <iostream> #include <cstring> using namespace std; char cha... (by Moschops)
|
by gelatine
file appending
|
|
[8 replies] Last: It works for me without any changes. Try with the full path to the fil... (by naraku9333)
|
by Dexterr
Error and if needed before else
|
|
[8 replies] Last: Woah ^^ , thank you guys so much, i am a total newbie at this but tryi... (by Dexterr)
|
by ztegao
Else if, If and Else Blocks
|
|
[2 replies] Last: I've indented it, thanks (by ztegao)
|
by alter ego
an array of more than one data type
|
|
[5 replies] Last: @roberts: thanks mate i will try using a struct, i will have to learn ... (by alter ego)
|
problem with my code |
|
[1 reply] : [co de] "Use code tags" [/co de] why something isn't working on m... (by ne555)
|
by Barkin
Need help please!!
|
|
[no replies]
|
by hottosho25
unsigned char* - arguments or return pointers
|
|
[4 replies] Last: Many thanks for your suggestion. I try! (by hottosho25)
|
by Michlas
cout dealys my game of life
|
|
[5 replies] Last: So. just to recap. i got some help from another forum. telling me t... (by Michlas)
|
by Sunny101
Determining largest and smallest number from a loop
|
|
[7 replies] Last: One possible realization #include <iostream> int main() { ... (by vlad from moscow)
|
by joshhazel
Error identifier "xxxx" is undefined
|
|
[4 replies] Last: Do you have defined a default ctor? Can you test your operator>> wit... (by eypros)
|
by wulpo
Check sum
|
|
[2 replies] Last: thanks a lot. (by wulpo)
|
by prestige
.
|
|
[4 replies] Last: Who cares? It's not standard and shouldn't be used You're being ... (by roberts)
|
by suine
else if, no/yes question with loop.
|
|
[4 replies] Last: Okey thank you Muckle ewe. That must mean that we're excepted to use j... (by suine)
|
by gelatine
isset ?
|
|
[4 replies] Last: the user had to input the int a once and after that he only had to add... (by gelatine)
|
by znerich
Constructor Problem, Displaying Blank
|
|
[1 reply] : Its the scope. You have a private airports in the class but in the co... (by histrungalot)
|
by cpplover
setter and getter function for an array
|
|
[19 replies] Last: I got it-thanks I will probably keep it in my main function. (by cpplover)
|
by osroja889
What's wrong with my program??
|
|
[1 reply] : I'll start it off and get you passed the reading of the input data. I... (by histrungalot)
|
by viliml
C++ dialect
|
|
[17 replies] Last: It is some sort of a C++ compiler all right, but: Either: It is a pre-... (by JLBorges)
|