Originally posted by Zack01GC
View Post
Announcement
Collapse
No announcement yet.
Random Thread
Collapse
This topic is closed.
X
This is a sticky topic.
X
X
-
I'm at least going to start going back to the bar. It's not going to end that easily.
The gym is way harder to get myself to go to. But, at 6' 1" and 163 lbs I find it it hard to get motivated to actually go. Other than being a scrawny fuck, I always go "Well, I'm not fat yet. maybe next week/month/year"
Comment
-
Originally posted by Zack01GC View PostI'm at least going to start going back to the bar. It's not going to end that easily.
The gym is way harder to get myself to go to. But, at 6' 1" and 163 lbs I find it it hard to get motivated to actually go. Other than being a scrawny fuck, I always go "Well, I'm not fat yet. maybe next week/month/year"Dude... My nissan has like a v8, man.
Comment
-
Anyone with C++ experience, do you see why this wouldn't build?
#include
#include
using namespace std;
int main ()
{
double bob, carol;
string ted = "98.6";
string alice = "variable";
bob = 98;
carol = 98.6;
cout << "Bob is " << bob << endl;
cout << "Carol is " << carol << endl;
cout << "Ted is " << ted << endl;
cout << "Alice is " << alice << endl;
}- Kielan (Key-lin)
Comment
-
2 people coming to check out my kei car tonight WOOOOOOOOOOOOOOO!
project dori-tezza is about to go downOriginally posted by M.BurroughsI'd have to say this site was founded on building the cars we wanted to build, despite if the rest of the car community liked it or not. This site was founded on freedom of automotive self expression and the passion that goes in to each and every build... This site is about doing what you like, whatever makes you happy, and not caring about what other people think...
Comment
-
Originally posted by Kielan View PostAnyone with C++ experience, do you see why this wouldn't build?
#include
#include
using namespace std;
int main ()
{
double bob, carol;
string ted = "98.6";
string alice = "variable";
bob = 98;
carol = 98.6;
cout << "Bob is " << bob << endl;
cout << "Carol is " << carol << endl;
cout << "Ted is " << ted << endl;
cout << "Alice is " << alice << endl;
}
Comment
Comment