Random
Source Code

&c.

shorthand for "et cetera" (etc., not ect.)

shitty music? e.g. ICP, STS9, B2K, &c.

by ToFastForClass September 22, 2010

15๐Ÿ‘ 3๐Ÿ‘Ž


c++

C++ is a programming language developed by Bell Labs in 1983 and based on the C programming language. C++ is an object-oriented mid-level programming language. It has support for multiple inheritance, operator overloading, templates and exception handling.

C++ is widely used for large projects where both the power of low-level programming (for execution speed) and high-level object oriented programming (for development speed) is needed.

Some find C++ hard to learn and mistakes are easily made by the novice programmer. Languages such as Java and C# are derived from C++ and try to make the job a bit easier for the programmer. However, these languages lack the execution speed and some of the advanced features of C++.

C++ "hello world" example:

#include <ostream>
#include <iostream>

int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}

by Gnibbe Naile November 21, 2006

136๐Ÿ‘ 54๐Ÿ‘Ž


=C

a really adorable and sad looking face .

boy: i think we should start seeing other people.
girl: =C

by LeeannMoore April 13, 2008

25๐Ÿ‘ 7๐Ÿ‘Ž


:C

A very sad emoticon of Toki Wartooth...or anyone with a Fu Manchu.

Sally: Jim, I have cancer.
Jim: :C

by letoh October 29, 2009

137๐Ÿ‘ 56๐Ÿ‘Ž


C+

Something woodie cannot comprehend

C+ is a widely used coding language for retards.

by Pigerfier August 23, 2022


c:<

The Happiest Evil Face

Example:

Some Guy: OMG U R N0B Y U KILL M3!1!111!! D0NAT3 PL0X

c:<: C:< I kild you cus U R NOB C;

Some Guy: OMG U R N0B Y U KILL M3!1!111!! D0NAT3 PL0X

c:<: C:< I kild you cus U R NOB C;

by Hurdur Derp January 2, 2015


c++

Incrementing the value of c to by one. Another way of writing
c=c+1; or c+=1;

Used in multiple programming languages.

for(int c=0; c < 5; c++)
cout << "What a boring definition\n";

by Programming Extraordinaire August 7, 2003

396๐Ÿ‘ 182๐Ÿ‘Ž