| | |
compilers
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
Here is some old rehash of mine ...
I like C# in Windows Applications, and find the flow of the code much easier to follow than that of the corresponding C++ code . I think of it as Delphi in a classy C++ coat, it has the same chief designer in common. You can put the code for the form design right inside the main code, so everything is in a single file.
To get a taste of what the code looks like, check the very simple csharp code snippets at http://www.daniweb.com/code/code-csharp.html
Some code and tutorials are found on:
http://www.csharpfriends.com/
or:
http://www.c-sharpcorner.com/language.asp
There is a lot of help at Microsoft (.NET), google for it!
Above all, practice, practice, practice! For a nice free setup to get your C# experience going, you need to download the IDE called SharpDevelop_1.0.3.1761_Setup.exe from:
http://www.icsharpcode.net/opensource/sd/
and the .NET Framework Version 1.1 Redistributable Package called dotnetfx.exe from (watch any wordwrap here!):
http://www.microsoft.com/downloads/d...displaylang=en
Unless you have .Net FX 1.1 already installed, install the dotnetfx first followed by the IDE. Answer a few questions, and you are ready to code in C#. Start your projects (called Combines) and select the right application type (Win or Con). Windows Applications allow for the use of the Form Builder similar to wxDev-Cpp, Delphi or VB. There is a little tab near the bottom called Design, click on that to bring up the Form Builder. Now you can create your Window forms, buttons, fileDialogs, labels and other components with ease.
If you discover that you like C#, and you have lots of space on your hard drive, go and get Visual C# .NET 2003 from Microsoft. It sells for less than $100. The package has lots of good stuff. The IDE has interactive help and there is a nice debugger.
There is one caveat, when you hand your programs to friends, they need the .NET Framework Redistributable Package installed on their computers too! Easy to do!
As for C++, the Dev-C++ IDE using G++/GCC is pretty good and doesn't smear your disk, you can get it at:
http://sourceforge.net/projects/dev-cpp/
Hope that will help you!
I like C# in Windows Applications, and find the flow of the code much easier to follow than that of the corresponding C++ code . I think of it as Delphi in a classy C++ coat, it has the same chief designer in common. You can put the code for the form design right inside the main code, so everything is in a single file.
To get a taste of what the code looks like, check the very simple csharp code snippets at http://www.daniweb.com/code/code-csharp.html
Some code and tutorials are found on:
http://www.csharpfriends.com/
or:
http://www.c-sharpcorner.com/language.asp
There is a lot of help at Microsoft (.NET), google for it!
Above all, practice, practice, practice! For a nice free setup to get your C# experience going, you need to download the IDE called SharpDevelop_1.0.3.1761_Setup.exe from:
http://www.icsharpcode.net/opensource/sd/
and the .NET Framework Version 1.1 Redistributable Package called dotnetfx.exe from (watch any wordwrap here!):
http://www.microsoft.com/downloads/d...displaylang=en
Unless you have .Net FX 1.1 already installed, install the dotnetfx first followed by the IDE. Answer a few questions, and you are ready to code in C#. Start your projects (called Combines) and select the right application type (Win or Con). Windows Applications allow for the use of the Form Builder similar to wxDev-Cpp, Delphi or VB. There is a little tab near the bottom called Design, click on that to bring up the Form Builder. Now you can create your Window forms, buttons, fileDialogs, labels and other components with ease.
If you discover that you like C#, and you have lots of space on your hard drive, go and get Visual C# .NET 2003 from Microsoft. It sells for less than $100. The package has lots of good stuff. The IDE has interactive help and there is a nice debugger.
There is one caveat, when you hand your programs to friends, they need the .NET Framework Redistributable Package installed on their computers too! Easy to do!
As for C++, the Dev-C++ IDE using G++/GCC is pretty good and doesn't smear your disk, you can get it at:
http://sourceforge.net/projects/dev-cpp/
Hope that will help you!
May 'the Google' be with you!
•
•
•
•
Originally Posted by xxraveteddyxx
ã?˜ã‚ƒãƒ¼ã?.
?
http://babelfish.altavista.com
![]() |
Similar Threads
- learning C, working around code for different compilers (C)
- C++ Compilers (C++)
- compilers in C (C++)
- compilers for c++ (C++)
Other Threads in the C++ Forum
- Previous Thread: Converting a char array into numbers
- Next Thread: unresolved external error upgrading 6.0-7.1
| Thread Tools | Search this Thread |
api application array arrays beginner binary bitmap c++ c/c++ calculator char char* class classes coding compile compiler console conversion convert count data database delete desktop developer directshow dll email encryption error file forms fstream function functions game generator getline google graph homeworkhelper iamthwee ifstream input int integer java lib linkedlist linux loop looping loops map math matrix memory multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return rpg sorting string strings struct template templates test text tree unix url vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






