Forum: C++ May 26th, 2006 |
| Replies: 3 Views: 1,028 Is this better?
Can you please suggest a good C++ compiler. This code will not run on VC++ 8 thats is why I had all those additional things in my code.
Thanks
//car.cpp
//program to get... |
Forum: C++ May 26th, 2006 |
| Replies: 3 Views: 1,028 Hi there, could someone please help me debug this code. I need it to perform the following tasks
1. Ask the user for the number of cars he or she owns.
2. Create a class to represent a car, and... |
Forum: C Mar 25th, 2006 |
| Replies: 2 Views: 1,526 Here is the whole code: Please Help
/*
* queue.c
*/
#include <stdlib.h>
#include<stdio.h>
#include "queue.h" |
Forum: C Mar 24th, 2006 |
| Replies: 2 Views: 1,526 I am trying to delete the first node in the singly link list but cant seem to do so? My Code is below... Could someone please suggest something.
thanks.
This program has an enqueue function which... |