Interested in advertising on Derpibooru? Click here for information!
My Little Ties crafts shop

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

No description provided.

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide

Deactivated Account

forgets everything
P.S. Fuck Semicolons. C____ makes you hate Semicolons with a passion. I can never remember where to put the fuckers. Then when I think I’ve put them in the right spot it’s not the right spot.
 
Semicolons go at the end of everything except function definitions and preprocessor directives, basically.
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
  1. I did a romhack for Legend of Mana back in 2014. Assembly’s not THAT bad, and it’s probably easier if you’re not reverse engineering compiler-generated, symbol-less stuff.
  2. struct’s more of a C thing. C____ to me is… pointers and weird template stuff, so I think angle brackets, asterisks, and ampersands are more C____.
 
C____ is just an extension of C that adds an object-based model. They actually look pretty similar.
 
@OperationalHazard  
C all the way.
Assembler.
You’re welcome for the nightmares.
 
BrainFuck  
Nightmares are your only escape
Ebalosus
Lunar Supporter - Helped forge New Lunar Republic's freedom in the face of the Solar Empire's oppressive tyrannical regime (April Fools 2023).
Silver Bit -
Sapphire -
Happy Derpy! -
Bronze Supporter -
The End wasn't The End - Found a new home after the great exodus of 2012

Build commie blocks!
Some choice quotes from the UNIX-Haters Handbook regarding C____:
 
“The COBOL of the nineties”
 
”“If C gives you enough rope to hang yourself, then C____ gives you  
enough rope to bind and gag your neighborhood, rig the sails on a  
small ship, and still have enough rope to hang yourself from the  
yardarm”

 
full
Background Pony #8077
Coders may be even worse than the gamer community.
 
*Bad coders.
 
You work with what you’re given and make it work or you get to opine on the choice and chose the right tool for the job at hand. The fact of the matter is, you never actually hear a guru utter a stupidity like that.  
There are people who are Godlike in Assembly and none of them would ask to use pure Assembly when required to write a database server. :)
 
 
P.S. There are no structs in C____. They are kept mostly for backwards compatibility reasons. Some people use them to differentiate between data structures that should behave as data packages rather than actual OOP objects (i.e. pseudo encapsulation that really isn’t needed when you design the encapsulation properly), but the general case doesn’t implement them at all.
RunDevilRun007
Artist -

Sunset Shimmer's Husband
P.S. Fuck Semicolons. C____ makes you hate Semicolons with a passion. I can never remember where to put the fuckers. Then when I think I’ve put them in the right spot it’s not the right spot.
ShadeCute

Coders may be even worse than the gamer community.  
“My language is better than yours!”  
“Says the scrublord not using assembly.”  
Personally I like python. I know its an interpreter and not a compiler language, but Its gotten me way farther than C.
ShadeCute

@RoboRed  
Heh, no. Not really. They all have their place in the computer world, but C____ is basically the cause of all of the programs that run on a Windows computer. Java kinda just exists to make stuff simple. And even then, its too complicated for the most basic of tasks.
MeshGearFox
The End wasn't The End - Found a new home after the great exodus of 2012

  1. I did a romhack for Legend of Mana back in 2014. Assembly’s not THAT bad, and it’s probably easier if you’re not reverse engineering compiler-generated, symbol-less stuff.
     
  2. struct’s more of a C thing. C____ to me is… pointers and weird template stuff, so I think angle brackets, asterisks, and ampersands are more C____.