Forum: C++ 11 Days Ago |
| Replies: 11 Views: 419 First, one does not tell Narue to 'get over herself'. Narue knows what she is doing.
Two, if you want to write shoddy code that ignores problems and processes a CSV file, just go learn perl... |
Forum: C++ Apr 25th, 2009 |
| Replies: 14 Views: 920 I learned C++ 5 years ago from Accelerated C++ by Koenig and Moo. It's pretty good, and gets you introduced to the language relatively quickly (it's not a really thick book). |
Forum: C++ Jul 18th, 2007 |
| Replies: 19 Views: 2,483 No, beginners aren't allowed to use forks. They are a level 2 restricted system call (L2SYS). Talk to your manager about getting certified.
On a more technical note, yes I suppose you could do... |
Forum: C++ Jul 15th, 2007 |
| Replies: 19 Views: 2,483 Can you explain google to me? |
Forum: C++ Mar 3rd, 2006 |
| Replies: 39 Views: 16,320 I must have said this a million times - I don't know about you two, but I NEVER generalize or repeat myself. |
Forum: C++ Mar 3rd, 2006 |
| Replies: 39 Views: 16,320 brahle, just give up. Narue knows her stuff. BTW Narue, did you give up on IRC? |
Forum: C++ Aug 18th, 2004 |
| Replies: 2 Views: 6,637 Sure... ;)
VB Code:
Function sumFirstLast(number As Integer) As Integer
Dim numberString As String
numberString = Abs(number) & "" |