You are here

Programming

6 posts / 0 new
Last post
francoishill11
Offline
Last seen: 16 years 1 month ago
Joined: 2008-08-14 03:00
Programming

I am busy learning c and c++ but it is quite difficult to find tutorials especially for c. I have downloaded Microsoft Visual c++ and c# express (it is free) but it prevents you from editing the resource (.rc) files. How can I get a better version of c or c++.

Which programming language is the best for windows applications? (working with files, menus, checkboxes, input dialogs, etc).

m2
Offline
Last seen: 13 years 10 months ago
Joined: 2006-12-12 12:00
Edit resource files with

Edit resource files with notepad Blum
There is no "the best" language. C++ is average performer when it comes to the comfort of programming, but it's:
-fast
-OS portable
-the most powerful (ex aequo with several others)

C# would be much better if it got a free compiler that generates machine code.

Delphi is quite good, but Windows and x86 only (there are some partially compatible ports to Linux).

Java? Quick and easy, but extremely heavyweight.

Myself, I use C++ and recommend Delphi if you don't care about Linux.

"Those people who think they know everything are a great annoyance to those of us who do." Asimov

Msingh32
Offline
Last seen: 15 years 9 months ago
Joined: 2007-04-30 14:56
Are you looking for a editor

Are you looking for a editor or a updated version of C++ compiler? Im not really understanding what you are asking.

New to Making Portable apps, but not to portable apps

tcoffeep
Offline
Last seen: 16 years 1 month ago
Joined: 2008-11-18 04:16
On Visual (\w+)

I avoid Visual (/w+) when it comes to windows programming. (I do not use VisualBASIC, so, I have no reason for those.). I use Code::blocks for C/C++ programming.

John Bentley
John Bentley's picture
Offline
Last seen: 15 years 4 months ago
Developer
Joined: 2006-01-24 13:26
Use C++ express for

Use C++ express for development and codeblocks for release. VC++ has a far better debugger. Just set .rc files to open with the text editor and you're good to go. It's only the graphical RC editor that you can't use.

cowsay Moo
cowthink 'Dude, why are you staring at me.'

Bruce Pascoe
Offline
Last seen: 12 years 11 months ago
Joined: 2006-01-15 16:14
...

Yeah, that's one thing MS did right with Visual Studio: It's the best Windows C++ debugger out there. I just wish it wasn't so bloated (VS 2008 took over an hour to install last time I did it!)

Log in or register to post comments