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 dencom 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: *

  1. qiqinuinaifen128

    How to check whether the string is number?

    Hi all is anybody know how to check whether the string is number? Many thanks Singapore Swimming Lessons http://www.swimmingclasses.com.sg
  2. qiqinuinaifen128

    split text

    How can i split the text that key in by user, for example if the user key in "MoveForward To 123", how can i split the "MoveForward" to one field, "To" in to one field and 123 in to another field.. below is my simple print and scanf char y; printf("Please Enter Your Command:"); scanf("%s"...
  3. qiqinuinaifen128

    interpreter

    Hi there, is anybody using c writing an interpreter before? i want to interpret a string which key by user, What command should i use? Singapore Swimming Lessons http://www.swimmingclasses.com.sg
  4. qiqinuinaifen128

    Debugger Exception Notification

    Hi there, Below is my code, when i run it it show this error" Debugger Exception Notification" can anyone give me suggestion. Thank You. #pragma hdrstop #pragma argsused #include <stdio.h> #include <conio.h> #include "string.h" char **word; int i; void add( char *newWord ) { word[ i ] =...
  5. qiqinuinaifen128

    Array Question

    Hi there, If want to store "MoveForward" in an array, let's say i want to store it at this array X[1000], what command should i use? Thank for reply^_^ Singapore Swimming Lessons http://www.swimmingclasses.com.sg
  6. qiqinuinaifen128

    Pointer to Array

    Hi there, i need help for the pointer to array...Actually i have create my hash table and i can successfully get the hash key for the word i want to store, now i want to create a one dimension array and i use below command to create my hashtable, get the hashkey and add the word that i want...
  7. qiqinuinaifen128

    Analyze Code

    x = note [1000]; x[0].function(); What is the meaning? Singapore Swimming Lessons http://www.swimmingclasses.com.sg
  8. qiqinuinaifen128

    Pointer to Array

    Hi there, i need help for the pointer to array...Actually i have create my hash table and i can successfully get the hash key for the word i want to store, now i want to create a one dimension array and i use below command to create my hashtable, get the hashkey and add the word that i want...
  9. qiqinuinaifen128

    Hashing Table

    Dear all, I have a question about hashing,i have create an hash table, and inserting the word and get the hashing key already. Now i want to store my function in to the node, what should i do? Any recommend would appreciate. Best Regard Thank You. Singapore Swimming Lessons...

Part and Inventory Search

Back
Top