+ Post New Thread
Page 12 of 28 FirstFirst ... 2 10 11 12 13 14 22 ... LastLast
Threads 221 to 240 of 553

Forum: General Programming Questions

This is where non-security related programming questions belong!

  1. "Lambda" method in Java

    I have been discussing building a calculator that will be infinitely superior in quality (both user quality and mathematical capability) to...

    Started by Arkimedes‎, December 16th, 2005 04:08 AM
    • Replies: 1
    • Views: 436
    December 19th, 2005, 03:03 AM Go to last post
  2. C/C++ : GCC or CL compilers

    hi everyone can somebody explain in detail the "C/C++ : GCC or CL compilers". like what it is? why are they used for? there feature,...

    Started by codenamevirus‎, December 12th, 2005 09:33 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 807
    December 18th, 2005, 06:50 PM Go to last post
  3. Generating a sequence of numbers - C++

    I'm trying to generate a sequence of random numbers where each number in the sequence is random. The language of choice is C++. Example: Generate...

    Started by AxessTerminated‎, December 18th, 2005 03:40 AM
    • Replies: 3
    • Views: 784
    December 18th, 2005, 06:29 AM Go to last post
  4. Trouble with Java + Oracle

    I can't get my program to connect to the Oracle Server at my school where I have my database located. I was given a user name and password, used...

    Started by warriorfan808‎, December 15th, 2005 08:05 AM
    • Replies: 1
    • Views: 302
    December 18th, 2005, 06:20 AM Go to last post
  5. sys files

    Hi, I was wornding if any one could point me in the right direction for programing system files. The reason I am interested in this is because I was...

    Started by Riot‎, December 11th, 2005 06:30 AM
    • Replies: 4
    • Views: 564
    December 14th, 2005, 06:44 PM Go to last post
  6. Idea how to make PHP/MySQL...

    Anybody can help to give an idea or source code of login, index, main & logout.php... thanks.....

    Started by rerimando‎, December 14th, 2005 07:14 AM
    • Replies: 1
    • Views: 528
    December 14th, 2005, 09:24 AM Go to last post
  7. Making C++ operators

    I am thinking about making some operators in C++, but I have no clue how to approach it. Something for "to the power of". Alternatively, I could...

    Started by Arkimedes‎, December 13th, 2005 03:06 AM
    • Replies: 4
    • Views: 529
    December 13th, 2005, 07:07 PM Go to last post
  8. Hex editors

    Good evening, What does everyone use (those who use them) as hex editors. Just looking for something thats easy to use, but somewhat powerful...

    Started by mobby‎, December 12th, 2005 03:07 AM
    • Replies: 3
    • Views: 703
    December 12th, 2005, 01:25 PM Go to last post
  9. What software do you use...

    If you want to find out what language has been used to write a software (i.e. VBA, C++ etc.) I am sure I have read something about that on some...

    Started by TheNovice‎, December 10th, 2005 12:47 AM
    • Replies: 5
    • Views: 761
    December 10th, 2005, 10:29 AM Go to last post
  10. Any Body Know A Good Java GUI Builder?

    I have been looking for sometime for a good java GUI builder; all the ones I have found have been pretty bad, I feel like I am missing an obvious...

    Started by acp26b‎, December 1st, 2005 06:40 AM
    • Replies: 6
    • Views: 667
    December 8th, 2005, 05:01 AM Go to last post
  11. Windows GUI + winsock

    Hello everyone! I've been working on a small project recently,which aimed to work under Windows.The whole idea is to make a programme that alert you...

    Started by piotrek_no_1‎, December 6th, 2005 01:34 PM
    • Replies: 6
    • Views: 2,371
    December 7th, 2005, 10:41 AM Go to last post
  12. VB .net question

    I am writing my first VB .net program and want to know, how I can recognise when someone presses the return key when a specific text box has focus....

    Started by TTAYO‎, December 4th, 2005 07:45 PM
    • Replies: 2
    • Views: 725
    December 5th, 2005, 10:01 AM Go to last post
  13. General C Question

    Hi I am using a very primitive veersion of C++ which is Borland Turbo C++ 3.0 I want to ask who makes the .exe and the .obj files after the...

    Started by Mystery Man‎, November 24th, 2005 12:42 PM
    • Replies: 2
    • Views: 556
    December 4th, 2005, 03:10 PM Go to last post
  14. starting suggestions?

    I want to create a small program but don't know where to start. I have no programming experience but am generally pretty good at teaching myself...

    Started by Faqt‎, November 4th, 2005 05:56 AM
    • Replies: 2
    • Views: 677
    December 4th, 2005, 02:44 AM Go to last post
  15. VB6 Winsock

    Can anyone tell me how to connect to a remote computer if it's on a network. If I put in the network adress it doesn't connect, and if I put in the...

    Started by cyb3rl0rd1867‎, December 2nd, 2005 09:10 PM
    • Replies: 0
    • Views: 526
    December 2nd, 2005, 09:10 PM Go to last post
  16. SQL help needed

    /*I can't get my code to run with mysql. I'm not sure what I did wrong. */ DROP TABLE courses; DROP TABLE students; DROP TABLE instructors;...

    Started by warriorfan808‎, November 27th, 2005 07:04 AM
    • Replies: 4
    • Views: 393
    November 28th, 2005, 08:50 PM Go to last post
  17. Partial Derivatives in LISP

    So my old friend and archnemisis is building a calculator, but with LISP (more specifically, the SCHEME dialect). He has come to a problem with...

    Started by Arkimedes‎, November 25th, 2005 09:06 PM
    • Replies: 1
    • Views: 462
    November 27th, 2005, 12:41 AM Go to last post
  18. Code for Computer price sheet

    I'm currently building a webpage with javascript with numerous computer parts where a customer can choose parts to suit thier needs for a computer...

    Started by jeff_okeeffe‎, November 24th, 2005 11:26 PM
    • Replies: 2
    • Views: 566
    November 25th, 2005, 10:45 AM Go to last post
  19. Euclidean Algorithm to gind GCD in C++

    We are being taught RSA encryption in our school. The teacher told us to write a lame program in C++. It need not be ultra-strong 1024-bit...

    Started by pi><boy‎, November 23rd, 2005 07:23 AM
    • Replies: 5
    • Views: 739
    November 24th, 2005, 04:23 PM Go to last post
  20. java executables

    Hi all, Since I have gotten very effective and concise answers here at AO, I have decided to post the following: I am new to Java. I was...

    Started by johnnymier‎, October 27th, 2005 10:37 PM
    • Replies: 6
    • Views: 709
    November 22nd, 2005, 08:34 AM 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