00:00
00:00
funkyjunky
Funkyjunky By Day & Night - Read my news :D

Age 32, Male

Mario and Maiden Fan

I dont go..... (shhhh)

A box in England

Joined on 2/19/05

Level:
11
Exp Points:
1,150 / 1,350
Exp Rank:
56,802
Vote Power:
5.29 votes
Rank:
Police Officer
Global Rank:
10,772
Blams:
407
Saves:
464
B/P Bonus:
10%
Whistle:
Normal
Medals:
256

C++

Posted by funkyjunky - January 21st, 2008


It's true!
I have started to learn C++, infact I even posted on the programming BBS!

All I have to say to you is:

#include <iostream>
using namespace std;

int main()
{
int i;
for (i = 0; i < 1000; i++){
cout << "\a";
}

}

---

ha :)


Comments

Haha, C++ is pretty damn hard, but can be useful. Im learning a tiny bit of Java and focusing on SQL.

SQL (and PHP) are things I know very little about but are both things i intend to get better at.

I would learn C++ if I were you!
:)

FJ