+ Post New Thread
Page 1 of 7
1 2 3 ... LastLast
Threads 1 to 20 of 134

Forum: Programming

Tutorials, Source Code, Compilers. Show off what you can make

  1. Sticky Thread Sticky: C++ Compiler

    a Compiler is what u need to turn your source code into an executable file (.exe). this is the compiler i use Dev-C++(4.9.9.2)...

    Started by SonniE, 05-29-2008 08:06 PM
    • Replies: 5
    • Views: 11,964
    07-23-2008 01:11 PM Go to last post
  2. Sticky Thread Sticky: McGraw Hill Book for C++

    Uploaded By: SonniE McGraw-Hill_-_C___from_the_Ground_Up.pdf Book for learning C++ if your intrested in programming DL this it should have...

    Started by SonniE, 05-26-2008 10:51 AM
    • Replies: 4
    • Views: 10,613
    01-15-2009 08:35 PM Go to last post
  3. Sticky Thread Sticky: C# Programming Book With Examples

    http://www.freebookspot.net/upload/Computing%20with%20Csharp%20and%20the%20.NET%20Framework%2013.03.2007%200_00_00.jpg Download Link Password:...

    Started by SonniE, 11-14-2008 06:41 PM
    • Replies: 3
    • Views: 9,049
    03-19-2010 11:59 PM Go to last post
  4. Sticky Thread Sticky: SonniE's C++ Tutorial

    Im going to make a series of Beginners Tutorials for C++ programming since people on the forum are trying to learn it. going to add to this...

    Started by SonniE, 09-25-2008 03:11 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 27,060
    04-30-2010 12:50 AM Go to last post
  1. Hello World [C++]

    #include <iostream> using namespace std; int main() { cout<<"Hello World!\n"; cin.get(); ...

    Started by SonniE, 05-22-2008 07:12 PM
    • Replies: 8
    • Views: 6,055
    05-23-2008 02:59 AM Go to last post
  2. Territories as shown in Halo

    Here is one of my more simple projects I made for school, it uses a java compiler but C coding. Source Removed

    Started by xWhite_Shadowx, 05-22-2008 07:39 PM
    • Replies: 3
    • Views: 4,007
    05-23-2008 03:06 AM Go to last post
  3. Inputs [C++]

    //Coded By SonniE #include <iostream> using namespace std; int main () { string variable; cout << "Welcome To SonniE's Program a...

    Started by SonniE, 05-22-2008 08:21 PM
    • Replies: 2
    • Views: 3,687
    05-25-2008 01:30 AM Go to last post
  4. Rock Paper Scissors!

    Here is one of the first projects I made as starting in C coding, so you may find it useful to read it over, its highly conditional based. import...

    Started by xWhite_Shadowx, 05-22-2008 07:43 PM
    • Replies: 6
    • Views: 6,628
    05-25-2008 02:36 AM Go to last post
  5. Temperature Converter [C++]

    Try it out HERE // SonniE's Temperature Converter a www.codinghs.com Original #include <iostream> using namespace std; int main() { ...

    Started by SonniE, 05-25-2008 06:38 AM
    • Replies: 0
    • Views: 3,207
    05-25-2008 06:38 AM Go to last post
  6. Area Calculator [C++]

    might come in handy if you have some geometry homework :Headbang: Download Here //SonniE's Area Calculator A WWW.codinghs.COM Original #include...

    Started by SonniE, 05-25-2008 07:38 AM
    • Replies: 3
    • Views: 5,577
    05-25-2008 03:03 PM Go to last post
  7. Gallon To Liter Converter[C++]

    i fixed this source up to work with vista and xp better if you would like to try the compiled version click HERE //Based off of McGraw-HiLL's...

    Started by SonniE, 05-26-2008 01:13 PM
    • Replies: 1
    • Views: 4,718
    05-27-2008 05:07 PM Go to last post
  8. CountDown [C++]

    you enter in a # then it will decrement until it reaches 0 //SonniE's CountDown #include <iostream> using namespace std; int main () { int...

    Started by SonniE, 05-25-2008 08:38 AM
    • Replies: 1
    • Views: 3,733
    05-27-2008 05:09 PM Go to last post
  9. Hello World [C++]Tutoral

    http://www.youtube.com/watch?v=zIcT0ngna14 i will define each line of that source in this post sometime this week

    Started by SonniE, 05-27-2008 07:48 PM
    • Replies: 1
    • Views: 3,448
    05-27-2008 08:00 PM Go to last post
  10. Right Triangle Side Finder [C++]

    This was coded by SonniE at 1am it works good Try it Here //Coded By SonniE An codinghs original #include <iostream> #include <cmath> using...

    Started by SonniE, 05-30-2008 01:40 AM
    • Replies: 0
    • Views: 4,963
    05-30-2008 01:40 AM Go to last post
  11. SonniE's Basic Calculator[C++]

    i made this today WS gave me the idea //SonniE's Calcultor a codinghs™ Original #include <iostream> #include <cmath> #include <string> using...

    Started by SonniE, 06-01-2008 03:40 AM
    • Replies: 0
    • Views: 2,771
    06-01-2008 03:40 AM Go to last post
  12. Funny input output {C++}

    //xr34p3rx #include <iostream> using namespace std; int main () { string variable; cout << "Who do u like?"; getline (cin, variable);...

    Started by xr34p3rx, 06-01-2008 03:58 AM
    • Replies: 2
    • Views: 3,745
    06-01-2008 04:18 AM Go to last post
  13. SonniE's Beeper[C++]

    ill release the source later but me and white shadow had fun with this Download and try it dont enter a HUGE # to make it quicker.

    Started by SonniE, 05-31-2008 08:38 PM
    • Replies: 9
    • Views: 7,156
    06-01-2008 11:32 PM Go to last post
  14. Real/Fake Addresser [C++]

    /* ------------SonniE's Real/Fake Addresser codinghs.COM Original Author: SonniE Created: June 1, 2008 */ #include <iostream> using namespace...

    Started by SonniE, 06-01-2008 11:52 PM
    • Replies: 0
    • Views: 2,556
    06-01-2008 11:52 PM Go to last post
  15. Any character to Hex.exe

    In this attachment it lets you type in a character and it will give you the hex value, not to use on Windows Vista! This is useful when you want a...

    Started by xWhite_Shadowx, 06-02-2008 12:40 AM
    • Replies: 1
    • Views: 935
    06-02-2008 04:11 AM Go to last post
  16. Character Value Converter[C++]

    i made this because ws made an anti vista version =p /* Name: Character Converter Author: SonniE Date: 02/06/08 04:11 Description:...

    Started by SonniE, 06-02-2008 04:19 AM
    • Replies: 0
    • Views: 1,769
    06-02-2008 04:19 AM Go to last post
  17. SonniE's Hex Calculator[C++]

    Made this in 10 mins on an all-nighter before school procrastinating =p /* Name: Hex Calculator Author: SonniE Date: 02/06/08 05:25 ...

    Started by SonniE, 06-02-2008 05:29 AM
    • Replies: 0
    • Views: 4,752
    06-02-2008 05:29 AM Go to last post
  18. Factorial

    White Shadow Sent Me an assignment he had in comp science it was Description: Write a program that allows the user to enter a number greater than...

    Started by SonniE, 06-02-2008 03:46 PM
    • Replies: 0
    • Views: 1,714
    06-02-2008 03:46 PM Go to last post
  19. Hex and Deci Converter[C++]

    /* Name: Hex/Deci Converter Author: SonniE Date: 02/06/08 18:50 */ #include <iostream> using namespace std; int main() {

    Started by SonniE, 06-02-2008 06:51 PM
    • Replies: 1
    • Views: 2,091
    06-02-2008 11:14 PM Go to last post
  20. Poll Poll: Tic Tac Toe.exe

    Download from the attachment, I made this in JAVA and finally found a way to make it an exe, sorry but my source is 29945 lines long and codinghs...

    Started by xWhite_Shadowx, 06-01-2008 11:01 PM
    • Replies: 4
    • Views: 1,315
    06-06-2008 09:24 PM Go to last post

+ Post New Thread
Page 1 of 7
1 2 3 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts