Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Chemakill
  • Content: Threads
  • Order by date
  1. Chemakill

    Here's a new error

    I have a simple program. It creates two arrays of random numbers (parallel) and then runs them through bubblesort and minsort functions. The problem is, halfway through the minsort function, it gets a very strange error popup box that states something along the lines of declaring and...
  2. Chemakill

    Counting Time

    Hey, can someone provide me with syntax/a code example of a timer function that'll enable me to start timing, then finish timing after an event to determine it's duration? Thx.
  3. Chemakill

    Counting time

    Can someone give me the syntax/a code example of a timer function, where I could start and end a timer to determine the length of time a given operation took? Thx.
  4. Chemakill

    Syntax for random number function

    I know there is a random number function, and I knew how to use it, but the school's wonderful, up to date machines do not have help installed (to save hard drive space) so could someone please post a good syntax example for the rand() command? I need to generate 10,000 numbers to be inputted...
  5. Chemakill

    Sorting Algorithms

    Can anyone point me to a good site or tutorial on them? Specifically, I need to research BubbleSort, Insertion Sort, Selection Sort. Any help would be greatly appreciated.
  6. Chemakill

    Sorting Algorithms

    Can anyone point me to a good site or tutorial on them? Specifically, I need to research BubbleSort, Insertion Sort, Selection Sort. Any help would be greatly appreciated.
  7. Chemakill

    Listing all nodes in a 'Tree'

    How do I do it? It's simple finding nodes and adding new nodes, but how does one list all nodes? I'd prefer to do it without recursion, although I realize that that's a popular method. Also, a question about deleting nodes. My method was to make the previous node's left and right links...
  8. Chemakill

    Listing all nodes in a 'Tree'

    How do I do it? It's simple finding nodes and adding new nodes, but how does one list all nodes? I'd prefer to do it without recursion, although I realize that that's a popular method. Also, a question about deleting nodes. My method was to make the previous node's left and right links equal...
  9. Chemakill

    Dynamic Link Listing (deleting nodes question)

    Can anyone tell me how (and provide syntax) to delete a node in a dynamic link list? I used new to create nodes, the nodes are structures with forward links (next) and back linking (link). I can create and view all nodes easily, but cannot seem to find the proper way to delete them. So if...
  10. Chemakill

    Two computers networked, both win98 SE, want to share internet access

    I got two computers on a network both using Win98 SE. I want to set it up so that if one is connected (standard telephone dial up) the other will recognize this and let me browse/dl/whatever, and if one isn't already connected it will know to dial up. I have them both running TCP/IP and...
  11. Chemakill

    How do I send email in VB?

    I got VB6.0 and I need to know how to write a program that can send email. I know how to take the data from a text box, etc. put it into a string, but how do I actually send it as email? I have no clue here, so I need to know how to address, deal with an SMTP server, etc.

Part and Inventory Search

Back
Top