Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to Read Text from Image file Pin
Game-point18-Sep-09 1:27
Game-point18-Sep-09 1:27 
AnswerRe: how to Read Text from Image file Pin
Game-point18-Sep-09 1:53
Game-point18-Sep-09 1:53 
GeneralRe: how to Read Text from Image file PinPopular
Sauce!18-Sep-09 5:42
Sauce!18-Sep-09 5:42 
Questionoperator overloading Pin
santhosh-padamatinti18-Sep-09 0:47
santhosh-padamatinti18-Sep-09 0:47 
AnswerRe: operator overloading Pin
Stuart Dootson18-Sep-09 1:53
professionalStuart Dootson18-Sep-09 1:53 
QuestionRe: operator overloading Pin
Roger Stoltz18-Sep-09 2:03
Roger Stoltz18-Sep-09 2:03 
AnswerRe: operator overloading Pin
CPallini18-Sep-09 2:37
mveCPallini18-Sep-09 2:37 
QuestionIssue in porting code from VS6.0 to VS2008 [modified] Pin
Nandu_77b18-Sep-09 0:41
Nandu_77b18-Sep-09 0:41 
Hi,

class Client;
Client(const Client&);

The above code compiles fine with VSC++6.0, when same is compiled with VSC++ 2008 throw’s the following is the compilation error "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int"

Then I have changed the code as below, it got compiled with VSC++ 2008.
Client(const &Client);

So can any one help me what is the cause of the problem and whether this "Client(const &Client); " is correct approach.

Thanks,
Nandu

modified on Friday, September 18, 2009 7:48 AM

AnswerRe: Issue in porting code from VS6.0 to VS2008 Pin
Stuart Dootson18-Sep-09 1:55
professionalStuart Dootson18-Sep-09 1:55 
GeneralRe: Issue in porting code from VS6.0 to VS2008 Pin
Nandu_77b18-Sep-09 4:37
Nandu_77b18-Sep-09 4:37 
GeneralRe: Issue in porting code from VS6.0 to VS2008 Pin
Stuart Dootson18-Sep-09 4:44
professionalStuart Dootson18-Sep-09 4:44 
Questionsize of class Pin
hrishiS17-Sep-09 23:27
hrishiS17-Sep-09 23:27 
AnswerRe: size of class Pin
«_Superman_»17-Sep-09 23:54
professional«_Superman_»17-Sep-09 23:54 
GeneralRe: size of class Pin
hrishiS18-Sep-09 0:15
hrishiS18-Sep-09 0:15 
GeneralRe: size of class Pin
CPallini18-Sep-09 0:20
mveCPallini18-Sep-09 0:20 
GeneralRe: size of class Pin
«_Superman_»18-Sep-09 0:36
professional«_Superman_»18-Sep-09 0:36 
AnswerRe: size of class Pin
santhosh-padamatinti18-Sep-09 0:25
santhosh-padamatinti18-Sep-09 0:25 
QuestionVC8 source code editor Pin
uli200017-Sep-09 22:56
uli200017-Sep-09 22:56 
AnswerRe: VC8 source code editor Pin
Naveen17-Sep-09 22:59
Naveen17-Sep-09 22:59 
Questionbeginner question Pin
Game-point17-Sep-09 22:44
Game-point17-Sep-09 22:44 
AnswerRe: beginner question Pin
CPallini17-Sep-09 22:48
mveCPallini17-Sep-09 22:48 
AnswerRe: beginner question Pin
Rajesh R Subramanian17-Sep-09 22:55
professionalRajesh R Subramanian17-Sep-09 22:55 
AnswerRe: beginner question Pin
«_Superman_»17-Sep-09 23:57
professional«_Superman_»17-Sep-09 23:57 
AnswerRe: beginner question Pin
santhosh-padamatinti18-Sep-09 0:36
santhosh-padamatinti18-Sep-09 0:36 
AnswerRe: beginner question Pin
Anil Kumar.Arvapalli18-Sep-09 1:40
Anil Kumar.Arvapalli18-Sep-09 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.