Search:

Type: Posts; User: darsh1120

Search: Search took 0.00 seconds.

  1. I haven't tried it, but I had the idea, what if...

    I haven't tried it, but I had the idea, what if the struct also had 2 int pointers in it that pointed to the current and max size ints? Would the function be able to update the struct through those?...
  2. Those are the only kind of fix I could ever seem...

    Those are the only kind of fix I could ever seem to find, but since the functions are declared in the pre-made header file, I can't change the parameter from "Foo x" to "Foo* x". I thought perhaps...
  3. Problem with passing structs to a function.

    I'm currently working on some homework that is suppose to be a library of functions that make something like a non-null terminated string. It was due yesturday, and I'm all out of ideas for the last...
Results 1 to 3 of 3