anyways post your very first programs "for those of your who still have them"
your first program
Started by
lilhawk2892
, Aug 16 2005 07:44 PM
#1
Posted 16 August 2005 - 07:44 PM
anyways post your very first programs "for those of your who still have them"
#2
Posted 17 August 2005 - 09:17 AM
My first program was a simple hello world program in C++
#include <iostream> using namespace std; int main() { cout<<"Hello World!" << endl; cin.get(); return 0; }
#3
Posted 17 August 2005 - 04:19 PM
in QBasic, lol yes im kickin it oldschool!
trying to do this from memory
trying to do this from memory
dim username as string input "What is your name?";username print "Welcome "; username; ", whats going on?" end
#4
Posted 17 August 2005 - 07:36 PM
cool well one question wuts qbasic
#5
Posted 17 August 2005 - 10:59 PM
QBasic, is essentially programming form a DOS based GUI
I will attach the complier as well...
Graphics are super poor, but I'll leave you with an example.
I will attach the complier as well...
Graphics are super poor, but I'll leave you with an example.
#6
Posted 17 August 2005 - 11:35 PM
ROBIN:holy holloween batman
woe that is old school it looks like the old police computers but cool colors
woe that is old school it looks like the old police computers but cool colors
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users