by Will Barker
New to c++, simple program
|
|
[1 reply] : Ehh!! I remember the good old days of actionscript... :P For retrievi... (by strongdrink)
|
by sonalsolanki
URGENT .MySql Connectivity through C or C++
|
|
[1 reply] : http://bit.ly/rZR55e Yup. Like that. (by webJose)
|
by jacob73
compile a code
|
|
[2 replies] Last: also, use: --static-libstdc++ when compiling It won't say c++ runti... (by rscarson)
|
by Bhoye
Pls how can ı write a Hangman program
|
|
[2 replies] Last: using strings is actually a good way of doing it. string key = "th... (by Stewbond)
|
Can't understand error |
|
[1 reply] : I didn't download your code, but this error usually came if you forget... (by Ivan Sidarau)
|
by Mats
Becoming Professional
|
|
[13 replies] Last: So a professional knows shortcut,that can help them do the job easy a... (by KunjeeB)
|
by redrubia
Undefined reference to a function encode_character
|
|
[3 replies] Last: OOH I made it work - yay multitap: multitap.o main.o g++ -g ... (by redrubia)
|
by sherwani
Reference Counting
|
|
[5 replies] Last: I think something like this: class myClass { private: stati... (by majidkamali1370)
|
Scanning the screen for colours, and then reacting to the colours. |
|
[8 replies] Last: I felt I'd get more attention here (I did but not necessarily the atte... (by Matthew Bronder)
|
by dalawh
NULL
|
|
[6 replies] Last: Okay. Thanks for the replies. (by dalawh)
|
by mzimmers
accessing fstream open arguments
|
|
[9 replies] Last: Hi, Stewbond - the program I'm running should scrap all old output and... (by mzimmers)
|
by Mason Farina
Strange Console error
|
|
[3 replies] Last: JAVA! what have you done to me! okay guys thanks alot (by Mason Farina)
|
by jblevins1991
help with arrays
|
|
[10 replies] Last: I vote for struct/class . struct SO_NPCAttribute { SO_NPCAttr... (by closed account zb0S216C)
|
by mahinkhan22
Vector class, Iterator and Inheritance
|
|
[5 replies] Last: Well, the main problem I see is memory management. You aren't deleting... (by Athar)
|
by ali mazloum
Open USB Cash drawer in 1 click
|
|
[no replies]
|
by TheFlow450
Tutorial
|
|
[3 replies] Last: Try these: http://www2.research.att.com/~bs/C++0xFAQ.html http://gcc.g... (by rscarson)
|
by TheFlow450
quick question
|
|
[6 replies] Last: Thanks for clearing that up for me (by TheFlow450)
|
C++ Gui Programming |
|
[5 replies] Last: Instead of starting from main I cant help it but to quote this. I l... (by closed account 10oTURfi)
|
C++ Looping |
|
[3 replies] Last: I don't think you are supposed to call main() at all. @Telion: I kn... (by eypros)
|
if-else statement!!! |
|
[6 replies] Last: You are declaring Status as a c-string rather a string so, you cannot ... (by sherwani)
|