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...
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.
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.
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...
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.
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.
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...
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...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.