|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
| View Poll Results: Should i bring the course back??? | |||
| Hell yes!!! |
|
24 | 85.71% |
| Hell no!!! i donīt care lol |
|
4 | 14.29% |
| Voters: 28. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#41 (permalink) |
|
AKA snkmad
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: Brazil, Fortaleza-Ceará
Posts: 3,300
|
Not really related to the topic, but @ruantec could take a look here:Windows 7 Managed Code APIs - Windows 7 for Developers - The Windows Blog Maybe he can make his program work even better in Win7.
__________________
[Windows 7 RTM PRO X64] [Gigabyte GA-G31M-S2L] [Intel E5200@2.5Ghz] [Corsair XMS2 DHX 4GB DDR2 800MHz] [HIS HD4670 1GB GDDR3] [19" LCD SyncMaster T190] [Samsung SATA II HD322HJ 320GB] [LG HL-DT-ST DVD-RAM GH22NS30] (@gigaherz) S.N.K.M.A.D.: Synthetic Networked Killing and Masterful Assassination Device |
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#43 (permalink) | |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,377
|
Quote:
atm am dropping(so to say) the XP support... the reason for that is because is very time consuming and i canīt always fix stuff just because XP refresh mechanism is a crap... with that am not telling that am completely ignoring XP users but that am not wasting time with XP atm. anyways thanks for the link last but not least am curious to know who voted for "No" in the poll here iīll try to find it out.
__________________
Current development tools: Visual C++.net, Visual C#.net Visual VB.net, Visual Webdeveloper.net Bloodshed Dev C++, Borland C++ Visual Basic 6 |
|
|
|
|
|
#44 (permalink) |
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Correct me if I am wrong,but shouldn't you guys wait until Microsoft completely finishes the Windows 7 operating system?It's still in beta... Windows 7 is almost finished,but still not.I would rather wait and stick with XP until then.
__________________
|
|
|
|
|
#45 (permalink) | ||
|
You're already dead...
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2007
Location: Post-Apocalyptic Earth
Posts: 3,898
|
Quote:
i remember someone once said something like "a good programmer should be able to understand a new language within a few hours." i always remember that quote when studying new languages for motivation xD (obviously the quote doesn't mean you should know everything about the language within a few hours, but just good enough to work with it)
__________________
Quote:
check out my blog ![]() |
||
|
|
|
|
#46 (permalink) | ||
|
You're already dead...
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Sep 2007
Location: Post-Apocalyptic Earth
Posts: 3,898
|
Quote:
i remember when i was a noob a lot of tutorials would tell me what code simply does, but it wouldn't explain descriptively how the code works, and why we were doing it that way. so, i didn't learn much from those tutorials. if you don't explain why and how the code works, then you'll only be teaching the people how to copy and paste. (this is just a general suggestion, i wasn't in your old class so i don't know how you taught the stuff)
__________________
Quote:
check out my blog ![]() |
||
|
|
|
|
#47 (permalink) | |
|
Hackin 'n Slashin
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2007
Location: Corrupt Rapist run South Africa
Posts: 11,324
|
Quote:
__________________
Intel Core2Quad Q9550 (2.83Ghz stock) | ASUS P5Q | 2x2GB Transcend JetRam DDR2-800 | ASUS ENGTX260\HDTP\896M | Windows Vista Home Premium 64bit SP1 The Champ has retired but may his Legacy live on FOREVER !!!! Get it right fools! The glass is HALF-EMPTY, not half-full!!! !!! WARNING: Emulation requires a brain !!! WARNING: Emulation =/= Piracy !!!
|
|
|
|
|
|
#48 (permalink) | |
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Quote:
When I started to learn how to understand the code,it was pretty hard in the beginning,but later it was easier every time.I noticed that the code has logical words.Let's take the most simple for example.MESSAGE BOX.The code as we all know is: MessageBox.Show("Hello there!"); Now let's split and explain every single word from this code: Message = We want to display some text message on the screen. Box = Something like a box--->The little window in which that text message is going to be written. . = We are writing the dot to open the menu which will provide us many different options which we can choose to use for the previous part of the code--->"MessageBox". Show = We want to SHOW that text message on the screen. ("Hello there!") = But the computer doesn't know WHAT text we want to display in the message box,(little box or window),so we need to write THE TEXT which we WANT TO DISPLAY on the screen IN that message box,(little box or window). The text is ALWAYS written between the quotes and in some cases like this one,the quotes and the text must be inside the brackets.--->("Hello there!") ; = The semicolon must be ALWAYS written on the end of the statement. (STATEMENT is ONE line of code).--->For example: MessageBox.Show("Hello there!"); NOTE that this example is for the C# language.In Visual Basic (VB) language you DO NOT need to write the semicolon on the end of the statement. So this is how I started to learn to understand every new code 3 years ago.Yes I agree with you that people must understand the code otherwise the copy and paste won't help so much in the future,ESPECIALLY if the code is long and complicated.
__________________
|
|
|
|
|
|
#49 (permalink) |
|
Hackin 'n Slashin
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2007
Location: Corrupt Rapist run South Africa
Posts: 11,324
|
Be carefull with being too descriptive as well though (as S.T.A.R.S was there) cuz then your students will just think you are treating them like idiots and switch off completely.
__________________
Intel Core2Quad Q9550 (2.83Ghz stock) | ASUS P5Q | 2x2GB Transcend JetRam DDR2-800 | ASUS ENGTX260\HDTP\896M | Windows Vista Home Premium 64bit SP1 The Champ has retired but may his Legacy live on FOREVER !!!! Get it right fools! The glass is HALF-EMPTY, not half-full!!! !!! WARNING: Emulation requires a brain !!! WARNING: Emulation =/= Piracy !!!
|
|
|
|
|
#50 (permalink) |
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Well it all depends on the student's knowledge... ![]() Hey by the way,does anyone know where can I find .NET 1.0 SP2???I searched all over the google,but all I find are .NET 1.0 SP1 and SP3...
__________________
Last edited by S.T.A.R.S.; June 6th, 2009 at 22:58.. |
|
|
|
|
#51 (permalink) |
|
Emu Author
![]() ![]() ![]() Join Date: Dec 2004
Location: North Carolina
Posts: 373
|
well for me i have been able to look at code and understand it easily since i took classes in high school, so its never been to hard for me, the only issue is trying to take that and reverse it to code the same thing on my own, i can understand by looking but using that same knowledge took a bit of work lol. also about being able to learn a new language quickly i have a nice story on that which involved how i learned c# lol. 2 years ago a friend started his first c# class and well frankly he sucks at coding period so he asked if i could help which for him means do all the work for him so i decided to go along with it since it would allow me to learn a new coding language, took no time at all to learn how to do the basics for his assignments and had almost no trouble finishing even some of the harder stuff. good thing about it was when i got to having to take that class i was allowed to get bumped up to the advanced class instead XD. i still have all of those assignments including a poker game that talks to you XD. |
|
|
|
|
#52 (permalink) |
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Hey let me ask you something.Is it possible to take the new features from VS 2005 and 2008 and use them in VS 2002?Something like the service pack that contains those new features which I can use like any other components from the toolbox,including the code for them??? I admit that this is the stupid question,but I just had to ask. ![]() Oh and is any of you able to find .NET 1.0 SP2 for the download???I was searching so much on google and Microsoft sites,but I just can't find it anywhere...
__________________
Last edited by S.T.A.R.S.; June 6th, 2009 at 22:58.. |
|
|
|
|
#53 (permalink) |
|
ライチュウ
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Nov 2006
Location: USA
Posts: 3,289
|
Oldest one I can find: Download details: .NET Framework 1.0 Service Pack 3
__________________
|
|
|
|
|
#54 (permalink) | |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,377
|
Quote:
__________________
Current development tools: Visual C++.net, Visual C#.net Visual VB.net, Visual Webdeveloper.net Bloodshed Dev C++, Borland C++ Visual Basic 6 |
|
|
|
|
|
#55 (permalink) |
|
Emu Author
![]() ![]() ![]() Join Date: Dec 2004
Location: North Carolina
Posts: 373
|
i do not think you can take features from 2005/2008 and use them straight away in 2002, you would most likely have to do a bit of the work yourself to make it work where as in 2005/2008, you would not need to.
|
|
|
|
|
#56 (permalink) | |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Nov 2002
Location: Austria (originally from Dominican Republic)
Posts: 2,377
|
Quote:
__________________
Current development tools: Visual C++.net, Visual C#.net Visual VB.net, Visual Webdeveloper.net Bloodshed Dev C++, Borland C++ Visual Basic 6 |
|
|
|
|
|
#57 (permalink) | |||
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Quote:
......Quote:
![]() Quote:
__________________
Last edited by S.T.A.R.S.; June 6th, 2009 at 23:02.. Reason: Automerged Doublepost |
|||
|
|
|
|
#58 (permalink) |
|
Hackin 'n Slashin
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2007
Location: Corrupt Rapist run South Africa
Posts: 11,324
|
Stop trying to hold onto the past S.T.A.R.S. or you will get left behind. You may not like it but the future is the way to go. Liberate yourself a buy a whole new system when Win 7 comes out and try out some new games and see what the future has to offer.
__________________
Intel Core2Quad Q9550 (2.83Ghz stock) | ASUS P5Q | 2x2GB Transcend JetRam DDR2-800 | ASUS ENGTX260\HDTP\896M | Windows Vista Home Premium 64bit SP1 The Champ has retired but may his Legacy live on FOREVER !!!! Get it right fools! The glass is HALF-EMPTY, not half-full!!! !!! WARNING: Emulation requires a brain !!! WARNING: Emulation =/= Piracy !!!
|
|
|
|
|
#59 (permalink) | |
![]() ![]() ![]() ![]() Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
|
Quote:
But don't think that I am not trying new things.I ALWAYS try new things like new OS and new VS versions.But most of the time,I come back to the old ones because on new things everything seems so easy lol.And I hate when something is easy.Don't ask me why lol. ![]() Let's take for example VS 2002 and VS 2008.To make the same thing in VS 2002 you need to lose much more time then in VS 2008.BUT when you finally finish the product in the VS 2002 after all that HARD and LONG work,somehow I feel good and that it was worth all that time and work. Just 2 weeks ago I was watching the differences between VS 2002 and VS 2008.I admit that the VS 2008 is much better with the .NET 3.5 SP1 for the difference of the VS 2002 with the .NET 1.0 SP3,but in VS 2008 everything is so easier and faster to make...whatever that is.In VS 2002 is harder and that is exactly what I want.I know I know...this is tupid I know.But I am just afraid that I won't be good programmer if I use just the newest VS 2008 considering that most of the things are so simple for the difference of VS 2002. Also VS 2008 doesn't support old OS.Ok I know that NOBODY is almost not using those retired OS,but somehow I wouldn't feel good if I know that my programs will work ONLY on new OS. ![]() Windows 7 and VS 2008 rocks.I FULLY agree with that.But let's just say that I am one of those guys who like to do the same thing on more harder and longer way.But let's make one thing clear lol.If the VS 2008 support old OS starting from at least Windows 98 FE and that it's application's size is just like those in VS 2002,then yeah...I would be deffinetly using VS 2008.Otherwise I will probably stick with the version 2002.BUT THAT DOES NOT MEAN THAT I AM NOT FOLLOWING ALL THE NEW THINGS LOL.BECAUSE I DO.How the hell would then I get the new ideas lol? Hehe... ![]() ![]() ![]() Anyway if you ask me VS 2008 is deffinetly the best of all VS versions starting from VS 97.But then again with VS 2002 you can make most things if you lose much time trying to make that... Ohh rauntec by the way...if I DO take the features from VS 2005 and use them inside the VS 2002 then I suppose I also need to have .NET 2.0 installed OR is it possible to use those features with just .NET 1.0 installed???
__________________
|
|
|
|
|
|
#60 (permalink) |
|
Emu Author
![]() ![]() ![]() Join Date: Dec 2004
Location: North Carolina
Posts: 373
|
you do realize .net 2.0 still works in 98 right? just go look it up, as i did and it does work in 98 so you can make 98 capable apps in visual studio 2008 still lol. as long as the person on 98 goes and installs .net 2.0.
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|