Thread: Newbie Visual C++ 2010 Express. Need help!

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    4

    Wink Newbie Visual C++ 2010 Express. Need help!

    I'm new in C++ programming and i need help to make a program and learn better Visual C++ 2010 Express.

  2. #2
    Registered User
    Join Date
    May 2010
    Posts
    178
    Can you be a bit more specific as to the nature of the help needed? I presently write C++ in Visual Studio Professional so I may be of assistance.

  3. #3
    Registered User
    Join Date
    Feb 2013
    Posts
    4
    I want to make a program like this. I want to know if it's ok to use Visual C++ 2010 Express Form to make it.Newbie Visual C++ 2010 Express. Need help!-pic-jpg

  4. #4
    Registered User
    Join Date
    May 2010
    Posts
    178
    I don't think why not. I have yet to create a Windows Forms program in Visual Studio because I am still learning C++ but WF is suitable to make a GUI application with although I was told c# Forms are easier and better. Another alternative to Windows Forms in Visual Studio is Qt.

    I was instructed on these forums to learn C++ before diving into any GUI design and that will certainly provide a clear separation of the difference between the code behind and the Form making it easier to seamlessly merge the two.
    Last edited by Imanuel; 02-10-2013 at 09:10 AM.

  5. #5
    Registered User
    Join Date
    Feb 2013
    Posts
    4
    I want to ad you to ask you for further help. Can you give me your id?

  6. #6
    Registered User
    Join Date
    Feb 2013
    Posts
    4
    how i make this: when i enter the user and the password of my account, the program will connect and login into my kijiji account.

  7. #7
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Separate this into two parts: making the actual UI for entering the required information and the logic required to implement this.
    For the first, you would need to equate yourself with a proper GUI framework. You seem to want Windows Forms, and that's fine. Just remember that that isn't C++--it's C++/CLI, a different, but similar, language. It would be best to post questions regarding the visual part on, say, Microsoft's MSDN forums. There are probably more people proficient with that technology there.
    As for the logic, you should learn the language. Don't dive head-first into making a big project. If you aren't familiar with the language, then get a beginner's book and do the exercises first. You will find it much easier to complete your project afterward. This forum specializes (among other things) on C++, so asking questions about that here if you get stuck is a good idea. Recommended C++ book.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem with debugging in Visual Express 2010
    By tombmonkey in forum C++ Programming
    Replies: 1
    Last Post: 05-03-2012, 09:40 PM
  2. Visual C++ 2010 Express - difference from 2008?
    By ulillillia in forum Tech Board
    Replies: 26
    Last Post: 08-01-2011, 09:08 PM
  3. Visual C++ 2010 Express Portable Programs
    By Bronx68 in forum C++ Programming
    Replies: 18
    Last Post: 08-01-2011, 03:54 PM
  4. Visual C++ 2010 Express Portable Programs
    By Bronx68 in forum Windows Programming
    Replies: 1
    Last Post: 08-01-2011, 09:07 AM
  5. Visual C++ 2010 express problems
    By dnj23 in forum Windows Programming
    Replies: 6
    Last Post: 08-10-2010, 06:16 AM