Thread: Visual C++ starter guide?

  1. #1
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16

    Visual C++ starter guide?

    Any of that?

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Take into account that because you probably use Visual Studio, this dosn't mean you shall learn Visual C++.
    C++ is a programming langugae.
    Visual studio is an IDE, an editor to write and run your programs.

    You learn C++ and use as many IDE's as you like. The IDE's change, not the language.

    I think the site must have one.
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

  3. #3
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16
    I know some C++, but how do I handle the "Properties" stuff and manage instances?

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    What is a "property"? And what "instances" are you trying to manage?
    It sounds like you are not using C++, or are trying to use some extensions.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16
    I told you, Visual C++, these properties, so I can modify the text of a label... and the instances... (oops, too much roblox scripting) It's the "Things" in the windows form

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Windows Forms is not C++. Specifically, it's either C# or C++/CLI, both which are different languages.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  7. #7
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16
    OK, it's C++/CLI, how do I use it? what's the difference with the C++?

  8. #8
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16
    Any tutorials of C++/CLI?

  9. #9
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by lolllol View Post
    what's the difference with the C++?
    C++/CLI - Wikipedia, the free encyclopedia
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  10. #10
    Registered User
    Join Date
    Apr 2014
    Location
    Hong Kong, Hong Kong
    Posts
    16
    Mods please close it, I've decided to go with C# instead of C++, I wanna learn unity too

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starter
    By SlashX1896 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-14-2007, 11:30 AM
  2. Game creation starter.
    By DarkBrute in forum Game Programming
    Replies: 18
    Last Post: 01-28-2005, 09:46 PM
  3. Here's your starter for three...
    By SMurf in forum Windows Programming
    Replies: 1
    Last Post: 08-06-2003, 08:12 AM
  4. Game Starter?
    By CammoDude91 in forum C++ Programming
    Replies: 20
    Last Post: 07-27-2003, 02:24 PM
  5. Game programming starter kit 4.0...
    By Leeman_s in forum Game Programming
    Replies: 7
    Last Post: 10-31-2001, 09:51 PM