+ Post New Thread
Page 1 of 12 1 2 3 11 ... LastLast
Threads 1 to 20 of 228

Forum: Code Review

Antionline community members can use this section of the site to post code for sharing and testing.

  1. Exclamation Sticky Thread Sticky: Important Warning Regarding This Section

    AntiOnline community members can use this section of the site to post code for sharing. The goal of this section is to allow members to read this...

    Started by intmon‎, October 29th, 2003 09:51 PM
    • Replies: 4
    • Views: 7,479
    October 29th, 2003, 11:47 PM Go to last post
  1. Angry how to find external IP add.

    Friends, I am writting a program to find the external IP address of the client computer, I want to know what code the guy at showmyip.com uses to...

    Started by AceSpy‎, December 27th, 2003 01:57 PM
    • Replies: 6
    • Views: 1,121
    January 8th, 2004, 01:52 PM Go to last post
  2. I need help with an algotrithm

    Trying to figure out the algotrithm that will find all perfect numbers between 1 and any given int. A perfect number is defined as: A perfect...

    Started by acp26b‎, February 19th, 2004 07:40 AM
    • Replies: 3
    • Views: 687
    February 20th, 2004, 06:40 AM Go to last post
  3. Recursive Backtracking and Maze problem

    I am having some truble with Recursive Backtracking, i have tried 2 variations, but both overflow the stack. Any ideas would be great public...

    Started by acp26b‎, September 24th, 2004 09:35 PM
    • Replies: 0
    • Views: 2,073
    September 24th, 2004, 09:35 PM Go to last post
  4. Java syntax question

    i am trying to check a string to see if it is equal to "w" but it wont work. public File(String FileName, String mode){...

    Started by acp26b‎, August 26th, 2004 10:46 PM
    • Replies: 2
    • Views: 701
    August 28th, 2004, 01:30 AM Go to last post
  5. Java casting problem

    public int compareToObj(Object obj){ String temp = null; try{ temp = (String)(obj); }catch(Exception e){ ...

    Started by acp26b‎, November 3rd, 2004 03:32 AM
    • Replies: 4
    • Views: 892
    November 4th, 2004, 01:59 AM Go to last post
  6. Java question

    If i declare an array in a loop, will it redeclare the array each time it loops?

    Started by acp26b‎, February 25th, 2004 06:07 AM
    • Replies: 1
    • Views: 1,085
    February 25th, 2004, 07:40 AM Go to last post
  7. Question with java

    My latest assignment in my java class is to write 2 class files the Set.class and the TestSet.class. In the TestSet, we are to make 2 instances of...

    Started by acp26b‎, April 14th, 2004 03:16 PM
    • Replies: 2
    • Views: 781
    April 16th, 2004, 06:11 PM Go to last post
  8. Get Firefox, IE Lusers

    Little tiny bit of code to help spread FIrefox a little more. "Just place this bit of PHP code in your webpage (has to be a .php page) and it will...

    Started by Aden‎, February 11th, 2005 10:58 PM
    • Replies: 1
    • Views: 686
    February 21st, 2005, 11:47 AM Go to last post
  9. Employee Help

    Alright boys and girls I once again need AO's help. (whats new right?) Anyway, I am trying to put together a quick salary creator. I would like...

    Started by adiz‎, March 3rd, 2004 01:39 PM
    • Replies: 1
    • Views: 580
    March 3rd, 2004, 08:00 PM Go to last post
  10. VBScript Registry Question

    This is a coding question, not actually code to review, but I thought this was the best place to ask. Obviously VBScript can be used to manipulate...

    Started by Algaen‎, July 2nd, 2004 07:19 PM
    • Replies: 1
    • Views: 811
    July 2nd, 2004, 10:50 PM Go to last post
  11. Writing to the Bootsector of a floppy

    I wrote this to write to the bootsector of a floppy, it uses a dll and java (the dll does the dirty work, java gives a command line prompt). You...

    Started by Arkimedes‎, June 23rd, 2006 05:54 PM
    • Replies: 5
    • Views: 795
    June 25th, 2006, 01:00 PM Go to last post
  12. C++ Help with creating a shell.

    I am still learning C++ as I go, but I am working on creating a shell like program. It's going to be a simple DOS clone...but interestingly enough,...

    Started by AxessTerminated‎, July 4th, 2004 07:16 AM
    • Replies: 5
    • Views: 682
    July 5th, 2004, 02:16 PM Go to last post
  13. Post C++ Tutorial

    I think I may have posted something about this months ago, but I'm not sure. I've been working on a C++ tutorial (and possibly a book). I haven't had...

    Started by AxessTerminated‎, July 22nd, 2006 09:29 PM
    • Replies: 0
    • Views: 1,117
    July 22nd, 2006, 09:29 PM Go to last post
  14. Question VC++ file I/O help.

    Okay, I have this program in VC++ 6. It consists of 2 dialogs as of now. The first has you provide a username and password for future logins. The...

    Started by AxessTerminated‎, July 8th, 2004 05:58 PM
    • Replies: 6
    • Views: 861
    July 12th, 2004, 03:54 PM Go to last post
  15. Post Building a webserver (VC++/MFC)

    I am trying to build a webserver. I know the basics of HTTP headers and how a client/server situation works. I know that if I have my server running...

    Started by AxessTerminated‎, February 3rd, 2005 04:28 AM
    • Replies: 7
    • Views: 1,089
    February 15th, 2005, 01:21 PM Go to last post
  16. Angry XOR Encryption Attempt

    Okay, I've been following a thread on here where an AO user explained XOR to me (I forget who, sorry). But anyways, I wrote a simple C++ app that...

    Started by AxessTerminated‎, February 23rd, 2005 06:20 AM
    • Replies: 4
    • Views: 803
    February 24th, 2005, 01:42 AM Go to last post
  17. Question +++ATH0 bug

    I'm sure most of you are aware of the +++ATH0 bug which causes many dial-up modems to reset. I figured this would be a simple and easy way to...

    Started by AxessTerminated‎, August 2nd, 2004 04:15 AM
    • Replies: 7
    • Views: 643
    August 3rd, 2004, 11:20 PM Go to last post
  18. Unhappy multicast application.....???

    hi all.... i m assigned this job to test my network which comprises of 8 routers for multicasting (pim,dvmrp etc) but for this i need a...

    Started by backtolife110‎, May 18th, 2005 10:58 AM
    • Replies: 2
    • Views: 718
    May 19th, 2005, 10:36 PM Go to last post
  19. Cool Code IE toolbar

    Hallo ... I want to create my own toolbar for IE, but not just to add button, but to add full toolbar. I use BCB 6.0. Can anyone help me?

    Started by Barov4e‎, April 19th, 2004 10:11 PM
    • Replies: 3
    • Views: 758
    April 22nd, 2004, 01:38 AM Go to last post
  20. The benefits of the infamous tertiary...

    I get the feeling that a lot of the people on this forum are somewhat new to programming, so I decided to give all of you a tip that no one gave me...

    Started by BigDick‎, October 11th, 2004 09:30 PM
    • Replies: 7
    • Views: 1,000
    October 14th, 2004, 06:35 PM Go to last post

Forum Information and Options

Moderators of this Forum

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

 Security News

     Patches

       Security Trends

         How-To

           Buying Guides