by hayatihamid
vector array to store coordinates
|
|
[2 replies] Last: You might be better off keeping your X and Y coordiates together in so... (by kbw)
|
by fredy
Question
|
|
[no replies]
|
by paoloricardo
Class instantiation and other errors
|
|
[4 replies] Last: No, I don't have to use void*, at least for this exercise. So I've cha... (by paoloricardo)
|
by therefore
typedef of pointer to array of char
|
|
[2 replies] Last: Thank you so much! That made it perfectly clear. (by therefore)
|
by GameOn
Different data type giving different answers
|
|
[1 reply] : You can using ==, but you should read this: http://www.parashift.com/... (by firedraco)
|
by leszekj
simple windows forms program in Microsoft Visual C++ 2008 Express
|
|
[3 replies] Last: Thank you very much for your reply. It helped a lot. Now I learned the... (by leszekj)
|
by HkatzD
Function Homework.
|
|
[13 replies] Last: Figured it out, function's have to go before main other wise they don'... (by HkatzD)
|
by Steven
How do I make my console output sound?
|
|
[4 replies] Last: Try this, if you're using Visual Studio. #include <iostream> #inc... (by Drake Aran)
|
by Gorefield
Storing words in a string vector.
|
|
[4 replies] Last: Thanks! Works like a charm now. Had to put a cin.ignore() befor... (by Gorefield)
|
Strange error message-multiple definition |
|
[5 replies] Last: I suspect you had an old object file lying around that had a copy of o... (by kbw)
|
by Hsinom
Question on dev-c++
|
|
[3 replies] Last: or, if you don't want to use system("pause"); , which could lead to p... (by Drake Aran)
|
by Qwerty2
What is Delphi
|
|
[2 replies] Last: Yes, it is Borland's (now CodeGear/Embarcadero's) version of Object P... (by Duthomhas)
|
by relay
registry editor
|
|
[2 replies] Last: trying to convert a part of the registry where the serial is stored (i... (by relay)
|
by kobbryant
still having probelms with my program
|
|
[1 reply] : This is incorrect. The addInventory function saves the new inven... (by guestgulkan)
|
by Cbick
Have a few questions about C++
|
|
[6 replies] Last: I give up I cannot make this code run the way it is supppose to. Been ... (by Cbick)
|
by hunter
Switch statements
|
|
[3 replies] Last: Add braces so that the scope of 'seconds' is limited: { int s... (by Bazzy)
|
by masquechique
computing for the value of e
|
|
[8 replies] Last: Alright! Thank you very much. now i get the looping problem, thanks! (by masquechique)
|
by low1988
maze in an array
|
|
[1 reply] : Please don't duplicate posts. I have already posted in your other post... (by kevinchkin)
|
by Shane
How can you make a program that finds pi?
|
|
[6 replies] Last: Nice code, the advantage of mine is that it's more fun, and less effic... (by Alaric)
|
by Kuzco
What is wrong with my calculator?
|
|
[13 replies] Last: Make sure you use a good debugger and desk-check ("Step through") the ... (by wolfwind)
|