+ Post New Thread
Page 3 of 7
FirstFirst 1 2 3 4 5 ... LastLast
Threads 41 to 60 of 134

Forum: Programming

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

  1. 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: 11,498
    01-15-2009 08:35 PM Go to last post
  2. 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: 12,946
    07-23-2008 01:11 PM Go to last post
  3. 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: 30,339
    04-30-2010 12:50 AM Go to last post
  4. 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,838
    03-19-2010 11:59 PM Go to last post
  1. My Web Browser

    This is my Web Browser i made in VB Hope you guys like. Direct Download: http://mvdindustries.googlepages.com/Mywebbrowser.exe +rep if you...

    Started by solowestside, 01-22-2009 07:46 PM
    • Replies: 4
    • Views: 3,498
    03-03-2009 12:05 AM Go to last post
  2. log in

    I made this log in page There are a few bugs just wanted to show you guys Gonna fix them later: Direct Download:...

    Started by solowestside, 01-22-2009 11:40 PM
    • Replies: 0
    • Views: 1,463
    01-22-2009 11:40 PM Go to last post
  3. fake virus scan

    Stop button isnt working but ill repost the modded version Just check it out: Direct Download:...

    Started by solowestside, 01-22-2009 10:43 PM
    • Replies: 3
    • Views: 3,219
    04-09-2009 02:48 AM Go to last post
  4. Screen Shot Maker

    Thanks to MADINDUSTRIES for helping with this code: It has a save feature so you can post the screen shot: ...

    Started by solowestside, 01-24-2009 11:47 PM
    • Replies: 2
    • Views: 1,919
    01-27-2009 05:12 AM Go to last post
  5. Joke Log

    Sonnie and I worked on this Program hope you guys like: This program saves a log with the username and password in a .txt file...

    Started by solowestside, 03-03-2009 03:54 AM
    • Replies: 1
    • Views: 2,110
    03-04-2009 03:37 PM Go to last post
  6. Matrix Effect

    My first C# prog. so its not the best: Hope you guys like: http://img528.imageshack.us/img528/7783/85158040.png Download:...

    Started by solowestside, 03-07-2009 03:45 PM
    • Replies: 2
    • Views: 2,497
    03-12-2009 10:52 PM Go to last post
  7. My d0s tool

    People couldnt stop hateting so i deleted this post.....

    Started by solowestside, 04-07-2009 02:02 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 8,920
    04-09-2009 01:04 PM Go to last post
  8. 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: 6,133
    01-22-2011 06:59 PM Go to last post
  9. 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,810
    05-27-2008 05:07 PM Go to last post
  10. 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,803
    05-25-2008 01:30 AM Go to last post
  11. 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,701
    05-25-2008 03:03 PM Go to last post
  12. 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,385
    06-01-2008 11:32 PM Go to last post
  13. 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,850
    06-01-2008 03:40 AM 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,640
    06-01-2008 11:52 PM Go to last post
  15. Text To Hex Converter[C++]

    This is similar to my Char to hax/deci but u can do a string such as a word the value generated is same value as u would see in nitepr or ps2dis ...

    Started by SonniE, 06-02-2008 04:42 AM
    • Replies: 7
    • Views: 5,200
    07-03-2008 02:40 PM Go to last post
  16. Visual Basic Guide

    This is a PDF of OReilly Programming Visual Basic 2008 Looks very well put together, a good read if you are looking to learn Visual Basic(VB) or...

    Started by SonniE, 09-01-2008 02:36 AM
    • Replies: 5
    • Views: 3,619
    10-13-2008 06:26 PM Go to last post
  17. SonniE's Subroutine Addresser

    Automatically Formats(nitepr style) a shell with ordered address's so you don't have to manually copy paste. saves a lot of time i use it when i make...

    Started by SonniE, 09-26-2008 02:03 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 7,692
    10-02-2008 04:37 PM Go to last post
  18. C# TicTacToe[Console]

    made this for Comp Sci Class eh try it find any bugs post em here... http://www.youtube.com/watch?v=oBEtRDtsRIU

    Started by SonniE, 10-21-2008 11:08 PM
    • Replies: 4
    • Views: 5,226
    10-25-2008 11:29 PM Go to last post
  19. SonniE's TicTacToev2.00

    This is my best program so far in my opinion it has Player v Player and Player v Compter with difficulty settings Easy/Hard i cant beat it on hard if...

    Started by SonniE, 10-27-2008 03:09 AM
    • Replies: 4
    • Views: 2,441
    03-19-2009 02:29 PM Go to last post
  20. C# Keygen Tutorial

    This is based off of Vision's VB6 tut uses same keys i recoded it in C# when i was bored. This does NOT teach you how to find keys for an application...

    Started by SonniE, 08-20-2009 02:34 PM
    • Replies: 2
    • Views: 6,504
    08-20-2009 02:36 PM Go to last post

+ Post New Thread
Page 3 of 7
FirstFirst 1 2 3 4 5 ... 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