by Daniel Spain
Comparing two strings
|
|
[2 replies] Last: http://www.cplusplus.com/reference/clibrary/cstring/strstr (by helios)
|
by Jesus805
Help
|
|
[1 reply] : You need to instantiate Class before calling any non-static members.... (by closed account zb0S216C)
|
by dilutedsun
Abnormally terminating program when using if-else loop
|
|
[no replies]
|
by joey73101
What software is there to make a program?
|
|
[4 replies] Last: The "software" used for making a program out of C++ is called a compil... (by Stewbond)
|
by Blastizard
Intro as well as a few questions -
|
|
[15 replies] Last: I see. In that case, thanks for the help guys, this will really help m... (by Blastizard)
|
by Mark Weyer
C++ is ignoring half of a math function.
|
|
[3 replies] Last: That is correct. You're attempting to do 0 * something. It's a good ... (by Ben Duncan)
|
by AKat
Understanding Error Messages
|
|
[4 replies] Last: Holy source code Framework! :) But yeah, I see how breaking it down h... (by AKat)
|
by hydroJ
Need help with this for loop please, can't make it work.
|
|
[4 replies] Last: else if(digitTwo > digitTwo[countTwo--]) Never do this. There'... (by Disch)
|
by Sky Gio
My do-while loop won't terminate the command why?[HELP]
|
|
[8 replies] Last: #include<iostream> using namespace std; int main(){ { Start: int n,m... (by sleet65)
|
by Blessman11
Drawing Images into a Win32 application
|
|
[3 replies] Last: If it is for blitting images on screen, then AlphaBlend() is the one. (by webJose)
|
by stevo7624
Can someone give me a nudge with an Assignment?
|
|
[1 reply] : This is all I hve so far. I know I am missing a lot and I am going thr... (by stevo7624)
|
by althurm
Querying a MS Works DB file (.bdb)
|
|
[no replies]
|
by sleet65
needs a little push :: with delete
|
|
[6 replies] Last: "Format" is just a concept, it doesn't refer to anything specific of t... (by hanst99)
|
How do i install c++ a library? |
|
[2 replies] Last: Download the library. The library will have some of the following thin... (by Moschops)
|
by blinky969
Trouble with Hello World variant
|
|
[6 replies] Last: Visual Studio is good, but I wouldn't say it's the best. I used it for... (by hanst99)
|
by Nisheeth
A doubt about static functions in a Class
|
|
[2 replies] Last: Ah! Thanks a Lot! That clears it up. Thanks again... (by Nisheeth)
|
by holkey
SUPER NEW
|
|
[12 replies] Last: You forgot <<fixed Also, use [ code ] [ /code ] tags around your co... (by hanst99)
|
by jazpearson
Pointer question
|
|
[7 replies] Last: I find myself guilty of not using smart pointers where it would have b... (by hanst99)
|
by hydroJ
Newbie Here having trouble with assigning values to arrays. PLS help!
|
|
[4 replies] Last: was not using the conditions correctly, but got it to work int grea... (by hydroJ)
|
by Gldnbr
Issue with code
|
|
[2 replies] Last: FYI, STL streams already can convert to HEX, and this includes the sta... (by webJose)
|