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 :)
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
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 :)
SpeedMetalSandwich
Haha, C++ is pretty damn hard, but can be useful. Im learning a tiny bit of Java and focusing on SQL.
funkyjunky
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