| | |
Just a lil fun
![]() |
•
•
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; }
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
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
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
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 |
addition api array base based binary bitmap c++ c/c++ char class classes code coding compile console conversion count delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email embed encryption error erroraftercompilation excel file forms fstream function functions game getline givemetehcodez gmail graph gui homework homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker loop looping loops map math matrix matrix3d memory multiple news node output parameter pointer problem program programming project python random read recursion reference rpg std::coutwstring string strings temperature template test text text-file tree url variable vector video visualization win32 windows winsock word wordfrequency wxwidgets






