Thread: Need help with this compiler error

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2008
    Posts
    3

    Need help with this compiler error

    Hi

    I'm quite new to C Programming, I only started it this semester at University.

    I tried to compile a program today and I recieved this error:

    Error E2293 Assignment.c 17: ) expected

    On line 17 I have this:
    Code:
    int getChange(int &den, int amt)
    I can't figure out how I'm supposed to fix it.. any tips or answers would be great

    And could someone also please refer me to a tutorial where they explain in detail about parameter passing/pointers/etc? I still can't understand some of it.

    Thanks a lot!
    Last edited by Evangeline; 04-05-2008 at 02:42 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do you resolve this error?
    By -EquinoX- in forum C Programming
    Replies: 32
    Last Post: 11-05-2008, 04:35 PM
  2. Making C DLL using MSVC++ 2005
    By chico1st in forum C Programming
    Replies: 26
    Last Post: 05-28-2008, 01:17 PM
  3. error: template with C linkage
    By michaels-r in forum C++ Programming
    Replies: 3
    Last Post: 05-17-2006, 08:11 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM