by zeroslash
Getting the System's Year
|
|
[1 reply] : You need to pass the address of 'now' to localtime(): struct... (by Galik)
|
by pkjm17
What's wrong with my Overload Constructors?
|
|
[4 replies] Last: It' supposed to pass the the values (nouns and verbs) from whatever t... (by pkjm17)
|
Writing a program with more than one parameter. (1,2) |
|
[22 replies] Last: Ok, that makes sense now. I didn't know that a void can still have par... (by xcrossmyheartx)
|
by Kanner
how to structure without a goto
|
|
[9 replies] Last: Yeah, sure, a struct works, too. Since classes aren't supported, membe... (by helios)
|
by Soap360
Passing Variables to functions -REEEALY STUCK :\
|
|
[12 replies] Last: Yeah, that's pretty much it. Kinda went into to much detail with this.... (by Soap360)
|
by Abanoup
can i get the source code from the exe?
|
|
[11 replies] Last: Oh, ok. I thought that you meant that a decompiler would give nothing ... (by m4ster r0shi)
|
by wasabi
File Handling
|
|
[1 reply] : For Windows see: http://msdn.microsoft.com/en-us/library/ms646927%28VS... (by Athar)
|
by crodriguez08
Constructors
|
|
[6 replies] Last: The debugger should give you a call stack which points to the problem.... (by kempofighter)
|
by Blessman11
stop User from using CHAR or STRING when INT is requested
|
|
[4 replies] Last: Take a look at this for an example on a simpler approach. The solutio... (by kempofighter)
|
by Mreza
error C2440: '=' : cannot convert from 'char [15]' to 'char'
|
|
[3 replies] Last: char order should be char order Scratch that. Use strings unt... (by Disch)
|
by MJR94
Difficulties with my little C++ .dll
|
|
[8 replies] Last: Sorry. I have barely any C++ experience. :/ (by MJR94)
|
by TreyBrehm
The System Cannot Find...
|
|
[3 replies] Last: Geez, no. He's missing a DLL. When it pops up, write down the name ... (by Duthomhas)
|
by Gladdok
What happens when you don't bind an object?
|
|
[3 replies] Last: It's stored in what's called a 'temporary' object and it is destroyed ... (by Galik)
|
by ccsdotcom
sapi.spvoice in c++
|
|
[no replies]
|
by ajuneja
Tell me the output
|
|
[2 replies] Last: I am sure you have this but you need to include the stdio header file,... (by TheEliteOne)
|
by TreyBrehm
How to stop...
|
|
[5 replies] Last: Switch statement: http://www.youtube.com/watch?v=181v7ZQ2uVA Also w... (by TheEliteOne)
|
by mcode
How to make a 3D graph ??
|
|
[no replies]
|
by patryk
Recursive function
|
|
[5 replies] Last: @binarybob350: Don't just post solutions. (by firedraco)
|
how to combine 2 different text files ? |
|
[1 reply] : Read the numbers into a two-dimensional vector and then write them out... (by Athar)
|
by Colby
Calculating a New position using velocity, and an old position
|
|
[2 replies] Last: @ Skillless thanks for your reply. i found the simple mistakes i ma... (by Colby)
|