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 strongm 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: Goku
  • Order by date
  1. Goku

    quick question

    alright. i have a program that inputs a data into a linked list. remove(list) { pointer->nextaddr=pointer->nextaddr->nextaddr; } this function removes the contents in a linked list. i need something where i can input a new list into the already existing list and then sort it by comparing the...
  2. Goku

    Function serach coded correctly, but outputs wrong data!

    alright here is my programming code. // program 12.4.6 // author: mike morales // objective: to take a two dimensional array, // and then sort's it's elements in ascending order, // and store them in a one dimensional array #include <iostream> #include<string> using namespace std; /*void...
  3. Goku

    loadVariables with Flash 4

    In Flash 5 manual is described how to load variables by a .txt file (using loadVariables(&quot;namefile.txt&quot;) ) Their loading is asyncronous with any event and I can use that variables only after they're loaded. So the problem is: how can I know when they are loaded to use them? Please...

Part and Inventory Search

Back
Top