![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
C++ Starting Off Again
Last summer about 15 days before the end of it, I bought a book called Sams Teach Yourself C++ In 21 days, Ive been a fan of Sams books ever since I got the actionscript edition, but this one disappointed me a little. I wanted to learn how to program with GUI, I already know most of the basics, if, elseif, else and setting variables, just diffrent syntaxes from what ive learned in other languages. I havent done any C++ in awhile though, more than 2 months, and pretty much forgot everything I learned. Im thinking of starting up again, but instead of making stupid dos programs I want to make graphical programs, they dont have to be the best graphics, but just graphics.
1. What in your opinion is the best and most up to date compiler out there? 2. Any resource sites out there for gui? 3. Can anybody help me with questions I have on AIM? Before I used Borland, it was out of date, and the header files were a bit out of date to, but it worked, but I lost it after a reformat. |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
1) MS Visual C++ Toolkit
2) Forger's Win32 tutorial 3) No. (I would, but I don't know GUI programming myself, although I'm trying to learn) BTW you should make sure you know moderate/advanced C++ before you try this, not just "the basics". |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
Do you think you can help me out with regular C++ though? because its going to take some time to get used to programming in C++ again, and I do have some questions about variable types, and other things.
Also I did have Visual C++, but when I searched google it came up with Visual C++ 2005, which is supposedly the same thing... but I could never figure out how to compile with it. Last edited by brokenhope; Apr 13th, 2005 at 6:27 PM. |
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
we must crawl before we walw, and walk before we fly. you should be well grounded in OOP and some of the more advanced parts of C++ to do GUI programming. all those cool windows and icons are all objects, and if you're not up on your OOP, it's going to be very difficult. keep it up!
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#5 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
OK...I don't think I'm the best choice to help you with regular C++, because I'm not really an expert at it. If you need help, ask in the IRC channel ##C++ on irc.freenode.net
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
Is the MS Visual C++ Toolkit borland? I downloaded it and installed it again, because its 2003 and I have 2005, and now all the example files open with borland and says my trials over... and the only program in MS Visual C++ Toolkit forlder is a dos program, is that what I use to compile or something? im not use to things being this complicated, so im gonna have a lot of questions....
|
|
|
|
|
|
#7 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
no, it's not Borland. The file type associations are wrong. Yes, that command-line program is the compiler. If you want a GUI IDE, get the gratis version of MS Visual C++ 2005.
|
|
|
|
|
|
#8 |
|
Programming Guru
![]() ![]() ![]() |
you could alwasy use SharpDevelop (for C# or VB) for free.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#9 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
SharpDevelop doesn't do C++. Well, it does Managed C++, but if we introduce this poor newbie to THAT he'll be scarred for life. Don't use SharpDevelop. If you must have a free (as in freedom) IDE, use Dev-C++. I recommend the free (as in price) VS-2k5 though.
|
|
|
|
|
|
#10 |
|
Programmer
|
Hey, I did a module at Uni in MFC/C++, so I know a fair bit about windows programming using that. So it depends if you want to learn something like that, or maybe Win32 programming, which is just a level below MFC, or the new .Net way of doing things. I know a good bit about all of these, so get in touch if you want me to try and help.
kirkl_uk MSN: kirkl_uk@hotmail.com |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|