Posts by Aggorance
5 posts total, newest first.
Guess Number Gamein C++/C Programming - [QUOTE=Jason;5058413]
Bullshit.
Yes, "fail" that he got it right /ohshit[/QUOTE]
Same as Java, in that aspect.Guess Number Gamein C++/C Programming - I'm new to C++, thanks though -.-..Guess Number Gamein C++/C Programming - [QUOTE=Hassan;5058128]Did you ever got a correct answer with this ? =|
[/QUOTE]
Yes, I've played it multiple times.Guess Number Gamein C++/C Programming - #include <iostream>
#include <ctime>
#include <cstdlib>
using namespace std;
int main(int argc, char** argv)
{
system("TITLE Guess My Number.");
system("COLOR 5");
srand(static_cast<unsigned Super simple Conversation Program.in Java - import java.io.*;
class Conversation {
public static void main(String[] args) throws IOException {
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
int myAge = 15;
Showing the 5 most recent posts.