Bgtnation - Tin tức số 1 về phong thuỷ, sức khoẻ, thời trang, tổng hợp
  • Ẩm Thực
  • Bất Động Sản
  • Công Nghệ
  • Giáo Dục
  • Phong Thuỷ
  • Sức Khoẻ
No Result
View All Result
  • Ẩm Thực
  • Bất Động Sản
  • Công Nghệ
  • Giáo Dục
  • Phong Thuỷ
  • Sức Khoẻ
No Result
View All Result
Bgtnation - Tin tức số 1 về phong thuỷ, sức khoẻ, thời trang, tổng hợp
No Result
View All Result

Visual C++ 2012 – Tutorial 01 – "Hello world!" – C++Tunisia (English)

admin by admin
June 8, 2020
in Công Nghệ
39
Visual C++ 2012 – Tutorial 01 – "Hello world!" – C++Tunisia (English)



#Microsoft Visual Studio download:

______________________________________________________
#FaceBook:

#Twitter:

______________________________________________________
(English/Tunisian)
#Tutoriels vidéo haute qualité pour l’apprentissage de la langue de programmation, C++ en Microsoft Visual Studio.
#High quality video tutorials for learning the programming language, C++ in Microsoft Visual Studio.

Nguồn: bgtnation.net

Xem thêm bài viết khác: https://bgtnation.net/cong-nghe/

Xem thêm Bài Viết:

  • ĐÁNH GIÁ: ASUS PROART Z490 CREATOR 10G
  • Truyền đạt kinh nghiệm cách xác định đầu dây motor 3 pha siêu đơn giản
  • Giải quyết vấn đề mật khẩu tài khoản trong Windows 8 và 8.1
  • Khóa học Excel: Hàm IF, Sao chép Công thức
  • Tư Vấn Mic Thu Âm Cho Người Mới Bắt Đầu – Mua Micro nào là hợp lí – LH 0372472870 Truyền Hữu
Previous Post

Hướng dẫn chơi rút gỗ 54 thanh cực dễ

Next Post

Chuyển nhà trọn gói Thành Hưng 0981 810 613 gọi để được tư vấn 24/24

Next Post
Chuyển nhà trọn gói Thành Hưng 0981 810 613 gọi để được tư vấn 24/24

Chuyển nhà trọn gói Thành Hưng 0981 810 613 gọi để được tư vấn 24/24

