Announcement

Collapse
No announcement yet.

cho em hỏi về Visual Studio 2012

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by 12520136 View Post
    khi em cho chạy thử chương trình thì nó ra như vầy :sad:
    [ATTACH=CONFIG]4861[/ATTACH]
    Em bấm yes thì VS sẽ debug và chạy, trong trường hợp nếu chương trình bị lỗi sẽ hiện thông bao em có muốn buid lại lần mà ko bị lỗi không thì chọn No nhé ! :shy:

    Comment


    • #17
      Originally posted by 12520136 View Post
      khi em cho chạy thử chương trình thì nó ra như vầy :sad:
      [ATTACH=CONFIG]4861[/ATTACH]
      code ngay chỗ "s=...,p=..." của bạn thiếu ";" ở cuối code :look_down:

      Comment


      • #18
        Originally posted by 11520231 View Post
        code ngay chỗ "s=...,p=..." của bạn thiếu ";" ở cuối code :look_down:
        lỗi nữa laster:
        Untitled.png
        Last 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


        • #19
          kết thúc hàm main phải có lệnh "getch();" nhé bạn :happy:

          Comment


          • #20
            tại sao là "phải" getch(); hic:sweat:
            Originally posted by 11520231 View Post
            kết thúc hàm main phải có lệnh "getch();" nhé bạn :happy:
            not..

            Comment


            • #21
              Originally posted by 11520338 View Post
              tại sao là "phải" getch(); hic:sweat:
              mì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 ^^

              Comment


              • #22
                getch() là hàm nhận thêm 1 ký tự, bạn có thể đặt char k; k = getch(); nhưng lúc bạn nhập kí tự k, thì k sẽ ko hiện lên màn hình ^^

                Comment


                • #23
                  Đừng hiểu nhằm chức năng của hàm getch() :beauty:
                  Originally posted by 11520231 View Post
                  mì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


                  • #24
                    :sad:
                    Untitled.png
                    "Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates

                    Comment


                    • #25
                      Originally posted by 12520136 View Post
                      :sad:
                      [ATTACH=CONFIG]4869[/ATTACH]
                      bạn copy lại cái dòng thông báo lỗi cho mình xem thử :stick:

                      Comment


                      • #26
                        Originally posted by 11520231 View Post
                        bạn copy lại cái dòng thông báo lỗi cho mình xem thử :stick:
                        1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
                        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


                        • #27
                          Originally posted by 11520338 View Post
                          Đừng hiểu nhằm chức năng của hàm getch() :beauty:
                          nó cũng được hiểu là dừng màn hình mà bạn, tùy vào mục đích sử dụng thôi
                          http://diendan.congdongcviet.com/sho...?t=1198&page=3

                          Comment


                          • #28
                            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


                            • #29
                              lỗi gì vậy mấy anh? em dùng win 7 64 bit có chạy được không?
                              "Measuring programming progress by lines of code is like measuring aircraft building progress by weight." - Bill Gates

                              Comment


                              • #30
                                Originally posted by 12520136 View Post
                                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
                                [ATTACH=CONFIG]4871[/ATTACH]
                                Sai code!
                                Code:
                                #..
                                void main(){
                                ....
                                }

                                Comment

                                LHQC

                                Collapse
                                Working...
                                X