+ Post New Thread
Page 8 of 12 FirstFirst ... 6 7 8 9 10 ... LastLast
Threads 141 to 160 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. C Programming

    Hi All Does anyone know what the sourcecode in C would be for the following program ? . it simply has to display the following table. ...

    Started by mooret‎, March 15th, 2004 01:27 AM
    • Replies: 2
    • Views: 841
    April 10th, 2004, 06:02 PM Go to last post
  2. Assembly Language Help

    Hey im been writing an assembly progg the program is a password progg for about a week and i am having some problems here is the instructions for...

    Started by Cube3k‎, March 28th, 2004 10:56 PM
    • Replies: 1
    • Views: 1,065
    April 2nd, 2004, 08:24 AM Go to last post
  3. Request Value from table..

    Hi all, I dont what is command to request the value from table and display them in textbox. This what I have (Access); Table Name : -...

    Started by JohnHACK‎, March 31st, 2004 04:31 AM
    • Replies: 2
    • Views: 706
    March 31st, 2004, 01:26 PM Go to last post
  4. Dev-C++ Compiler

    Hi, I am just starting to learn about C++ and have bought a book (SAMS Teach yourself C++) it had a cd that came with it which has the Dev-C++...

    Started by Nokia‎, March 21st, 2004 09:38 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,308
    March 30th, 2004, 08:15 PM Go to last post
  5. java BankGUI

    I've got an assignment in uni, and I wanted to see what you think of this program. Oh god...this is getting sad - I'm actually starting to hog the...

    Started by gothic_type‎, March 23rd, 2004 10:07 AM
    • Replies: 7
    • Views: 709
    March 25th, 2004, 03:34 PM Go to last post
  6. network programming

    Hello: I am currently in a project that involves net programming inC. The part I must solve is how to read chunks from a given file, and then pack...

    Started by johnnymier‎, March 17th, 2004 03:46 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,881
    March 24th, 2004, 12:57 AM Go to last post
  7. Help with memory addressing

    Im having dificulty understanding memory addressing during function calls in c/c++ An article states that a frame pointer inside the stack sits...

    Started by journy101‎, March 16th, 2004 06:17 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 1,193
    March 21st, 2004, 08:44 PM Go to last post
  8. Java X and O game

    Hey everyone, I decided to write a java X and O game and wanted to share it with everyone. I'm sure there are still bugs in it, but someone might...

    Started by gothic_type‎, March 17th, 2004 08:00 PM
    • Replies: 6
    • Views: 884
    March 21st, 2004, 12:22 AM Go to last post
  9. Size of File in C

    Hi All, I recently created a program that replaces the contents of a file with different contents. One of my requirements was that the file was...

    Started by dspeidel‎, March 19th, 2004 07:03 PM
    • Replies: 1
    • Views: 2,062
    March 20th, 2004, 02:30 PM Go to last post
  10. Handling Exceptions Help

    Im writing a java application for my biology class on epidemiology(study of viruses; not computer) When i try to assign a variable before, in and...

    Started by mikem0327‎, March 7th, 2004 10:00 PM
    • Replies: 2
    • Views: 554
    March 17th, 2004, 08:32 PM Go to last post
  11. C header files question

    Hi, I am currently starting out in the subject of network programming in C. From looking at code examples I found this: #include "unp.h" What...

    Started by johnnymier‎, March 16th, 2004 03:32 AM
    • Replies: 1
    • Views: 673
    March 16th, 2004, 05:36 AM Go to last post
  12. bug [incorrect incrementation of variable]

    K so I was having fun writing a little steganographic application, but one of the member functions is giving me a hard time. In the code below: ...

    Started by hypronix‎, March 10th, 2004 08:02 AM
    • Replies: 7
    • Views: 691
    March 16th, 2004, 01:59 AM Go to last post
  13. Javascript game keys not working the way they should

    Why doesn't this code register the fact that you hold a key down. If you run it, and you press a button to move the balls around, it doesn't keep...

    Started by kryptonite0110‎, March 16th, 2004 12:51 AM
    • Replies: 0
    • Views: 707
    March 16th, 2004, 12:51 AM Go to last post
  14. Big O Notation

    I'm having a hard time understanding the concept of big O notation. I've looked it up on google, and I understand it expalins the complexity of an...

    Started by phase1retaliate‎, March 13th, 2004 05:43 AM
    • Replies: 1
    • Views: 1,195
    March 13th, 2004, 12:01 PM Go to last post
  15. API-Guide

    I'm not sure how many of you know about this app... I searched AO and found nothing on it. http://www.mentalis.org/agnet/apiguide.shtml ...

    Started by mjk‎, February 11th, 2004 02:48 AM
    • Replies: 6
    • Views: 868
    March 13th, 2004, 01:47 AM Go to last post
  16. Question hashCode() algorithm

    Does anybody know the algorithm that java uses to get the hashCode for the built in hash table...or can any body give me the source code for that...

    Started by lupdawg‎, February 25th, 2004 10:51 PM
    • Replies: 3
    • Views: 1,866
    March 9th, 2004, 01:05 AM Go to last post
  17. C++ function address to as a parameter

    Does anybody know if it is possible in C++ to send the address of a function as a parameter to a function. Example foo( void* a, int lenght i,...

    Started by Q-bel‎, February 25th, 2004 06:40 PM
    • Replies: 5
    • Views: 3,136
    March 8th, 2004, 10:07 PM Go to last post
  18. C# RunTime Error!

    i added a linklabel and i added this code System.Diagnostics.Start.Process ( " IExplore", " http:// www.blabla.com"); it throws an exception...

    Started by th3 X-cution3r‎, March 5th, 2004 12:02 PM
    • Replies: 1
    • Views: 846
    March 8th, 2004, 10:04 PM Go to last post
  19. .bat question (right forum?)

    Ok, I have this .bat file that I'm working on and I wanted to see if you guys could give me some pointers. netstat -ano | find "1025" That...

    Started by Never_Assume‎, March 6th, 2004 02:59 AM
    • Replies: 1
    • Views: 902
    March 7th, 2004, 11:39 PM Go to last post
  20. Oracle help!!!!

    I can't create a trigger in the following code. The one in there now never says trigger created and just goes on and on. Its keeps giving me the...

    Started by hjack‎, March 7th, 2004 08:20 PM
    • Replies: 0
    • Views: 1,045
    March 7th, 2004, 08:20 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