| Snippets: Small code chunks for learning new techniques |
|
| Multiply a integer number by a power C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 08:14:04 ( 32w 0d 9h ago ) | |||
| Description: Multiply a number by a power |
|
| Launching an External Application C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 08:11:23 ( 32w 0d 9h ago ) | |||
| Description: Launch an Application.. here: notepad using C++ |
|
| If - Else example C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 08:08:51 ( 32w 0d 9h ago ) | |||
| Description: If - Else example |
|
| Function example C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by CodeGrabber, On 09-Apr-2008 - 08:06:42 ( 32w 0d 9h ago ) | |||
| Description: Create your first function in C++ |
|
| File example using fstream functions C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 08:05:39 ( 32w 0d 9h ago ) | |||
| Description: File example using fstream header functions |
|
| Fahrenheit to celsius conversion C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by CodeGrabber, On 09-Apr-2008 - 08:00:09 ( 32w 0d 9h ago ) | |||
| Description: Coverting Degrees F to Degrees C |
|
| Enum example C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:56:48 ( 32w 0d 9h ago ) | |||
| Description: An enum example in C++ |
|
| Creating a file using fstream C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:55:50 ( 32w 0d 9h ago ) | |||
| Description: Creating a file using fstream |
|
| Cout width example C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:53:37 ( 32w 0d 9h ago ) | |||
| Description: Cout width example |
|
| Cout and cin examples C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:52:42 ( 32w 0d 9h ago ) | |||
| Description: Cout and cin examples |
|
| Cin example C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:51:45 ( 32w 0d 9h ago ) | |||
| Description: Cin example |
|
| Average function C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:50:57 ( 32w 0d 9h ago ) | |||
| Description: Average function |
|
| Calculating Averages C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:49:42 ( 32w 0d 10h ago ) | |||
| Description: Calculating Averages in C++ suing math.h |
|
| Area of rectangle C++ | SNIPPETS | Rating: 0.00 / 5 Votes: 0 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:48:11 ( 32w 0d 10h ago ) | |||
| Description: Area of rectangle |
|
| Traditional and New methods for a Hello World application C++ | SNIPPETS | Rating: 3.00 / 5 Votes: 1 |
|---|---|---|---|
| Submitted by 101, On 09-Apr-2008 - 07:42:15 ( 32w 0d 10h ago ) | |||
| Description: Simple comparison between new and old hello world code within C++ |