y'know, though I said we don't need one, I figured I would make one because when it gets to multiple conversations about programming in the What's on your Mind topic, I feel like it's sorta clogging the thing :V
So here's a programming topic for whatever programmy things you decide are programmy. If it has a "++" in it, it should probably be in here.
Last edited by Akonyl on October 17th, 2011, 11:01 pm, edited 1 time in total.
int main
{
char stickguy[3];
stickguy[0]=\
stickguy[1]=o
stickguy[2]=/
for (int a=0;a<3;a++) //Yes, I know this for is unnecessary
cout<<stickguy[a];
}
Conia wrote:
int main
{
char stickguy[3];
stickguy[0]=\
stickguy[1]=o
stickguy[2]=/
for (int a=0;a<3;a++) //Yes, I know this for is unnecessary
cout<<stickguy[a];
}
way to forget your namespace and include conia D:
(your return too, but that would just be a warning )
you probably just used an online program or app, but seriously, its just not human for someone to memorize the ascii table (that's what mah prof always sayz)
you probably just used an online program or app, but seriously, its just not human for someone to memorize the ascii table (that's what mah prof always sayz)
'A'=65, that's all you need to know
unless you want lowercase, then pssh I don't remember 'a'
edit: Updated the OP to be more extreme.
Last edited by Akonyl on October 17th, 2011, 11:01 pm, edited 1 time in total.
you probably just used an online program or app, but seriously, its just not human for someone to memorize the ascii table (that's what mah prof always sayz)
'A'=65, that's all you need to know
unless you want lowercase, then pssh I don't remember 'a'
edit: Updated the OP to be more extreme.
I don't remember that shit, no one is going to quiz me on the ascii binary representation of " ' " on the spot for interviews
On a side note - I am transferring into the dark side aka Computer Science. However I was already coming from an incredible similar field...I'm just tired of mudda truckin circuits and low-level-ness.