Forum: IT Professionals' Lounge Feb 6th, 2008 |
| Replies: 5 Views: 1,511 Funny you talk about this. I recent attended a week long course sponsored by the EC-Council on Certified Ethical Hacking, one of the big points was just this. Basically we learned that you can weasel... |
Forum: IT Professionals' Lounge Feb 6th, 2008 |
| Replies: 13 Views: 12,824 Take it from someone who has done tons with eCommerce and written several solutions. In my opinion, PHP or Perl is the two languages you should go with. Either are native to linux and can do... |
Forum: C++ Nov 3rd, 2003 |
| Replies: 5 Views: 8,022 use an array for your place holder. try doing it like this:
char height[] = new char[3];
this tells char that you are making an array. now, to access this you would do something like this, say to... |
Forum: Game Development Nov 3rd, 2003 |
| Replies: 1 Views: 4,503 I've got a problem with Microsoft VC++ 6.0 and DirectX. I made my last game using Microsoft VC++ 4.0. I had no problems. I was using DirectX 6.1 SDK and DirectDraw4 functions. Well I'm upgrading my... |