+ Post New Thread
Page 7 of 7
FirstFirst ... 5 6 7
Threads 121 to 134 of 134

Forum: Programming

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

  1. 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,043
    04-30-2010 12:50 AM Go to last post
  2. 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,038
    03-19-2010 11:59 PM Go to last post
  3. 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,599
    01-15-2009 08:35 PM Go to last post
  4. 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,953
    07-23-2008 01:11 PM Go to last post
  1. 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
  2. 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,154
    06-01-2008 11:32 PM Go to last post
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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

+ Post New Thread
Page 7 of 7
FirstFirst ... 5 6 7

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