Forum: Coder's Corner Lounge
Oct 11th, 2007, 7:20 AM
|
|
Replies: 13
Views: 346
|
Forum: Coder's Corner Lounge
Oct 4th, 2007, 7:20 AM
|
|
Replies: 13
Views: 346
|
Forum: C
Sep 24th, 2007, 8:36 AM
|
|
Replies: 7
Views: 316
It sounds like you are working with some badly...
It sounds like you are working with some badly commented code, I don't envy you.
I am afraid I don't know of any formal analysis procedure, perhaps other here might know of some. But if I were...
|
Forum: C++
Sep 23rd, 2007, 11:18 AM
|
|
Replies: 9
Views: 311
|
Forum: C
Sep 22nd, 2007, 12:10 PM
|
|
Replies: 7
Views: 316
|
Forum: C
Sep 22nd, 2007, 6:30 AM
|
|
Replies: 7
Views: 316
|
Forum: Coder's Corner Lounge
Sep 17th, 2007, 5:34 PM
|
|
Replies: 8
Views: 250
I've been using it for months, I really like it...
I've been using it for months, I really like it and have run into more or less zero issues. Of course VMWare Server (http://www.vmware.com/products/server/) is also free but I have to admit having...
|
Forum: C++
Sep 15th, 2007, 4:54 PM
|
|
Replies: 6
Views: 281
|
Forum: C++
Sep 15th, 2007, 3:46 PM
|
|
Replies: 6
Views: 281
|
Forum: C++
Sep 2nd, 2007, 9:36 PM
|
|
Replies: 9
Views: 315
Since the language here is C++ and not plain C...
Since the language here is C++ and not plain C I'll add that you could use something like Boost.Array (http://www.boost.org/doc/html/array.html) here to sidestep your dilemma.
But otherwise the...
|
Forum: C++
Sep 1st, 2007, 8:58 AM
|
|
Replies: 3
Views: 249
|
Forum: C++
Aug 27th, 2007, 9:54 AM
|
|
Replies: 4
Views: 325
Boost.Serialization...
Boost.Serialization (http://www.boost.org/libs/serialization/doc/index.html) is very comprehensive library which could be helpful.
|
Forum: C++
Aug 17th, 2007, 3:09 PM
|
|
Replies: 7
Views: 217
|
Forum: Paid Job Offers
Aug 11th, 2007, 5:34 PM
|
|
Replies: 8
Views: 331
The only other thing I did was comment out the...
The only other thing I did was comment out the unistd.h include because VS didn't have that file. Would I be right in guessing you use MinGW?
I'll pm you during the week to take a look at the most...
|
Forum: Paid Job Offers
Aug 11th, 2007, 4:43 PM
|
|
Replies: 8
Views: 331
|
Forum: C++
Aug 10th, 2007, 11:31 AM
|
|
Replies: 4
Views: 180
First you'd write code which would take destno,...
First you'd write code which would take destno, mode, no.of packet, pktsize, pktno, textsize & CRC as variables and package them as you've described. After that you could send that packet across the...
|
Forum: C++
Jul 11th, 2007, 10:42 AM
|
|
Replies: 8
Views: 232
|
Forum: C++
Jul 11th, 2007, 10:34 AM
|
|
Replies: 13
Views: 240
If the error occurs after you unload you're...
If the error occurs after you unload you're plugin then some pointer must remain within the Maya code pointing to where your library used to be be loaded. So that does bring you back to it being a...
|
Forum: C++
Jul 11th, 2007, 8:42 AM
|
|
Replies: 13
Views: 240
|
Forum: C++
Jul 11th, 2007, 7:27 AM
|
|
Replies: 8
Views: 232
|
Forum: C++
Jul 11th, 2007, 7:22 AM
|
|
Replies: 13
Views: 240
Well are you absolutely sure that the Parser...
Well are you absolutely sure that the Parser class never gets copied? As it stands in the code sample you posted it is not safe to copy so you should at least disable copying as the article...
|
Forum: C++
Jul 10th, 2007, 8:35 AM
|
|
Replies: 13
Views: 240
I've never really liked the blanket statement...
I've never really liked the blanket statement that multiple inheritance is a bad thing. But if you never think you'll refer to ParserTranslator from a Parser* then making it a member is probably a...
|
Forum: C++
Jul 10th, 2007, 7:21 AM
|
|
Replies: 13
Views: 240
|
Forum: C++
Jul 9th, 2007, 12:47 PM
|
|
Replies: 13
Views: 240
|
Forum: C
Jul 4th, 2007, 5:40 PM
|
|
Replies: 12
Views: 338
... DaWei beat me to it ...
If you are stuck...
... DaWei beat me to it ...
If you are stuck with C then maybe look into something like GLib (http://developer.gnome.org/doc/API/2.0/glib/index.html), sure it's non-standard but it's in widespread...
|
Forum: Coder's Corner Lounge
Jul 3rd, 2007, 5:40 PM
|
|
Replies: 3
Views: 117
|
Forum: Coder's Corner Lounge
Jul 3rd, 2007, 11:08 AM
|
|
Replies: 13
Views: 217
|
Forum: Coder's Corner Lounge
Jul 3rd, 2007, 9:01 AM
|
|
Replies: 13
Views: 217
|
Forum: C++
Jul 1st, 2007, 1:17 PM
|
|
Replies: 17
Views: 337
|
Forum: C++
Jun 30th, 2007, 8:54 AM
|
|
Replies: 17
Views: 337
Yep that is odd. In the second case it must...
Yep that is odd. In the second case it must surely at least sleep for an initial 5 seconds. If after that it never seem to sleep again it has to be that ***THE CODE*** never actually stops working so...
|
Forum: C++
Jun 29th, 2007, 9:04 AM
|
|
Replies: 17
Views: 337
|
Forum: C++
Jun 28th, 2007, 6:03 PM
|
|
Replies: 17
Views: 337
|
Forum: C++
Jun 28th, 2007, 1:58 PM
|
|
Replies: 17
Views: 337
|
Forum: Coder's Corner Lounge
Jun 25th, 2007, 10:34 AM
|
|
Replies: 7
Views: 177
|
Forum: C++
Jun 18th, 2007, 4:59 AM
|
|
Replies: 13
Views: 325
Writing a C++ progam, particularly one with a...
Writing a C++ progam, particularly one with a GUI, usually requires a whole lot of extra tools beyond just the compiler and the debugger. Think of say a designer for doing up the interface layout, an...
|
Forum: Coder's Corner Lounge
Jun 8th, 2007, 12:30 PM
|
|
Replies: 7
Views: 164
As PhilBon says you shouldn't have any...
As PhilBon says you shouldn't have any difficulty.
Consider though another option, running a virtual XP within your current one. You can install the crap software on the virtual xp keeping your...
|
Forum: C++
Jun 4th, 2007, 3:57 AM
|
|
Replies: 7
Views: 189
|
Forum: C++
Jun 2nd, 2007, 5:55 AM
|
|
Replies: 10
Views: 302
|
Forum: Coder's Corner Lounge
May 17th, 2007, 6:11 PM
|
|
Replies: 30
Views: 634
|
Forum: C#
May 8th, 2007, 4:38 AM
|
|
Replies: 8
Views: 214
Think link mentioned in this thread...
Think link mentioned in this thread (http://www.thescripts.com/forum/thread256650.html) may be helpful.
It turned up when I Googled for c# virtual printer driver...
|