Search:

Type: Posts; User: anatazi

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,594

    so ptr is a pointer to the array data, right?...

    so ptr is a pointer to the array data, right? since that's what readtopps returns.
  2. Replies
    3
    Views
    3,594

    Function to read data from file to array

    Hi everyone,
    I am writing a function that will read int numbers from a file and store the numbers into an array, but I an having a hard time with it. on of the problems being that I need it to...
  3. Replies
    5
    Views
    1,619

    Thank you guys. I just have a quick question on...

    Thank you guys. I just have a quick question on the correction. why is it does not print the changed string if I pass it to it the way I did.
    Thanks
  4. Replies
    5
    Views
    1,619

    somethingwrong with insert program

    Hi all,
    I wrote the following program to insert one string into another at a location specified by an integer n.
    The program compiles without errors but does not produce the desired results, just...
  5. Replies
    4
    Views
    1,329

    Got it!

    Thanks for the help, I finally got it to work!
  6. Replies
    4
    Views
    1,329

    Question on for loop

    Hi all, My question may sound silly but please bear with me , I am new at this. I am having trouble making a for loop output what I would like it to output.
    In my code, the age of the user is passed...
Results 1 to 6 of 6