Originally posted by 12520136
View Post
Announcement
Collapse
No announcement yet.
cho em hỏi về Visual Studio 2012
Collapse
X
-
Originally posted by 11520231 View Postcode ngay chỗ "s=...,p=..." của bạn thiếu ";" ở cuối code :look_down:
Untitled.pngLast edited by 12520136; 15-10-2012, 10:48."Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates
Comment
-
-
Đừng hiểu nhằm chức năng của hàm getch() :beauty:
Originally posted by 11520231 View Postmình nói hàm main của bạn kia, chứ ý mình không phải là hàm main bao giờ cũng PHẢI kết thúc bằng getch();, tùy vào kiểu trả về thôi, getch() là lệnh dừng màn hình thì phải, nếu nhớ không lầm ^^not..
Comment
-
:sad:
Untitled.png"Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates
Comment
-
Originally posted by 11520231 View Postbạn copy lại cái dòng thông báo lỗi cho mình xem thử :stick:
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.44
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========="Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates
Comment
-
chương trình đơn giản thế này cũng lỗi nữa ạ:
1>c:\users\hieu nguyen\documents\visual studio 2010\projects\new code\new code\new code.cpp(3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
VS 2.jpg"Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates
Comment
-
Originally posted by 12520136 View Postchương trình đơn giản thế này cũng lỗi nữa ạ:
1>c:\users\hieu nguyen\documents\visual studio 2010\projects\new code\new code\new code.cpp(3): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
[ATTACH=CONFIG]4871[/ATTACH]
Code:#.. void main(){ .... }
Comment
Comment