by kingrando
Help with time.h
|
|
[no replies]
|
by chadilac5070
Help with go fish
|
|
[4 replies] Last: Perhaps you could make a class/struct Player for each player of the ga... (by Zhuge)
|
extending class property to main????? |
|
[1 reply] : C++ programs are checked in multiple passes. The compiler takes note o... (by rpgfan3233)
|
' '==0 |
|
[1 reply] : char s = 0; // Ascii NUL The Nul character is unprintable (it has... (by closed account z05DSL3A)
|
Please help me with a segmentation fault |
|
[2 replies] Last: Ok, thanks. I made it a vector of pointers as you recommended and ever... (by Brown Jenkins)
|
by Jeanne
Returning multiple variables in a function, passing by reference
|
|
[2 replies] Last: Thank you so much! I had the function type as double instead of voi... (by Jeanne)
|
by cplusnub
constructor help
|
|
[1 reply] : One thing is that the very last line - #endif - belongs at the end of ... (by jsmith)
|
by shotjase
2d vector, classes, bitmap
|
|
[no replies]
|
by etoile
How to remove duplicate ints from a vector
|
|
[1 reply] : If you use std::set instead of std::vector, duplicates are removed aut... (by ropez)
|
by ileaveng
crop video files
|
|
[2 replies] Last: fread http://www.cplusplus.com/reference/clibrary/cstdio/fread.html... (by InLight)
|
by nightrain85
Adding a timer in a C++ program
|
|
[1 reply] : So far this is the program i have. It lights up two LEDs and keeps the... (by nightrain85)
|
by rpgfan3233
Polymorphism and inheritance...
|
|
[1 reply] : I'm not sure what you really want to do, but to call Hello directly, y... (by ropez)
|
by jdstufu
ERRNO inquiry...
|
|
[1 reply] : I recommend checking out http://www.cplusplus.com/reference/clibrary/c... (by rpgfan3233)
|
by soldstatic
passing multiple params to thread
|
|
[5 replies] Last: The explicit keyword can be used any time you write a constructor that... (by jsmith)
|
by jazzsc79
sorted Linked list problem
|
|
[2 replies] Last: At a glance, I could tell you that your addSong() would need a simple ... (by satm2008)
|
by Lev1332
Trouble with a class in a DLL
|
|
[16 replies] Last: I was leaning towards it being compiled in C, I hadn't noticed the nam... (by closed account z05DSL3A)
|
by BxCore
Using my program
|
|
[5 replies] Last: If your .exe file is located in C:\Program Files\meter_mile1, then it ... (by rpgfan3233)
|
by The Salesman
What are bit flags ?
|
|
[2 replies] Last: This is an example, using a 8-bit unsigned integer to store 8 flags: ... (by ropez)
|
by InLight
Writing own compiler and language.
|
|
[no replies]
|
it is char* ??? |
|
[1 reply] : std::string is a typedef of a class, and one of its constructors can t... (by rpgfan3233)
|