by ready2drum
Check Box Question
|
|
[4 replies] Last: is this MFC? I work directly with the win32 API, I haven't done anyt... (by Mal Reynolds)
|
by rottmanj
Best practices question
|
|
[3 replies] Last: i would still do it using object oriented design. I would think you c... (by Mal Reynolds)
|
by Zettai Baka
read() function with THREE arguments???
|
|
[2 replies] Last: Thanks, I think I've found it here: http://www.opengroup.org/onlinepub... (by Zettai Baka)
|
by Vater
pointer to function
|
|
[4 replies] Last: O_o. Implementing this in my class produces another error. It seems, t... (by Vater)
|
by caramelo
basic type to string
|
|
[8 replies] Last: Ok, thanks. That's something... =) (by caramelo)
|
by CPlusplusdna
Max file size
|
|
[3 replies] Last: Thx helios, I have been trying to avoid the Win32 API for future po... (by CPlusplusdna)
|
by Superheftig
Call by Reference
|
|
[2 replies] Last: Y I will test it tommorow. It makes sense when i think about it :) (by Superheftig)
|
by jereme
a C++ algorithm problem- skyscrapers (1,2)
|
|
[22 replies] Last: Argh. I just realized that I completely messed up the indices (no excu... (by exception)
|
by bouboune
Adding page to a property sheet causes error
|
|
[2 replies] Last: Anyone? (by bouboune)
|
by Rausaen
Making your own printf like functions
|
|
[6 replies] Last: It has a number of features that are all there for a reason Some fe... (by Bazzy)
|
by tom1410
Problem with pointers
|
|
[13 replies] Last: If you need a pointer, then yes, you must do it that way. But: REM... (by firedraco)
|
Rounding Numbers |
|
[2 replies] Last: http://www.cplusplus.com/forum/articles/3638/ (by helios)
|
by asmtom
Inserting an X into a table depending on user input
|
|
[3 replies] Last: It's a console application, I'm just doing a first year C++ course, so... (by asmtom)
|
by sharik
System() ; Spawn*() ; does not work properly for my specific EXE program
|
|
[2 replies] Last: Maybe the problem is in Borland? I have heard that isn't really good. ... (by Scipio)
|
by evanescence
where's my mistake? [SOLVED]
|
|
[5 replies] Last: fp.write((char*)t,(nomer-1)*sizeof(prep)); //saving the eleme... (by lightlord)
|
by wiki2005
argv to string
|
|
[1 reply] : You can use sprintf(word,"%s",argv ); Here the C++ way: #includ... (by Bazzy)
|
by jcorral79
program that reads file
|
|
[2 replies] Last: Don't post twice! http://www.cplusplus.com/forum/beginner/6419/ (by Bazzy)
|
by amir
copy the whole row or column whithou loop
|
|
[1 reply] : I suppose you mean matrix. Take a look at the STL copy algorithm (by Corpus)
|
by dm10
Memory Game Program
|
|
[3 replies] Last: cards =rand()%8+1; the way you initialize the cards isn't co... (by anders43)
|
by epiqu1n
Using "return 0;"
|
|
[3 replies] Last: Nevermind, I get that you can't pass an array. Originally what I was ... (by epiqu1n)
|