The children are our future, until they grow up, then they're are past.
Irrelevant post game
Collapse
This topic is closed.
X
X
-
-
Quote the last message
Attach signature (signatures can be changed in profile)
Notify me when a reply is posted
Display posts from previous: All Posts1 Day7 Days2 Weeks1 Month3 Months6 Months1 Year Oldest FirstNewest First
Jump to: Select a forum Forum index|--[LIFE]| |-- Chit Chat| |-- Critical Thinking|--[Flash Flash Revolution]| |-- FFR GENERAL TALK| |-- "n00b" forum| |-- FFR BUGREPORT| |-- FFR SUGGESTIONS| |-- BRAG BOARD|--[SIMULATORS]| |-- Dance With Intensity| |-- Stepmania| |-- Other Music Game Simulators| |-- Simulator Files|--[GAMING]| |-- Dance Dance Revolution| |-- Other Bemani| |-- Pump It Up| |-- Other Music Games| |-- General Video Games|--[The Arts]| |-- Static JungleGym| |-- 32-Bit RGB|--[OTHER]| |-- Garbage Bin| |-- The Dead Zone| |-- "Game" threads| |-- The Jewpin and Kwik storybook|--[FFR File & Song Submissions]| |-- Audio and Music Submissions| |-- FFR/Stepfile/DWI Text Submissions
All times are GMT - 12 Hours
Goto page Previous 1, 2, 3, 4, 5, 6, 7, 8
FlashFlashRevolution.com Your Flash Flash Revolution Source Forum Index » OTHER » "Game" threads
Powered by PNphpBB2 1.2a © 2003 PNphpBB Group
Credits
Your FFR Source. If You Like FFR Then Check out DDR from Konami.Comment
-
Comment
-
four score and seven years ago/
to be or not to be that is the question/
Friends, Romans, Countrymen, lend me your ears/
I have a dream/
i have a monkey too/Comment
-
-
-
-
-
-
-
-
// operating with variables
#include <iostream.h>
int main ()
{
// declaring variables:
int a, b;
int result;
// process:
a = 5;
b = 2;
a = a + 1;
result = a - b;
// print out the result:
cout << result;
// terminate the program:
return 0;
}
Off the top of my head...Comment




Comment