Interested in advertising on Derpibooru? Click here for information!
Ministry of Image - Fanfiction Printing

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

Description

No description provided.

safe2213157 artist:shoutingisfun611 artist:venezolanbrony41 color edit9116 edit177072 pinkie pie260069 earth pony521592 pony1643245 g42067609 book44646 c (language)17 colored25834 computer8397 female1847515 glasses91340 hello world9 hoof hold13560 k&r6 laptop computer3375 mare769139 programming136 reading8306 simple background617149 solo1458179 transparent background292376
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.