Search:

Type: Posts; User: Jeffery1

Search: Search took 0.00 seconds.

  1. Thanks heaps! everything works as i want it to...

    Thanks heaps! everything works as i want it to now. :D
  2. Here is the whole code with the error. ...

    Here is the whole code with the error.



    #include <stdio.h>

    #define VECTOR_LENGTH 3

    int main (void)
    {
  3. This is great! i understand the difference. The...

    This is great! i understand the difference. The only problem that i now have is when i try to compile it i get the error:


    "error: expected expression before ‘{’ token"


    this error is on...
  4. How to prompt user to scan numbers into an array

    I am fairly new to c language and i need to prompt the user of my program to input numbers into an array so that later on these numbers can be added or subtracted with other numbers to form a new...
Results 1 to 4 of 4