Help with simple C++ program

Joined
2/1/13
Messages
3
Points
11
Hi Andy,
I just started learning C programming about a week. I am using Dev-C++ 4.9.9.2. I dont know how to use the Debug with this tool. Could you help?
Are you Vietnameses?
 
Thanks Polter. Could you please show me the link that I can down load the VisualStudio so I can start doing the C programming assignment?
 
Hi Anh Andy,
Thank you for the link. I down load the Microsoft Visual C++ 2010 from this link and started using it. When I run the program It could not Build and had an error:
1>------ Build started: Project: HelloWorld, Configuration: Debug Win32 ------

1> HelloWord.cpp

1>HelloWord.cpp(3): warning C4627: '#include "HelloWorld.h"': skipped when looking for precompiled header use

1> Add directive to 'StdAfx.h' or rebuild precompiled header

1>HelloWord.cpp(7): error C2065: 'cout' : undeclared identifier

1>HelloWord.cpp(9): error C2039: 'cin' : is not a member of 'std'

1>HelloWord.cpp(9): error C2065: 'cin' : undeclared identifier

1>HelloWord.cpp(9): error C2228: left of '.getLine' must have class/struct/union

1> type is ''unknown-type''

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I am using Window 7 (64 bit), but this is software for 32Win. Is this the reson why I got error? if yes, could you please give me the other compiler C program link for download? Thanks!
 
Back
Top Bottom