Forum: C++ 4 Days Ago |
| Replies: 2 Views: 178 What are the requirements to become a Professional engineer in your field?
Need to have "never give up" attitude .
What are the advantages and disadvantages of working as a computer software... |
Forum: C++ 16 Days Ago |
| Replies: 3 Views: 216 Have you allocated memory for Player ? |
Forum: C++ 25 Days Ago |
| Replies: 3 Views: 282 Post full code , no one can understand what are you talking about. |
Forum: C++ 29 Days Ago |
| Replies: 2 Views: 217 You need a class named Expense. |
Forum: C++ Nov 10th, 2009 |
| Replies: 8 Views: 413 If you have writtern the code , you would not need someone else to make you understand what is going on . |
Forum: C++ Nov 9th, 2009 |
| Replies: 3 Views: 297 Is there no api like ntohs ,etc ? |
Forum: C++ Nov 8th, 2009 |
| Replies: 9 Views: 390 I guess all the solutions of the exercises of CHAP2 .. CHAP 5 are there at the appendix section of the book, if you do not find it there , just write a letter to the author of the book, he will... |
Forum: C++ Nov 4th, 2009 |
| Replies: 4 Views: 218 Yes you can use tree like structure to represent a forum. |
Forum: C++ Nov 4th, 2009 |
| Replies: 2 Views: 192 Even daniweb members will be highly obliged if you put any effort for your project assignment . |
Forum: C++ Nov 1st, 2009 |
| Replies: 6 Views: 331 Check few IC numbers carefully , may be it includes year of birth ,etc . |
Forum: C++ Nov 1st, 2009 |
| Replies: 4 Views: 387 Try g++ -Wall file.c , I guess some of the apis you are using does not work with g++ . |
Forum: C++ Nov 1st, 2009 |
| Replies: 3 Views: 208 Better use maps than double link list. |
Forum: C++ Oct 30th, 2009 |
| Replies: 6 Views: 15,572 You can use buckets to code radix sort. |
Forum: C++ Oct 29th, 2009 |
| Replies: 2 Views: 159 You have defined an empty class . |
Forum: C++ Oct 28th, 2009 |
| Replies: 10 Views: 363 He has given you full solution to your homework. |
Forum: C++ Oct 28th, 2009 |
| Replies: 7 Views: 1,365 |
Forum: C++ Oct 25th, 2009 |
| Replies: 1 Views: 197 You may search at sourceforge.net ,etc . |
Forum: C++ Oct 25th, 2009 |
| Replies: 8 Views: 847 If(a=b) is a valid syntax , atmost compiler can provide an warning. |
Forum: C++ Oct 25th, 2009 |
| Replies: 2 Views: 280 Have you got modem with sim ? |
Forum: C++ Oct 25th, 2009 |
| Replies: 5 Views: 162 If you are using unix , download gcc/g++ compiler source code, run configure , make and make install, you have your compiler ready. |
Forum: C++ Oct 25th, 2009 |
| Replies: 2 Views: 166 Have not you learned how to use cout and cin in C++ so far ? |
Forum: C++ Oct 25th, 2009 |
| Replies: 16 Views: 433 Pop elements from both stacks and compare whether they are equal. |
Forum: C++ Oct 23rd, 2009 |
| Replies: 3 Views: 226 Open the VC++ editor and start typing the code . |
Forum: C++ Oct 15th, 2009 |
| Replies: 10 Views: 3,593 Take an initial guess and iterate over using while loop (as suggested in the algorithm) unless you get a very close match. |
Forum: C++ Oct 12th, 2009 |
| Replies: 12 Views: 14,997 Done Sir - but I cannot post it at the forum, it is against the forum rule to do others homework. |
Forum: C++ Oct 12th, 2009 |
| Replies: 6 Views: 679 I can code it for $50,000 only, PM me for my paypal account :D . |
Forum: C++ Oct 9th, 2009 |
| Replies: 4 Views: 225 Will you pay for answering question via google talk ? else just post your questions in the forum . |
Forum: C++ Sep 30th, 2009 |
| Replies: 5 Views: 605 On top of it your homework image is not readable , post the problem, post your code , else it is not possible to provide any help. |
Forum: C++ Sep 24th, 2009 |
| Replies: 3 Views: 463 |
Forum: C++ Sep 23rd, 2009 |
| Replies: 3 Views: 226 And what will you do in the time that you would have spent if you tried to do the project assignment yourself? |
Forum: C++ Sep 9th, 2009 |
| Replies: 10 Views: 1,337 Well I use compiler with "treat warning as error option" , are you not getting any warning in the line "else " from your compiler ? what compiler do you use ? |
Forum: C++ Sep 8th, 2009 |
| Replies: 10 Views: 1,337 That code will not compile |
Forum: C++ Sep 8th, 2009 |
| Replies: 19 Views: 633 You need to learn postfix notation and use a stack to evaluate an expression , kerninghan and rithie C book has got code for basic calculator. |
Forum: C++ Aug 26th, 2009 |
| Replies: 1 Views: 152 I doubt there would be any , still check sourceforge. |
Forum: C++ Aug 26th, 2009 |
| Replies: 3 Views: 192 Why were you using transform ? |
Forum: C++ Aug 25th, 2009 |
| Replies: 8 Views: 316 Buy the C++ book by Stroustrup and finish all exercizes at the end of each chapter , this will keep you busy for 6 months. |
Forum: C++ Aug 17th, 2009 |
| Replies: 3 Views: 222 |
Forum: C++ Aug 11th, 2009 |
| Replies: 7 Views: 329 |
Forum: C++ Aug 11th, 2009 |
| Replies: 2 Views: 567 You can buy the C++ book by Stroustrup , at the end of every chapter there are good exercizes. |
Forum: C++ Aug 8th, 2009 |
| Replies: 3 Views: 182 Another option is set max to a[0] . |