Search:

Type: Posts; User: ehj3000

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    7,925

    so how do i write my own version to it?

    so how do i write my own version to it?
  2. Replies
    6
    Views
    7,925

    alternative to strcmpi

    hello i am trying to compile my program but the compiler does not accept strcmpi()
    what is another function i can use???
  3. Replies
    5
    Views
    1,215

    but what about atoi to change the character to...

    but what about atoi to change the character to intergers?
  4. Replies
    5
    Views
    1,215

    character code value???

    why would i subtract from 48 to convert to the character code values
  5. Replies
    12
    Views
    1,571

    man he doesn't know wat he's talking about. dave...

    man he doesn't know wat he's talking about. dave i appreciate the help
  6. Replies
    12
    Views
    1,571

    i believe dynamic structue at run-time. it's...

    i believe dynamic structue at run-time. it's just got confusing when the i was typing the code in and can't get it read to the intergers when i run the program.



    struct salesData
    {
    char...
  7. Replies
    12
    Views
    1,571

    then i would make the structure read the strings...

    then i would make the structure read the strings lke this



    struct salesData sales = {"", "", ""};


    so i would just skip the interger at first and make a function read the pointer
  8. Replies
    12
    Views
    1,571

    is this wat u mean? struct salesData{...

    is this wat u mean?




    struct salesData{
    char city[10];
    char company[15];
    char name[20];
    };
  9. Replies
    12
    Views
    1,571

    then how would i also get it to read the strings...

    then how would i also get it to read the strings that are the same line?
  10. Replies
    12
    Views
    1,571

    input from text using structures

    hello i'm confused on how to start creating this program. I am clear on how to open and read a text file. The objective is to read the text file that starts with first line with the first variable...
Results 1 to 10 of 10