C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 11-04-2005, 03:17 PM   #1
For Narnia!
 
Sentral's Avatar
 
Join Date: May 2005
Location: Narnia
Posts: 719
Smile Old School Programming

I am taking a visual basic class right now yes......i know visual basic sucks but i have to take it for some reason. The teacher makes us use QBASIC 4.5 for a while, to get used to the coding. I am actually kind of liking it for some odd reason, maybe a little better then C++.........nah Who here has used qbasic ("back in the day") ?
Sentral is offline   Reply With Quote
Old 11-04-2005, 03:48 PM   #2
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
I have - and I agree it's lots of fun for a beginner. I still use it sometimes just for fun, but to do anything powerful you really ought to use something like C/C++
sean is offline   Reply With Quote
Old 11-04-2005, 03:58 PM   #3
Cheesy Poofs!
 
PJYelton's Avatar
 
Join Date: Sep 2002
Location: Boulder
Posts: 1,728
Hey don't knock qbasic, I'd be willing to bet a lot of people here learned to program using it, me included.

Visual Basic doesn't suck, it's actually very good for what it sets out to do. It's only when people try to do C++ style coding with Visual Basic that you'll run into problems.
PJYelton is offline   Reply With Quote
Old 11-04-2005, 04:15 PM   #4
VA National Guard
 
The Brain's Avatar
 
Join Date: May 2004
Location: Manassas, VA USA
Posts: 903
i read like a 1,000+ page book on qbasic like in one week.. back in 1997..
__________________
  • "Problem Solving C++, The Object of Programming" -Walter Savitch
  • "Data Structures and Other Objects using C++" -Walter Savitch
  • "Assembly Language for Intel-Based Computers" -Kip Irvine
  • "Programming Windows, 5th edition" -Charles Petzold
  • "Visual C++ MFC Programming by Example" -John E. Swanke
  • "Network Programming Windows" -Jones/Ohlund
  • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
  • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel
The Brain is offline   Reply With Quote
Old 11-04-2005, 04:22 PM   #5
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
I wasn't knocking QBasic - I learned with it.
sean is offline   Reply With Quote
Old 11-04-2005, 04:35 PM   #6
Cheesy Poofs!
 
PJYelton's Avatar
 
Join Date: Sep 2002
Location: Boulder
Posts: 1,728
Oops, I was talking to Sentral not you Sean, but now that I reread what he said he wasn't knocking it either
PJYelton is offline   Reply With Quote
Old 11-04-2005, 10:01 PM   #7
Registered User
 
Join Date: May 2004
Posts: 1,362
I used to mess around with qb when I was younger but I really didn't know what I was doing I learnt to program in C. As for VB it's so easy a monkey could do it but it is so boring...
sand_man is offline   Reply With Quote
Old 11-04-2005, 10:13 PM   #8
Sweet
 
Join Date: Aug 2002
Location: Tucson, Arizona
Posts: 1,697
I did start with basic. Then realised it was to basic for my non basic nature and basically switched to a non basic language and ever since that day have been basically happy.

P.S: I win.
__________________
Woop?
prog-bman is online now   Reply With Quote
Old 11-04-2005, 11:15 PM   #9
Amazingly beautiful user.
 
Join Date: Jul 2005
Location: If you knew I'd have to kill you
Posts: 251
I started with QBasic. Made some game with bouncing circles. Those were the days...
__________________
Programming Your Mom. http://www.dandongs.com/
CrazyNorman is offline   Reply With Quote
Old 11-04-2005, 11:38 PM   #10
Bond
 
sunnypalsingh's Avatar
 
Join Date: Oct 2005
Posts: 162
I am still using Visual Basic...and i think its very useful.....
__________________
"Service of the poor and destitutes is the service of the God"

Normative Changes to ISO/IEC 9899:1990 in Technical Corrigendum 1

Incompatibilities Between ISO C and ISO C++
sunnypalsingh is offline   Reply With Quote
Old 11-04-2005, 11:43 PM   #11
C++ Enthusiast
 
jmd15's Avatar
 
Join Date: Mar 2005
Location: MI
Posts: 532
I used QBasic before, a year or two ago, but not very much at all. I didn't start with it or learn to program using it, however it was extremely easy to use. I didn't like it, and I learned to program by just jumping into C++ after learning easy stuff like HTML(I KNOW IT'S NOT A PROGRAMMING LANGUAGE),and JavaScript.
__________________
Trinity: "Neo... nobody has ever done this before."
Neo: "That's why it's going to work."
c9915ec6c1f3b876ddf38514adbb94f0
jmd15 is offline   Reply With Quote
Old 11-04-2005, 11:52 PM   #12
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,812
I learned with GW BASIC 1.00 (cartridge BASIC) then QuickBasic then QB then QB71. I still use it for the heck of it. Sometimes I test algos in QB then implement then in C or assembly.
It's ez to get a new trick up and running in QB - almost no overhead - of course, at the lack of any type of speed or performance.
__________________
If you aim at everything you will hit something but you won't know what it is.
Bubba is offline   Reply With Quote
Old 11-05-2005, 07:15 AM   #13
Registered User
 
Join Date: Aug 2001
Location: Newport, South Wales, UK
Posts: 1,094
Yup, I started on the PC with GW Basic too (STOS before that on the Atari ST). Didn't like QB though, was significantly different. Instead my bro turned up one day with a hokey copy of a Borland compiler and my C days began.
SMurf is offline   Reply With Quote
Old 11-05-2005, 12:41 PM   #14
Unregistered User
 
Join Date: Sep 2005
Location: Antarctica
Posts: 341
I never had to use qbasic, but last year I had a contract to convert a system that was build with DB2 using PL/I as the programming language to one with Oracle using ANSI C as the language. That was pretty fun
rockytriton is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I've been slacking off in high school, am I going to hell Silvercord A Brief History of Cprogramming.com 31 06-01-2003 01:00 PM
I Hate My School (rant!!!!) Dalren A Brief History of Cprogramming.com 3 04-03-2003 07:10 AM
The purpose of school Shadow12345 A Brief History of Cprogramming.com 8 11-17-2002 04:12 AM
School Shooting in Germany Golden Bunny A Brief History of Cprogramming.com 27 04-27-2002 01:47 PM
Question about going to a technical school Goalie35 C++ Programming 1 08-30-2001 11:34 AM


All times are GMT -6. The time now is 09:18 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22