by monopoman
Problem with class derived menu.
|
|
[no replies]
|
by rageoutfool
class/member function (Choice::Set) issue
|
|
[1 reply] : #include "stdafx.h" #include <iostream> #include <ctime> #incl... (by rageoutfool)
|
help me bug VS2008 |
|
[3 replies] Last: Either the exe doesn't exist, or it's already running. (by hanst99)
|
by unstoppy
two dimensional vector
|
|
[1 reply] : What is the desired result? Anyways, your problem seems to be in your ... (by hanst99)
|
by MrBackpack
Another question about c-strings (1,2)
|
|
[25 replies] Last: I think I had this problem before. Have a look at these: http://www.c... (by Lynx876)
|
by alin
a lot of issues
|
|
[4 replies] Last: On line 153 of propertypageview.cpp you're trying to use CMyPropert... (by Moschops)
|
by Lynx876
My message Encryption program
|
|
[3 replies] Last: I finally got around to doing it. You can download the sorce code here... (by Lynx876)
|
by alin
snake problem
|
|
[1 reply] : Try #include <iostream> , without the .h That should do it.. ... (by whitenite1)
|
by lankey
Counting Program
|
|
[6 replies] Last: Thanks again Pyrius, I'll try and tidy up the code. As far as im aware... (by lankey)
|
by natchos
Running class functions through a pointer.
|
|
[2 replies] Last: Thanks alot. (by natchos)
|
by Final9mare
Square Root Function
|
|
[3 replies] Last: Don't create multiple threads for the same problem. http://cplusplus.c... (by hamsterman)
|
by Athena5
Entry point must be defined error
|
|
[3 replies] Last: Problem is you don't even have a main defined, hard to tell with messy... (by Warnis)
|
Problem - HELP |
|
[2 replies] Last: for a number N (N>=0 && N<=10^15), determinate how many numbers M exis... (by Stefan Friptu)
|
by Final9mare
Help with looping my function
|
|
[1 reply] : This function is broken. I can't even really say what it's trying to d... (by hamsterman)
|
by creichert
Second Name input is number
|
|
[3 replies] Last: It's just not necessary. You are already using "name" as a cin variabl... (by seth23)
|
by Grax
how can i check my data types?
|
|
[5 replies] Last: std::cin.ignore( std::numeric_limits<std::streamsize>::max(), '\n' );... (by hamsterman)
|
by kergeroth
undefined reference to `WinMain@16'
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/ ;) (by TheMassiveChipmunk)
|
by kergeroth
Restarting program instead of closing?
|
|
[2 replies] Last: or do { //code here cout << "Do you want to do another calcu... (by chipp)
|
by maharris
cannot convert string to string*
|
|
[4 replies] Last: i need to have it displayed "couted" later (by maharris)
|
by Fariseagle
Program problem
|
|
[3 replies] Last: In C++ ^ is not a power operator. Either use pow or multiplication... (by tfityo)
|