by ChanGeZi
Limiting Movement
|
|
[4 replies] Last: thanks for your replies... @ Computergeek01 ..i am using number pad... (by ChanGeZi)
|
by Majeth
A simple Big Int Library?
|
|
[2 replies] Last: I think MPIR is a GMP port to vc++. Thanks you for linking the contest... (by Majeth)
|
by mdk85
help needed !!
|
|
[9 replies] Last: how to add a reminder and delete a reminder .. when u add a reminder ... (by mdk85)
|
by tonnot
How to write a function which receives a element of a known struct by 'name' ??
|
|
[9 replies] Last: if (sizeof (your_variable) == sizeof (your_struct)) cout << "it's a ... (by chipp)
|
by pww35
Trouble dividing
|
|
[3 replies] Last: hold = "it stays the same"; (by ModShop)
|
by snakec
c++ member function pointer problem
|
|
[3 replies] Last: #include <iostream> using namespace std; class manish { int i; pu... (by Adee)
|
by fanrongqi
how to use replace_range_copy()
|
|
[1 reply] : str is the string variable (which is defined in std namespace) i don'... (by chipp)
|
by nickk2006
What to read next?
|
|
[1 reply] : If you know what language they'll use in class, you might want to save... (by helios)
|
by Umar Dafedar
** imp. I m getting an error in the following code
|
|
[1 reply] : See http://www.cplusplus.com/forum/beginner/44357/ because it is the s... (by webJose)
|
by ascii
Cannot Convert 'this' Pointer
|
|
[8 replies] Last: I was suggesting that I was stupid :o (by ascii)
|
by swathis
USB
|
|
[3 replies] Last: Thanks a lot for the suggestions i'll check that out (by swathis)
|
by Braddertt
Simple problem
|
|
[5 replies] Last: On another note, to further clarify the behavior, look at the followin... (by Intrexa)
|
by kmfgf
producing black and white synthetic image
|
|
[7 replies] Last: Both BMP and TGA files are very easy to produce. If you use a library,... (by Duthomhas)
|
by aerowenn
No Library For fgets()
|
|
[2 replies] Last: 5 seconds of googling reveals what you have access to: http://www.kei... (by kev82)
|
by CStu
Simplyfing Fractions
|
|
[2 replies] Last: Sorry about that, I put in my other fractions class program. Edited wi... (by CStu)
|
by mrharris10
LNK1120 and LNK2019 errors
|
|
[2 replies] Last: thanks for the help (by mrharris10)
|
by AlecC
Qt Slots and Signals Help please?
|
|
[3 replies] Last: I also just tried to do what you suggested, I made signal called "void... (by AlecC)
|
by mrharris10
link error
|
|
[5 replies] Last: it was a good suggestion but it still gives the same error message (by mrharris10)
|
by Ephasis
Help with a function.
|
|
[1 reply] : Read about stricmp() if you are using C strings, and read about std::s... (by webJose)
|
by Gladdok
Proper use of inheritance
|
|
[7 replies] Last: Thanks, all (by Gladdok)
|