Forum: C++ Nov 4th, 2009 |
| Replies: 2 Views: 197 Even daniweb members will be highly obliged if you put any effort for your project assignment . |
Forum: C++ Oct 23rd, 2009 |
| Replies: 3 Views: 228 Open the VC++ editor and start typing the code . |
Forum: C++ Oct 12th, 2009 |
| Replies: 6 Views: 695 I can code it for $50,000 only, PM me for my paypal account :D . |
Forum: C++ Jul 15th, 2009 |
| Replies: 8 Views: 340 How many computer science students are studying in your university ?
Let me give you a hint , you need a class named Token , move all the data and functions related to token to that class. |
Forum: C++ Jun 26th, 2009 |
| Replies: 5 Views: 449 There is no need to learn C , you can start learning C++ , it will save you from unlearning C coding style. |
Forum: C++ Jul 13th, 2008 |
| Replies: 14 Views: 1,344 I guess it is C++ , you can use std::string apis like find , your code will reduce drastically. |
Forum: C++ Apr 2nd, 2008 |
| Replies: 2 Views: 1,997 I guess you are using VC++ and MSQL, just design database, put a gui for ticket reservation, cancellation. Should be an easy project assignment. |
Forum: C++ Dec 4th, 2007 |
| Replies: 4 Views: 2,949 int *buf = (int*)GlobalAlloc(GPTR, sizeof(int) * count);
is an example of explicit cast. |
Forum: C++ Nov 23rd, 2007 |
| Replies: 1 Views: 551 Found the solution using ar
ar rvu lib.a x.o y.o z.o |
Forum: C++ Oct 27th, 2007 |
| Replies: 5 Views: 1,883 That is quite messy.
Better move to perl/php |