Policy Update - Rules changes incoming for AI content - Read Here
Interested in advertising on Derpibooru? Click here for information!
Sky Railroad Merch Shop!

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

Description

No description provided.

safe2271593 artist:shoutingisfun611 artist:venezolanbrony41 color edit9269 edit180980 pinkie pie266272 earth pony547564 pony1704473 g42130488 book45971 c (language)17 colored27158 computer8624 female1913589 glasses95914 hello world9 hoof hold14254 k&r6 laptop computer3457 mare808878 programming141 reading8590 simple background639983 solo1508691 transparent background300900
Source

Comments

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

Detailed syntax guide

Impossible9

>coding in C____
>not C# MASTER RACE
I knew Pinkie was a goof but c’mon
 
full  
She’s reading The C Programming Language, not C____. Also,  
>Language that only lets you make Windows applications properly, as any Linux implementations are shoddy at best  
>Language that requires a framework (Compiling the framework into the executable doesn’t count) and an operating system to even run, even if you don’t use any operating system functions.  
>Being forced to use Microsoft’s .Net framework leaves your programs at the mercy of its license  
>Language whose algorithms run as much as 6x slower than the equivalent program in C  
>Language that doesn’t support pointer arithmetic (or pointers) or char arithmetic  
>Language that forces garbage collection on you, introducing non-deterministic behavior, meaning you can’t control when memory and other resources are released  
>Language where you can’t access low level features without some convoluted messing around, if at all  
>Basically Microsoft Java  
>Masterrace
PoneWithAFairlyLongName
Equality - In our state, we do not stand out.
Friendship, Art, and Magic (2017) - Celebrated Derpibooru's five year anniversary with friends.

GCC includes G____, but GCC itself(called as GCC) may not compile C____ code.  
Trust me, I’ve checked it - I tried to compile this way:  
$ gcc ./main.cpp -o /tmp/tmp  
and it has thrown errors  
and this way:  
$ g____ ./main.cpp -o /tmp/tmp  
and it worked.