by kevin06s
#include libraries in header files?
|
|
[2 replies] Last: If you are splitting these utility functions into a cpp and a header, ... (by Zhuge)
|
Char in C++, What is it. |
|
[5 replies] Last: so that's why it is in qoute tags.. (by blackcoder41)
|
by akosinoah
how to complete my code arrays :D
|
|
[14 replies] Last: that would be done if you want some variables to locally defined in a ... (by pyschoder)
|
by fermies
free c++ e-books
|
|
[9 replies] Last: Well thats reassuring... Although I do admit it does need to include c... (by mcleano)
|
by kevin06s
General Windows API Problems (Visual C++)
|
|
[4 replies] Last: Thanks a lot! I have gotten it working perfectly. (by kevin06s)
|
by Zeldami
Try-Catch Error
|
|
[11 replies] Last: 10 while loops would be better than 10 goto statements. The beauty of... (by kempofighter)
|
by dan fish
C++ From the beginning
|
|
[2 replies] Last: Thanks a lot for your help! I think i can finally make a start now :) (by dan fish)
|
by zcharif
Recovering variables from a file
|
|
[2 replies] Last: Just as I thought. I know that the first 5 places will always be the s... (by zcharif)
|
by ThePlus
OpenGL and dev c++
|
|
[4 replies] Last: you must install glut lib in dev c++ in dev c++ chose Tools -> Chec... (by ggmann)
|
by joceps
Compilong C++ in VC++ 2008 express issues
|
|
[11 replies] Last: It's better to make a empty project right click on source folder and c... (by gcampton)
|
by miken68
static_cast<int>(num) to get define decimal???
|
|
[7 replies] Last: yeah I got a bit of an inaccuracy defining it as a floating point vari... (by miken68)
|
by andreangc19
Please problem with Dev C++ 4.9.92
|
|
[2 replies] Last: and please in future use code tags ----------> the button on the right... (by gcampton)
|
by cbouwkamp
Reading into a string
|
|
[6 replies] Last: Thanks for the very quick responses. I can always rely on the help of ... (by cbouwkamp)
|
by Raf Sa
what can I do here?!
|
|
[5 replies] Last: in regards to indentation: if (next==Y||next==y) { ... (by gcampton)
|
by Bearcats09
Strings in Alphabetical order?
|
|
[3 replies] Last: a string version of gcampton's bubble sort.. #include <iostream> ... (by blackcoder41)
|
by asdfrewq1
*Dur-dur* What's wrong with my code?
|
|
[10 replies] Last: LMAO! jsmith is on the money with that one! (by kevinkjt2000)
|
by Wylbur
Arrays as Properties of managed Classes
|
|
[no replies]
|
by XeonXT
Vector Objects - Maintaining Pointers?
|
|
[7 replies] Last: Great, thanks very much to both of you. All questions solved :) (by XeonXT)
|
by shakebaby
The string is messed up after erase
|
|
[5 replies] Last: The parameters for erase are: erase( starting_position, no._characters... (by mcleano)
|
by Krisando
Convert 4 bytes into a float
|
|
[9 replies] Last: Where did the problem from in the first place. If you can't understan... (by kbw)
|