Comments 39

  1. Ghina Qonita says:
    2 years ago

    thank you

    Reply
  2. noah ziegler says:
    2 years ago

    I cant seem to run my program. Ive tried ctrl F5. And i know it is built successfully without any errors.. PLEASE HELP

    Reply
  3. Ali King says:
    2 years ago

    ty for your awesome Tutorial

    Reply
  4. Jose G says:
    2 years ago

    I was told to do it but in notepad and once i do it i still cannot find the file. Apparently, it is the wrong command but if i do it on notepad how can i find it?

    Reply
  5. Teufel964 says:
    2 years ago

    Hi,
    this is not Visual, it is standard C++ and very old. I use it also 15 year ago.
    please wake up!

    Reply
  6. HarvestrX says:
    2 years ago

    You never show how to run it. You'd think it would be simple but nothing I do in myk app shows Hell World output.

    Reply
  7. Ryan Hackett says:
    2 years ago

    burningknight7. Turbo C++ is legacy software and completely obsolete.

    Reply
  8. Carlo Castillo says:
    2 years ago

    there's no Solution Explorer on mine, it only show server explorer

    Reply
  9. burningknight7 says:
    2 years ago

    turbo c++ is very easier than this, i'll prefer it as output coming is same on both languages

    Reply
  10. Ⴚhuck Ɲorris says:
    2 years ago

    Amazing ENG man ^^ , are you living in USA

    Reply
  11. Greg T. says:
    2 years ago

    Thanks! Good production. Keep making brief videos under 10 minutes maybe.

    Reply
  12. Purple Clouds says:
    2 years ago

    So i hit build and it says no code analysis issues were detected yet when I try to run it issues and errors pop up. Are there any better compilers than visual studio?This program is crap.

    Reply
  13. Purple Clouds says:
    2 years ago

    Visual Studio is shit. Nothing I use in it is working.It works in my old compiler but not in this crap.

    Reply
  14. rescartin says:
    2 years ago

    Thanks, this video is perfect to start with the program!!

    Reply
  15. Onix CZ says:
    2 years ago

    i all use good program working but i double click on him he start 5 – 10 seconds and after close and permission denied anzone help?

    Reply
  16. Sky says:
    2 years ago

    Click "Build" and then click "build solution" and then run it

    Reply
  17. Nicolas Nausan says:
    2 years ago

    Got the same problem. Can someone help us ?

    Reply
  18. Ahmad Al-Sayed says:
    2 years ago

    also, if you want to keep int main, you can do this: after your code and before "return 0 " write : system("pause");

    Reply
  19. Ahmad Al-Sayed says:
    2 years ago

    you probably defined main as int, if u write void main and remove "return 0" it should work!

    Reply
  20. funnyman808x says:
    2 years ago

    you need visual studio ultimate here is a product key RBCXF-CVBGR-382MK-DFHJ4-C69G8

    Reply
  21. Cameron Bob says:
    2 years ago

    i can't find soultion explorer it is'nt there

    Reply
  22. Mrblueghosty says:
    2 years ago

    How do I get c++ on Microsoft studio visual express? Mine only shows c#………..

    Reply
  23. Justin Gort says:
    2 years ago

    go to buildsthe use "clear build" the rebuild it.

    Reply
  24. Simon Gagné says:
    2 years ago

    When I tried to create a new project in Visual Studio 2012, I dont have the choice of Win32 Console Apllication or Empty Project. I only have Empty Apllication (XAML) and other Aplication related with the Windows Store. Any help ?

    Reply
  25. Kazathul says:
    2 years ago

    Clean and rebuild. If that doesn't work, open a new project and import the existing C++ files to the new one. If that doesn't work as well, than you have a project property issiue related with either linkers or project imports (like .libs or .dlls). Than you'd have to find and download an existing project setting. Or you can simply open a new project with "console application" setting on the startup.

    Reply
  26. Kazathul says:
    2 years ago

    Consider buying / downloading books like Deitel's "C++ How to Program". Text books and implementing programs are the best way to learn a programming language.

    Reply
  27. candace moten says:
    2 years ago

    Thanks for clarifying the program didn't actually crash. I was concerned about that.

    Reply
  28. FlashGAMING says:
    2 years ago

    what screen recorder do you use

    Reply
  29. Dj Quaresma says:
    2 years ago

    Very useful, thank you.

    Reply
  30. tom lukeywood. says:
    2 years ago

    press f7 to build the programm

    Reply
  31. Doomload says:
    2 years ago

    Objective, precise and clear!

    Thank you !!

    Reply
  32. Ogre Punch says:
    2 years ago

    Just click yes and it will run

    Reply
  33. অসীম শুন্যতা says:
    2 years ago

    Thanks a bunch :D.I couldn't make " hello world " program with VC2012.Showed some error about exe is not found and others.But this time I did like your video and it worked 😀

    Reply
  34. Сука Блять says:
    2 years ago

    *Bends to look out window*

    IT WAS A TRICK QUESTION!!

    Reply
  35. Bryan Tai says:
    2 years ago

    I…uh…

    YOU'LL NEVER TAKE ME ALIVE

    *dives out window*

    Reply
  36. Сука Блять says:
    2 years ago

    Technically speaking, if you are watching this video to learn about c++, then how exactly are you teaching yourself C++?
    😀

    Reply
  37. ash says:
    2 years ago

    Very useful thanks for your help

    Reply
  38. Np9123 says:
    2 years ago

    nice tutorial

    Reply
  39. pepe ontiveros says:
    2 years ago

    nice tutorial. do you have some link for more tutoriols like this?

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Xem Thêm

(354.dfv,56)) Sửa Máy Tính Tại Nhà Quận Phú Nhuận,0974248052, Quận Phú Nhuận

(354.dfv,56)) Sửa Máy Tính Tại Nhà Quận Phú Nhuận,0974248052, Quận Phú Nhuận

May 27, 2020
[CAFELAND.VN] Tràn lan dịch vụ làm sổ đỏ giả

[CAFELAND.VN] Tràn lan dịch vụ làm sổ đỏ giả

May 19, 2020
[CHIA SẺ] Bí Quyết Chọn Loại Sơn Nhà Nào Tốt, Không Bị Vết Nứt | Xây Dựng Nhà Phố

[CHIA SẺ] Bí Quyết Chọn Loại Sơn Nhà Nào Tốt, Không Bị Vết Nứt | Xây Dựng Nhà Phố

April 27, 2020
[Học Online] BẠN ĐẾN CHƠI NHÀ _ Ngữ Văn 7 _ TS. Trần Thị Vân Anh

[Học Online] BẠN ĐẾN CHƠI NHÀ _ Ngữ Văn 7 _ TS. Trần Thị Vân Anh

May 19, 2020
[Land Go Café] – Phân biệt kiểm tra sổ đỏ và sổ hồng thật giả ✔

[Land Go Café] – Phân biệt kiểm tra sổ đỏ và sổ hồng thật giả ✔

May 25, 2020
[phần mềm smas] hướng dẫn chuyển trường cho học sinh trên phần mềm smas

[phần mềm smas] hướng dẫn chuyển trường cho học sinh trên phần mềm smas

May 23, 2020
  • Liên Hệ
  • Chính Sách Bảo Mật

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Ẩm Thực
  • Bất Động Sản
  • Công Nghệ
  • Giáo Dục
  • Phong Thuỷ
  • Sức Khoẻ

© 2022 JNews - Premium WordPress news & magazine theme by Jegtheme.