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!