looping problem! |
|
[1 reply] : Whats the problem? And could you please put your code in code tags lo ... (by mcleano)
|
by cope73
Yes/No User Choice
|
|
[10 replies] Last: To the cout vs printf question: [quote=Parashift com FAQ] [15.1] Why... (by RyanCaywood)
|
by kaduuk
Usefullness of arrays
|
|
[4 replies] Last: ok, thank you! I think I get it :) (by kaduuk)
|
by haheha
How to solve this kind of errors..
|
|
[9 replies] Last: Warning 1 warning C4819: The file contains a character that cannot be ... (by hahehah3)
|
by Soap360
How long did it take you guys to learn all of C++
|
|
[19 replies] Last: [quote=filipe]Herb Schildt? From my experience, it's best to stay away... (by outcome)
|
by Jamaley
Setting up my very first program.
|
|
[4 replies] Last: Just to be clear: Setup a Win32 Console Application, not a Win32. ... (by AngelHoof)
|
Is there a way to return an array from a function? |
|
[16 replies] Last: array packed into structure, C-style #include <stdio.h> #includ... (by outcome)
|
by constantx
Prime numbers
|
|
[6 replies] Last: Can you include actual numbers, it'd be easier to comprehend; e.g. fro... (by constantx)
|
Functions driving me crazy |
|
[1 reply] : //void readData(ifstream &, double, double, double); void readDa... (by ne555)
|
by xander333
Ok, I'm getting crazy.
|
|
[7 replies] Last: I found a fix, thanks for your help all :) (by xander333)
|
by gmanandge
'result' not declared in this scope
|
|
[4 replies] Last: Thank you! I can't believe I missed it! (by gmanandge)
|
by wtr
switch a word
|
|
[9 replies] Last: That snippet is meant to do just that. It assumes word has been read, ... (by filipe)
|
What is this "int *argc" and "char *argv[]" in arguments of main()? |
|
[4 replies] Last: Wow! Coooool! Thanks... :) (by madmaxsantana)
|
by invic9
Pascal Triangle in Square
|
|
[3 replies] Last: Your missing the console applications entry point which can either be ... (by binarybob350)
|
by pretty87
map::count
|
|
[6 replies] Last: I've recently become an advocate of boost::multi_index_container. It ... (by moorecm)
|
Which IDE? [Windows Vista 64-bit] |
|
[5 replies] Last: I just had a glance at C::B and I though it was just like Dev-C++. I ... (by blackcoder41)
|
by tomjoad
How to handle boost::iostreams::gzip_decompressor() exceptions?
|
|
[3 replies] Last: Well you can simply catch the exception like this: void Decompre... (by Galik)
|
by jcnanaman
DUDES, NEED CORRECTION HERE.. PLEASE
|
|
[1 reply] : Quite a few issues here: 1) Please enclose your code in block so t... (by spaggy)
|
by hasek888
Need advice with sorting arrays
|
|
[1 reply] : Howdy. First of all I don't see a need to use dynamic allocation for t... (by Duncan)
|
by overseer16
why dosn't this work?
|
|
[3 replies] Last: Yes there is. cout << tom<< " " << dick << " " <<harry << endl; ... (by xander333)
|