| | |
Just a lil fun
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2007
Posts: 3
Reputation:
Solved Threads: 1
i made this just the other day, and as a new member i thought i would share this lil thing. many have probably already seen it, but its just a fun lil thing from a beginning programmer.
C++ Syntax (Toggle Plain Text)
/* Name: Go Starwars! Author: Evan Cohen Date: 27/11/07 19:11 Description: Runs starwars */ #include <iostream.h> #include <windows.h> int sim_yesno; int main() { cout << "Press 1 the enter to start starwars: "; //Asks for simulation confermation cin >> sim_yesno; //Gets confermation if(sim_yesno == 1) // if confermation yes: then continue { system ("telnet towel.blinkenlights.nl"); //Runs the star wars. } system ("Pause"); // pause befor quit return 0; }
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
•
•
•
•
I created a cmd.exe command prompt window and tried to execute "telnet towel.blinkenlights.nl" -- got error that telnet now found.
Val
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
![]() |
Similar Threads
- Windows Boot up loading screen (Windows NT / 2000 / XP)
- Heya there! Name's Ko (Community Introductions)
- Rock Paper Scissors fun-ction (C++)
- This is like so cool! How many levels can you go through? (Geeks' Lounge)
Other Threads in the C++ Forum
- Previous Thread: pointers and classes
- Next Thread: Reading/writing .txt files into an array
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll email encryption error file forms fstream function functions game generator getline givemetehcodez graph homeworkhelper iamthwee ifstream image input int java lazy lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






