by gizzmo
text UI
|
|
[1 reply] : Maybe something like Parser p("filename"); Calculator c( p.get_some... (by hamsterman)
|
by treepig
[Help] C++ Object Oriented Programming
|
|
[1 reply] : The code itself is fine, though I don't see why you have the name and ... (by Zhuge)
|
by geomike2
Email issues
|
|
[6 replies] Last: A little googling produced this: http://www.coastrd.com/smtps which ma... (by Galik)
|
by Compucles
String as Variable Name
|
|
[5 replies] Last: myvars["whatever"] = 5; . Line 13 does that only with the name stored... (by hamsterman)
|
My first Game - Snake |
|
[5 replies] Last: come on disch. I said it was my first game. I didn't say it was bad... (by Disch)
|
by vince1981
pausing a program before it terminates
|
|
[3 replies] Last: I just do this: while (true) {} (by creekist)
|
What does this below line means. |
|
[1 reply] : Ok essentially it means that the specific names of the local variables... (by creekist)
|
Include guards in C |
|
[3 replies] Last: Oh Thanks. Structs are there in C++. I was just wondering why do we ne... (by howtechstuffworks)
|
by Vindifreek
Fibinacci Algorithm help
|
|
[8 replies] Last: @Vindifreek what I meant with using a string is then the maximum numbe... (by shacktar)
|
by TheCreator
Sockets?
|
|
[9 replies] Last: oh okay thanks that summed it up perfectly (by TheCreator)
|
by defcon2006
SendMessage()
|
|
[1 reply] : The SendMessage function does not return a bool (or int) indicating su... (by shacktar)
|
Global Objects |
|
[5 replies] Last: Hi, I believe if you want to make members of objects of type Engine to... (by creekist)
|
by Nybble
File I/O manipulation
|
|
[4 replies] Last: I don't understand why it is working now and it wasn't a minute ago...... (by Nybble)
|
by cmaypara
How do you pass an integer to a string?
|
|
[4 replies] Last: Just for fun I'm posting another method that is a little more versatil... (by disciple777)
|
by nano511
What is wrong with my HandleEvents function?
|
|
[4 replies] Last: @ disch: Here is the code for ChangeState: void ChangeState( GameSt... (by nano511)
|
by eth0
Correct return/reference for Multidimensional Structure
|
|
[4 replies] Last: Thank you! (by eth0)
|
by TheCreator
Installing Libraries
|
|
[1 reply] : Not that I've ever used Natbeans much or have a Mac.. see http://zetco... (by hamsterman)
|
by TnGraham
Declaring ofstream variable in Visual Studio 2010
|
|
[3 replies] Last: Visual Studio 6.0 comes from a time when C++ looked a lot like C. Nowa... (by Catfish)
|
by eth0
Structure Data Corruption
|
|
[6 replies] Last: Awesome, that fixed it. Thanks for the help and the tip! (by eth0)
|
by phhs80
Looking for examples of OpenMP in C++
|
|
[2 replies] Last: Thanks, Ausairman, for your useful reply -- I will try to follow your ... (by phhs80)
|