Results 1 to 10 of 10

Thread: [RESOLVED] Wnat to start C/C++, Pls help

  1. #1

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Resolved [RESOLVED] Wnat to start C/C++, Pls help

    Hai guys,
    I don't no anything about C/C++. But i am good in PHP. I want to translate my some of the windows utilities developed in vb6 to C/C++.

    I have seen c++ codes which are typed in to old boland c++ Editors. Now i think how those codes typed in an old ms-dos like windows can produce command buttons, combo boxes, frames, radio buttons, check boxes like things wonderfull vb has .

    So my question is, To create gui applications like firefox, limewire, vlc media player etc, what c/c++ i want to learn ?

    Pls help get a promissing start !
    Last edited by Fazi; Jun 27th, 2008 at 01:07 PM.

  2. #2
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Re: Wnat to start C/C++, Pls help

    So, I think you have to deal with MFC(Microsoft Foundation Class) libraries. Use visual studio as well. Just have a look first, then you can have an idea what you can do.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

  3. #3

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Wnat to start C/C++, Pls help

    tx eranga for the information.
    so still has to use MS programming language
    i thought somthing with out MS.
    Last edited by Fazi; Jun 28th, 2008 at 12:08 AM.

  4. #4
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Re: Wnat to start C/C++, Pls help

    I don't think so there is a way to do it without MS. May be, sorry pal, I don't know any.
    “victory breeds hatred, the defeated live in pain; happily the peaceful live giving up victory and defeat” - Gautama Buddha

  5. #5
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Wnat to start C/C++, Pls help

    You don't need Visual Studio to make Graphical applications.

    All you need are the available Windows libraries and header files which give you access to the Windows API.. which can be called from any language that can call from external libraries.

    Look at Code::Blocks.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  6. #6

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Wnat to start C/C++, Pls help

    So chemicalnova,
    so you mean no need to switch from vb6 api ?

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Wnat to start C/C++, Pls help

    Check out "GTK+" for windows. Also you can use gcc (a C/C++ compiler) which is also available for windows. It's all free too.
    I don't live here any more.

  8. #8
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Wnat to start C/C++, Pls help

    Quote Originally Posted by Fazi
    So chemicalnova,
    so you mean no need to switch from vb6 api ?
    The APIs are .. the APIs. They don't change.. but obviously the language is different.. so there will need to be modifications.

    Check out what wossy said if you want cross platform stuff. I'm not sure if they are the same (they may be.. I've never used GTK), but you could also try out wxWidgets if you want cross-platform compatibility.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  9. #9
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    280

    Re: Wnat to start C/C++, Pls help

    Borland has an excellent IDE that makes it as easy as using VB but it has it's own peculiarities so if you are thinking of C++ as a career I would go for VS or GTK. And they have an older free version if you just want to look at it.
    Slower than a crippled Vista
    More buggy than a fresh XP install
    Look! Down the road, some 50 miles behind the drunken snail.
    It's Ubuntu!

  10. #10

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Wnat to start C/C++, Pls help

    Hai guys,
    i think now i have got some usufull information. Let me try them !


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width