|
Thread: C
-
Nov 13th, 2010, 03:32 PM
#1
Thread Starter
Fanatic Member
C
It's like an abusive alcoholic spouse - it keeps slapping me and beating me up, I often have numerous bruises on my body, I now walk like a cripple, and I know I should leave him, but I can't. ;_;
What should I do, Jeremy Kyle?
-
Nov 14th, 2010, 03:43 AM
#2
Re: C
You need to run a virus scan.
-
Nov 15th, 2010, 12:19 PM
#3
My usual boring signature: Nothing
 
-
Nov 15th, 2010, 12:19 PM
#4
My usual boring signature: Nothing
 
-
Nov 15th, 2010, 12:20 PM
#5
My usual boring signature: Nothing
 
-
Nov 15th, 2010, 12:20 PM
#6
My usual boring signature: Nothing
 
-
Nov 15th, 2010, 12:21 PM
#7
My usual boring signature: Nothing
 
-
Nov 15th, 2010, 12:22 PM
#8
Re: C
Y
As in: Y do the tags for this thread include "over nine thousand slaps" and "spouse"?
My usual boring signature: Nothing
 
-
Nov 16th, 2010, 01:48 AM
#9
Thread Starter
Fanatic Member
Re: C
Because, Shaggy Hiker, you were the C compiler all along. ;_;
-
Nov 16th, 2010, 04:38 PM
#10
Re: C
C is the easiest language ever. Unless you're reading someone elses code, then it's time to fetch the cheap vodka and the razor blades.
I don't live here any more.
-
Nov 17th, 2010, 07:02 AM
#11
Hyperactive Member
Re: C
I just bought a pizza. I know the guy and I like him. He makes a very good pizza. But on this occasion whoever supplied the prawns forgot to shell them properly. I just spent a good part of the night pulling crustacean exoskeleton out of my teeth. This is a little like programming in C. Get it right and everything is breezy, get it wrong and well I could provide an infinite number generator algorithm. Compiler couldn't help, it went fruitloops on me. Two weeks later and bugger. Semicolon at the end of a function declaration. My forehead and keyboard became well aquainted at that point.
Slower than a crippled Vista
More buggy than a fresh XP install
Look! Down the road, some 50 miles behind the drunken snail.
It's Ubuntu!
-
Nov 17th, 2010, 07:33 AM
#12
Re: C
 Originally Posted by asmiscool
I could provide an infinite number generator algorithm.
Uhh, like...
Code:
int i = 0;
while(1)
printf("%d\n", i++);
I don't live here any more.
-
Nov 17th, 2010, 04:44 PM
#13
Thread Starter
Fanatic Member
Re: C
 Originally Posted by wossname
C is the easiest language ever. Unless you're reading someone elses code, then it's time to fetch the cheap vodka and the razor blades.
Or unless you've learned a high level language before C. Otherwise, C just seems like a royal pain in the backside.
I blame our university course. They should have taught us C when we were learning assembly and Java - that way we would appreciate Java to a certain limit. Now I'm so comfortable with higher level languages, learning lower level languages can get extremely confusing.
-
Nov 17th, 2010, 09:20 PM
#14
Re: C
shelovesme = shelovesme->not;
-
Nov 18th, 2010, 07:12 AM
#15
Re: C
 Originally Posted by kregg
Or unless you've learned a high level language before C. Otherwise, C just seems like a royal pain in the backside.
OO languages are all more complex than C. C doesnt hide anything from you, I think a lot of the trouble people have is trying to put out of their minds that old notion that "C is hard". It's not. It's no more difficult than Basic if you compare them.
If anything, OO languages are harder because there's always a million ways to do any given task. Too much scope for something to screw up and force you to redesign a big chunk of your code. OO does tend to be more amenable to larger products though, C is better suited to smaller apps and libraries and such.
Horses for courses.
I don't live here any more.
-
Nov 18th, 2010, 07:33 AM
#16
Re: C
 Originally Posted by wossname
C is the easiest language ever. Unless you're reading someone elses code, then it's time to fetch the cheap vodka and the razor blades.
If you fetch the razor blades you might as well want to spent your money on quality vodka and enjoy it.
Alex
.NET developer
"No. Not even in the face of Armageddon. Never compromise." (Walter Kovacs/Rorschach)
Things to consider before posting.
Don't forget to rate the posts if they helped and mark thread as resolved when they are.
.Net Regex Syntax (Scripting) | .Net Regex Language Element | .Net Regex Class | DateTime format | Framework 4.0: what's new
My fresh new blog : writingthecode, even if I don't post much.
System: Intel i7 920, Kingston SSDNow V100 64gig, HDD WD Caviar Black 1TB, External WD "My Book" 500GB, XFX Radeon 4890 XT 1GB, 12 GBs Tri-Channel RAM, 1x27" and 1x23" LCDs, Windows 10 x64, ]VS2015, Framework 3.5 and 4.0 
-
Nov 18th, 2010, 07:52 AM
#17
Re: C
I used to work on an invoicing system that was written in Pro C. Someone decided to rebuild it using java.
The system in Java was never able to match the original performance of the system and was SHELVED in favor of the C based system.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Nov 24th, 2010, 02:20 PM
#18
Hyperactive Member
Re: C
 Originally Posted by stlaural
quality vodka
See here.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|