how to learn c++ language |
|
[19 replies] Last: All of this arguing went totally off topic of what the OP was asking..... (by kong288)
|
by char250
Win32 Console and Keyboard ?
|
|
[7 replies] Last: Yes,i remove this and everything is works :) (by char250)
|
by vbhvggrwl
Segmentation Fault for some inputs
|
|
[4 replies] Last: Ohk! I put a : delete arr; at the end of initializing the adj ar... (by vbhvggrwl)
|
by alphawolf7
Best GUI Program for MAC
|
|
[4 replies] Last: why not using QT? it has best documentation and is easy to build GUI ... (by codekiddy)
|
by dancks
objects declared in header file
|
|
[1 reply] : you are using #endif directive twice but #ifndef only once that means... (by codekiddy)
|
by forebode
how to display float decimal number below 0.
|
|
[5 replies] Last: woot.. thank you. That was driving me nuts. yeah the actual answer i... (by forebode)
|
by dkumar3
Help: use of “().” and “()[].”
|
|
[3 replies] Last: Thanks a lot guys. I can not tell you how much I appreciate your help... (by dkumar3)
|
by dalydir
string to double or float seems to be losing numbers
|
|
[9 replies] Last: that "-1.#ind" is a NaN (Not a Number) which means that the float valu... (by Texan40)
|
by Grax
Is there any different?
|
|
[7 replies] Last: it mean that both way are different? but how come it give same result... (by Cubbi)
|
by Jarob22
Parsing date and outputting as date month and year
|
|
[2 replies] Last: Woo, ok thanks that works :) (by Jarob22)
|
Bjarne Strousup |
|
[5 replies] Last: From the back cover: This popular tutorial introduction to standard C... (by closed account 1vRz3TCk)
|
by fellow
problem with inheritance
|
|
[1 reply] : Inheritance in it's core is pretty simple. The syntax for inheriting ... (by ResidentBiscuit)
|
by ShiroAisu
Using a dynamic lib
|
|
[3 replies] Last: Are there any good articles on the subject of .def creation? I tried ... (by ShiroAisu)
|
by sghamghamy
Random numbers
|
|
[2 replies] Last: Read the manpages and it will state rand() function works hand in hand... (by sohguanh)
|
by nickoolsayz
Integer validation
|
|
[10 replies] Last: My code checks for the extra garbage with !(convert >> str_number) . ... (by Cuddlebuddie928)
|
by kingsman142
Increasing Scope help?
|
|
[18 replies] Last: Thank you for cooperating with me through this whole topic. I'm a c++... (by kingsman142)
|
by ribenaman
incrementing inexplicably?
|
|
[11 replies] Last: Defining an NDEBUG macro and using assert works well. You're right an... (by ascii)
|
by miftil
HELP : change the array in a function.
|
|
[3 replies] Last: First, your array initialization lists are unnecessary. Simply doing t... (by closed account zb0S216C)
|
by alphawolf7
Using ifstream with variables
|
|
[2 replies] Last: cout << "Wow thanks for the quick reply and useful information!!!" << ... (by alphawolf7)
|
by kong288
Scripting with C++
|
|
[2 replies] Last: Bump! Really need help on this! (by kong288)
|