Thread: eMbedded visual c++ vs old visual c++

  1. #16
    Registered User
    Join Date
    Aug 2016
    Posts
    10
    Guys, i could partly understand the answers by freddie and Elysia,
    I am not masocist trying to work with such a dated compiler. i have learned a lot of features of C and some of C++ and have been active on writing algorithms for some relatively challenging problems (not too advanced ones) and suddenly decided to give beautiful graphics interface to my programs, nothing else.
    Again i partly understood your answers, forgive me but would you please simplify a little more?
    Thanks again for understanding, i just pity not reading this book. maybe after a couple of tries and results i will feel more confident.
    In short, i just want to modernize the apperenace of my results.

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Summary: Regardless of what you want to do, you should always use the latest compiler. When reading books, you should always strive for a recent book. That's all.
    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.

  3. #18
    Registered User
    Join Date
    Dec 2010
    Location
    Trinidad, CO (log cabin in middle of nowhere)
    Posts
    148
    You might want to check this out from cplusplus.com - The C++ Resources Network...

    win32 v. MFC ? - C++ Forum

    Only about a month old, but FurryGuy went way above and beyond the call of duty in answering the question you seem to be posting. He provided examples using MFC, Win Api, and I think Win CLI or whatever. Also, some stuff of mine might be helpful...

    ProgEx37 -- Windows GUI Programming; Basic Template Program With Discussion

  4. #19
    Registered User
    Join Date
    Aug 2016
    Posts
    10
    OK, thanks again everybody for your helps. i am familiar with cplusplus.com and i will check the mentioned link.

    Cheers.

  5. #20
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    One other option - Code::Blocks. Brilliant IDE and using nightly builds
    is kept up to date frequently. Compiler is not included however so you will
    need to download and install one. It does accept almost all modern C, C++
    compilers. Worth a gander if anything else.
    Double Helix STL

  6. #21
    Registered User
    Join Date
    Aug 2016
    Posts
    10
    thank you swgh, i am aware of that and i have code::block and use it from time to time. i actually dont know if it can be used to make GUI. everything i have made so far appears in command line and i am looking for other options.

    Other members suggested me visual c 2010 but i have not tried it yet and instead i am using visual c 6 just for the case of some familiarity and new experience. i should definitly upgrade sooner or later.

  7. #22
    Registered User
    Join Date
    Apr 2013
    Posts
    1,658
    Quote Originally Posted by ferik View Post
    Other members suggested me visual c 2010 but i have not tried it yet and instead i am using visual c 6 just for the case of some familiarity and new experience. i should definitly upgrade sooner or later.
    You should be able to install Visual Studio Express 2010 in addition to Visual C/C++ 6. My guess is you'll need to use separate folders for VS 6 and VS 2010 projects/solutions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to create .bat file in Visual C++? Ms Visual Studio 2010
    By rousse101 in forum Game Programming
    Replies: 0
    Last Post: 01-25-2015, 04:55 PM
  2. Replies: 0
    Last Post: 11-20-2013, 01:02 PM
  3. Visual C++ and Visual Studio 2010
    By 03jh01 in forum C++ Programming
    Replies: 5
    Last Post: 10-03-2010, 04:03 AM
  4. Replies: 1
    Last Post: 04-20-2002, 06:49 AM
  5. Moving from Visual Basic to Visual C++
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 04-10-2002, 09:57 PM

Tags for this Thread