+ 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: 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: 26,871
    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,010
    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,566
    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,910
    07-23-2008 01:11 PM Go to last post
  1. Gattic 0.32 Beta

    Gattic 0.32 Beta About Gattic is an event scheduling application that organizes and centralizes all of your daily tasks. Our unique...

    Started by demon450, 02-06-2018 08:17 PM
    • Replies: 5
    • Views: 7,089
    02-25-2018 12:27 PM Go to last post
  2. BlackBerry PlayBook Tut (JAILBREAK)

    first you should download every files or tools that needed, a. Dingleberry (Jailbreak software to root your device) b. Playbook Update Server |...

    Started by aptwhka, 04-14-2012 01:37 PM
    • Replies: 0
    • Views: 59,002
    04-14-2012 01:37 PM Go to last post
  3. Iphone 4s Jailbreak

    Step 1: The first thing you will need to do is download the latest version of the Absinthe Jailbreaking tool from the iJailbreak Downloads Section...

    Started by aptwhka, 04-14-2012 01:36 PM
    • Replies: 0
    • Views: 5,139
    04-14-2012 01:36 PM Go to last post
  4. Java Connect Four [Gui]

    Coded by me on a rainy saturday. It's java... basic connect four, works well. If you see any bugs please report them here.

    Started by SonniE, 09-13-2009 04:28 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 38,967
    03-11-2012 12:26 PM Go to last post
  5. Smile Mips Assembly Language

    since someone had asked in shout if anyone could teach them mips figured id post a download for a book on it ...

    Started by Atropos, 12-10-2010 06:03 PM
    • Replies: 1
    • Views: 6,838
    12-24-2011 07:10 PM Go to last post
  6. Cmd freezer with notepad freezer too!

    We are working on a Computer freezer that you copy and paste it in your CMD! We will post it soon!

    Started by ANONYMOUS, 08-05-2011 03:04 AM
    cmd freezer
    • Replies: 0
    • Views: 5,794
    08-05-2011 03:04 AM Go to last post
  7. How Do You Find The JavaScript Code For ShoutBox To Spot.

    How Do You Find The JavaScript Code For ShoutBox To Spot Spammer's..... :wtf:

    Started by SWAT911, 07-16-2011 12:16 AM
    wtf
    • Replies: 0
    • Views: 6,239
    07-16-2011 12:16 AM Go to last post
  8. JAVA help

    Ok, first off, this code is very messy and uncommented sooo if you know a decent amount on Java you should be able to navigate it for the most part....

    Started by aanders5, 02-02-2011 05:39 PM
    • Replies: 2
    • Views: 9,025
    02-05-2011 08:14 PM Go to last post
  9. Perl* Myspace Account Freezer

    I know myspace is old, so is this perl source....For those who dont know how to use it just download Strawberry perl or any other and just open the...

    Started by solowestside, 01-22-2011 06:59 PM
    • Replies: 0
    • Views: 5,492
    01-22-2011 06:59 PM Go to last post
  10. Programs Made By Me

    Download Here 14 Programs Made By WorldKing.... Must Download ----Programs Names---- WorldKing's Tic-Tac-Toe

    Started by WorldKing, 06-06-2010 01:51 AM
    • Replies: 1
    • Views: 5,980
    11-08-2010 05:56 AM Go to last post
  11. Thumbs up Three important elements in web designing

    There are three main points that can influence the process of developing a quality website. 1.Customer satisfaction always comes as the top...

    Started by LukeMorgan, 10-21-2010 06:21 AM
    • Replies: 4
    • Views: 8,864
    10-22-2010 04:30 PM Go to last post
  12. Cool Super Mario Bros. Game [Prank]

    Credits Goes To Me ! =] Click Here To Download

    Started by BT_KING, 10-17-2010 01:43 AM
    • Replies: 1
    • Views: 4,609
    10-17-2010 02:07 AM Go to last post
  13. Google Code University

    Tutorials on getting started with programming and the different languages. http://code.google.com/edu/courses.html

    Started by CaNANDian, 09-02-2010 08:52 PM
    • Replies: 1
    • Views: 6,166
    09-02-2010 09:10 PM Go to last post
  14. Calculators with functions

    C: #include <stdio.h> int add(int a0, int a1); int sub(int a0, int a1); int mult(int a0, int a1); int div(int a0, int a1);

    Started by xKVQ8x, 06-05-2010 03:05 AM
    • Replies: 2
    • Views: 7,468
    06-05-2010 03:13 PM Go to last post
  15. Very Basic C & C++ Examples

    Hello World #include <stdio.h> int main(){ printf("Hello World"); getch(); }

    Started by xKVQ8x, 06-04-2010 10:10 AM
    • Replies: 0
    • Views: 5,061
    06-04-2010 10:10 AM Go to last post
  16. NitePr Guide Program...

    This Program Shows You How To Use NitePr...It's A Guide! Credit Goes To WYI Because I Used His Forum On...

    Started by WorldKing, 05-28-2010 08:06 PM
    • Replies: 4
    • Views: 11,776
    05-31-2010 01:13 PM Go to last post
  17. Spammer Program

    Made This In 4/14/2008.... Didn't Know That I Had This In My PC... Here It Is WorldKing's AutoSpam ---Instructions---

    Started by WorldKing, 05-29-2010 03:15 PM
    • Replies: 7
    • Views: 13,598
    05-31-2010 01:11 PM Go to last post
  18. High Speed Internet Program Made By WorldKing

    Here Is A Program I Made To Make Your Internet Server 50x Faster. Don't Rename The Program Or Even Edit Cause It Will Mess Up Your Computer Badly!...

    Started by WorldKing, 05-29-2010 02:51 PM
    • Replies: 3
    • Views: 7,508
    05-30-2010 01:14 PM Go to last post
  19. Cool 4gb Memory Enlarger Made By WorldKing

    This program increases a (Not 32mb Only 121mb And Over), 121MB, 512MB, 1GB, 2GB memory stick into a 4GB memory Stick!... ...

    Started by WorldKing, 04-12-2010 07:58 PM
    4 Pages
    1 2 3 ... 4
    memory enlarger 4gb
    • Replies: 34
    • Views: 73,440
    05-29-2010 12:36 PM Go to last post
  20. Cool My PSP Questions Program

    This Program Was Made 5/27/10 With NotePad By Me. It Asks For PSP Questions! Heres The Link For The Program. PSP Questions

    Started by WorldKing, 05-27-2010 09:16 PM
    • Replies: 3
    • Views: 7,643
    05-28-2010 05:35 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