| | |
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 based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamic dynamiccharacterarray encryption error file format forms fstream function functions game givemetehcodez graph gui homeworkhelp iamthwee ifstream input int java lib library linkedlist linker list loop looping loops map math matrix memory microsoft newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings temperature template templates test text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets






