Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
The Management
Jan 2, 2010

sup, bitch?
C is the way and the light

Adbot
ADBOT LOVES YOU

The Management
Jan 2, 2010

sup, bitch?

Shaggar posted:

c is only good if you add a # to it.

# is used in C to denote a preprocessor directive, so it is commonly used.

code:

#include <sa.h>

#if (YOS == POS)
#define ID 219
#endif

hth

The Management
Jan 2, 2010

sup, bitch?

DuckConference posted:

I am a C programmer and I dread my eventually replacement by kids writing JavaScript

don't worry, computers will be a million times more powerful so their JavaScript program will be about as fast as yours is

The Management
Jan 2, 2010

sup, bitch?

DuckConference posted:

you can make C that's kind of object-oriented if you want, structs full of function pointers everywhere. you can even inherit by casting a struct full of function pointers to another struct full of function pointers

don't ever do this. cumulatively it probably wasted a month of developer time

you don't cast, you include the parent struct in the child. if you want to use the "super" you explicitly take a pointer to that member. this is easy to do and I'm not sure why it would waste more time than any other code.

The Management
Jan 2, 2010

sup, bitch?

Captain Foo posted:

frankly i prefer the D

Adbot
ADBOT LOVES YOU

The Management
Jan 2, 2010

sup, bitch?

Symbolic Butt posted:

nah use C++ instead and pretend it's C for the most part

the best of the 2 worlds

what do you mean I have to check the return value of new?

  • Locked thread