Get started with C++ for simple GUI apps
-
Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use. I don't want C++.NET ( I know C#) just plain C++. C# is good but requires .NET runtime, which increases runtime memory usage, and I guess so would be the case with C++.NET. So I want to build in C++; fast and less memory usage. Thanks Sukhjnder...
Looking for help on my OpenSource Media Player LetsYo
-
Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use. I don't want C++.NET ( I know C#) just plain C++. C# is good but requires .NET runtime, which increases runtime memory usage, and I guess so would be the case with C++.NET. So I want to build in C++; fast and less memory usage. Thanks Sukhjnder...
Looking for help on my OpenSource Media Player LetsYo
Sukhjinder_K wrote:
Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use.
Just get the
Visual C++ 2008 express edition
. Its free(limited features) and one of the best tool for windows platform development. Get it from here - http://www.microsoft.com/express/download/[^] Regards, Jijo._____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
-
Sukhjinder_K wrote:
Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use.
Just get the
Visual C++ 2008 express edition
. Its free(limited features) and one of the best tool for windows platform development. Get it from here - http://www.microsoft.com/express/download/[^] Regards, Jijo._____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
I need a small, free development software to build Windows GUI. I dont want to download trial versions of huge softwares requiring huge amounts of disk space just to build small Apps with buttons. I have been suggested Digital Mars C++[^] Please suggest more options. Thanks...
Looking for help on my OpenSource Media Player LetsYo
-
I need a small, free development software to build Windows GUI. I dont want to download trial versions of huge softwares requiring huge amounts of disk space just to build small Apps with buttons. I have been suggested Digital Mars C++[^] Please suggest more options. Thanks...
Looking for help on my OpenSource Media Player LetsYo
Sukhjinder_K wrote:
I dont want to download trial versions of huge softwares
Actually
Visual C++ Express Edition
is not a trial version. BTW why didn't you google [^] before asking aVisual Studio
centric forum? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Sukhjinder_K wrote:
I dont want to download trial versions of huge softwares
Actually
Visual C++ Express Edition
is not a trial version. BTW why didn't you google [^] before asking aVisual Studio
centric forum? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]Please excuse my lack of knowledge (and stupidity). MS Visual Studio is one huge bundle. I need something under 50 MB. I checked Turbo C++ explorer which also is above 300 MB. There must be tools available which are Free have IDE Small Package Allow building Windows GUI Apps Thanks....
Looking for help on my OpenSource Media Player LetsYo
-
Hi, I want to build simple GUI Applications/Utilities with C++ on Windows. Please let me know which free softwares can I use. I don't want C++.NET ( I know C#) just plain C++. C# is good but requires .NET runtime, which increases runtime memory usage, and I guess so would be the case with C++.NET. So I want to build in C++; fast and less memory usage. Thanks Sukhjnder...
Looking for help on my OpenSource Media Player LetsYo
Have you looked into Eclipse and its C++ plugin?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Have you looked into Eclipse and its C++ plugin?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
Isn't eclipse aver 100MB? Not to mention the (speed) performance of it just plain sucks. Anyway, what about Code::Blocks or DevCpp or Open Watcom. I've used all three and would recommend Code::Blocks by far, DevCpp is a little old in the tooth , and not maintained unless you get wxDevCpp. Open Watcom is also a little old in the tooth & fairly hefty @ around 60mb download - although it does include cross-compilers so you can make 16bit dos creations, or linux creations - all from the comfort of your windows desktop.
modified on Sunday, July 6, 2008 12:12 AM
-
Isn't eclipse aver 100MB? Not to mention the (speed) performance of it just plain sucks. Anyway, what about Code::Blocks or DevCpp or Open Watcom. I've used all three and would recommend Code::Blocks by far, DevCpp is a little old in the tooth , and not maintained unless you get wxDevCpp. Open Watcom is also a little old in the tooth & fairly hefty @ around 60mb download - although it does include cross-compilers so you can make 16bit dos creations, or linux creations - all from the comfort of your windows desktop.
modified on Sunday, July 6, 2008 12:12 AM
enhzflep wrote:
Isn't eclipse aver 100MB?
Closer to 68MB.
enhzflep wrote:
Not to mention the (speed) performance of it just plain sucks.
I use it for Java coding and the speed is far from slow. Maybe the C++ plugin is different.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne