|
-
Jun 27th, 2008, 10:39 AM
#1
[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.
-
Jun 27th, 2008, 09:18 PM
#2
PowerPoster
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
-
Jun 28th, 2008, 12:02 AM
#3
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.
-
Jun 28th, 2008, 04:38 AM
#4
PowerPoster
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
-
Jul 1st, 2008, 03:21 AM
#5
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
-
Jul 1st, 2008, 04:04 AM
#6
Re: Wnat to start C/C++, Pls help
So chemicalnova,
so you mean no need to switch from vb6 api ?
-
Jul 3rd, 2008, 02:33 PM
#7
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.
-
Jul 3rd, 2008, 09:43 PM
#8
Re: Wnat to start C/C++, Pls help
 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
-
Jul 3rd, 2008, 11:23 PM
#9
Hyperactive Member
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!
-
Jul 4th, 2008, 12:22 AM
#10
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|