Thread: Dynamic memory allocation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    the error says that you're trying to compare a car with an int. You want to campare a car's year with year searched.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  2. #2
    Registered User
    Join Date
    Apr 2004
    Posts
    16
    I just figured that out. I feel a bit silly now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  2. Replies: 16
    Last Post: 01-01-2008, 04:07 PM
  3. Dynamic memory allocation.
    By HAssan in forum C Programming
    Replies: 3
    Last Post: 09-07-2006, 05:04 PM
  4. Dynamic memory allocation...
    By dicorr in forum C Programming
    Replies: 1
    Last Post: 06-24-2006, 03:59 AM
  5. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM