PSP Hacks - Forums

Go Back   PSP Hacks - Forums > Tech Talk > PC Programming

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-08-2009, 03:51 AM
Furypaw's Avatar
Furypaw Furypaw is offline
Programmer
PSP Veteran
 
Join Date: Jul 2007
Location: Furypaw.rar
Posts: 1,058
Furypaw is on a distinguished road
Default Visual C++ tutorials?

I'd like to start using visual c++ express, but I just don't get it. I know how to make a GUI and all, but as for making stuff happen, I just can't do it. Does anyone know any good tutorials/samples? I'd like to try using it at school tomorrow. Thanks
__________________
Reply With Quote
  #2  
Old 04-08-2009, 04:19 AM
pirata nervo pirata nervo is offline
Programmer
PSP Titan
 

Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,650
pirata nervo is on a distinguished road
Default

Last month I started learning it as well (VC++ .NET). For .net take a look here:
http://www.functionx.com/vcnet/Lesson01.htm (lesson one )

Index:
http://www.functionx.com/vcnet/

Every lesson consists of a lot of text so the first times you code something it might be difficult to understand as you will also need to do some research about the System namespace and classes like System::String, System::Environment. From that site I've just learned the basic but as I learned VB .NET some years ago I knew how to create buttons and to do something when they are clicked so I quickly started to search things at Google instead of looking at that site (which is outdated in my opinion). If you want I can PM you a calculator I made when I first started working with Visual C++ .NET (the executable requires the .NET framework 3.5 although the source code can be compiled with the .NET Framework 2.0)
__________________
Reply With Quote
  #3  
Old 04-08-2009, 04:32 AM
Xitherun's Avatar
Xitherun Xitherun is offline
Senior Member
PSP Titan
 

Join Date: Nov 2006
Location: The Void.
Posts: 4,564
Xitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to all
Default

this is why I like Java. Everything you need for GUIs is part of the language, and it's fairly simple.

also, .NET ftl.
__________________
| music is the cure |
Xylophones inspecting tortured hearts equal rambunctious unicorn's nightmares.

Reply With Quote
  #4  
Old 04-08-2009, 10:57 AM
Aaron*1 Aaron*1 is offline
PSP Guru
 

Join Date: Jan 2008
Posts: 1,557
Aaron*1 will become famous soon enoughAaron*1 will become famous soon enough
Default

Lol, just because you made paint...
__________________
Potato.
Reply With Quote
  #5  
Old 04-08-2009, 11:04 AM
pirata nervo pirata nervo is offline
Programmer
PSP Titan
 

Join Date: Mar 2007
Location: www.consoleworld.net
Posts: 5,650
pirata nervo is on a distinguished road
Default

Not everything that's part of .NET sucks, it makes things quite simple which is a +
__________________
Reply With Quote
  #6  
Old 05-08-2009, 04:10 AM
Sustain Sustain is offline
PSP Newbie
 

Join Date: Jan 2007
Posts: 12
Sustain Has a Beginner Reputation
Default

Quote:
Originally Posted by pirata nervo View Post
Not everything that's part of .NET sucks, it makes things quite simple which is a +
Yes but bloating an application with runtime requirement files isn't exactly a plus.

Who wants to add 10mb to the size of their file because they used a single .NET based API =/
__________________
http://www.eFroggyOnline.com - Cheap Domain Names, Webhosting and E-mail Forwarding!
Reply With Quote
  #7  
Old 05-12-2009, 10:10 AM
dracule's Avatar
dracule dracule is online now
Senior Member
PSP Titan
 

Join Date: Oct 2005
Posts: 3,995
dracule will become famous soon enoughdracule will become famous soon enough
Default

Quote:
Originally Posted by Xitherun View Post
this is why I like Java. Everything you need for GUIs is part of the language, and it's fairly simple.

also, .NET ftl.
Java just overall is a fail language. For one, there is no good system default GUI library (so if i run it on windows, it looks like windows, and if i run it in linux it uses my GTK theme), and for two the language has become immensely bloated over the years.

The only thing java is good for is beginners.
__________________
Reply With Quote
  #8  
Old 05-12-2009, 01:04 PM
Xitherun's Avatar
Xitherun Xitherun is offline
Senior Member
PSP Titan
 

Join Date: Nov 2006
Location: The Void.
Posts: 4,564
Xitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to all
Default

Quote:
Originally Posted by dracule View Post
The only thing java is good for is beginners.
exactly why I'm learning it, lol.
__________________
| music is the cure |
Xylophones inspecting tortured hearts equal rambunctious unicorn's nightmares.

Reply With Quote
  #9  
Old 05-12-2009, 10:21 PM
ZiNgABuRgA's Avatar
ZiNgABuRgA ZiNgABuRgA is offline
Has green username Moderator
PSP Titan
 

Join Date: Sep 2006
Location: 4CHIN
Posts: 11,081
ZiNgABuRgA has a spectacular aura aboutZiNgABuRgA has a spectacular aura about
Default

Quote:
Originally Posted by Xitherun View Post
this is why I like Java. Everything you need for GUIs is part of the language, and it's fairly simple.
Implementing GUI is a pain in the ass last time I did it in Java...

Quote:
Originally Posted by Xitherun View Post
also, .NET ftl.
You don't have to use the CLR with Visual C++.
Reply With Quote
  #10  
Old 05-12-2009, 10:29 PM
Xitherun's Avatar
Xitherun Xitherun is offline
Senior Member
PSP Titan
 

Join Date: Nov 2006
Location: The Void.
Posts: 4,564
Xitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to allXitherun is a name known to all
Default

Quote:
Originally Posted by ZiNgABuRgA View Post
Implementing GUI is a pain in the ass last time I did it in Java...
Netbeans makes it absurdly easy. You don't have to know how to actually write the GUI at all.
__________________
| music is the cure |
Xylophones inspecting tortured hearts equal rambunctious unicorn's nightmares.

Reply With Quote
Reply

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:50 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©