by diz
passing vector to .dll
|
|
[4 replies] Last: RedX, thanks for your replies. I've directly contacted the supplier... (by diz)
|
by strike402me
if else switch nt working
|
|
[9 replies] Last: Yes, I was showing the numbers in binary. I'm aware. I was referrin... (by Athar)
|
by kalp1200
sorting number in acsending order
|
|
[2 replies] Last: Just look at it as if it were a Sudoku game: int a=3,b=2,c=1; //1-... (by Athar)
|
Problems with a C++ Code |
|
[4 replies] Last: Thanks a lot ragn4rok234, now it works. I'm really grateful. Bye! (by steaua stasucia)
|
by Sputnik
Linking Code/Objects Using DevC++ IDE
|
|
[7 replies] Last: This is definitely a basic question, so this forum is the right one. ... (by Athar)
|
by kabom
Final exam problem :(
|
|
[2 replies] Last: :/ Ok Thank You (by kabom)
|
by BenjaminB
Problem: Creating a variable
|
|
[2 replies] Last: Thank you very much firedraco. The function of this program would b... (by BenjaminB)
|
by iliketurtles
Reading/comparing string
|
|
[4 replies] Last: Thanks! I have another question, now that i can use substr to find the... (by iliketurtles)
|
by clover leaf
double and long double
|
|
[2 replies] Last: Thanks! (by clover leaf)
|
by dragonbane
Program skips over cin >> and starts an infinite loop.
|
|
[3 replies] Last: The >> operator stops reading from the input buffer when he encounters... (by m4ster r0shi)
|
by Osor77
a problem with macros
|
|
[8 replies] Last: @Albatross You're right, if you know C++ you can read C syntax. Howev... (by Osor77)
|
by Sirnoobalot
program window closes to quick to view any output
|
|
[7 replies] Last: I wonder why people are using gets() when scanf() is so much safer. ... (by Albatross)
|
by naymyohtut
Problem with reading file (ifstream)
|
|
[1 reply] : struct Player { string name; int goals; int totalGoals ; }; Sh... (by m4ster r0shi)
|
by Morph
Newline at the end of file
|
|
[2 replies] Last: Some *nix shells don't add that newline, which results on one ugly lin... (by Albatross)
|
by MottMan
Character Analyzing
|
|
[4 replies] Last: Thanks. (by MottMan)
|
by Rtop
How to call a function method in a class from another class
|
|
[5 replies] Last: @arther this exercise is about link list insertion , but my textbook ... (by Rtop)
|
by Topaze
dynamic array problem
|
|
[2 replies] Last: Oi! That's a class you're doing likes 12-14 in! You can't do those! ... (by Albatross)
|
by Topaze
can't figure print error
|
|
[2 replies] Last: Thanks got it now (by Topaze)
|
by Adeon
Timer.
|
|
[1 reply] : Related discussion: http://www.cplusplus.com/forum/beginner/23636/ (by moorecm)
|
by Sperry
A couple of questions from a beginner
|
|
[4 replies] Last: Having functions that perform a well-defined task and building functio... (by Athar)
|