Is there an rss feed of the lounge hiding somewhere? -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Is there an rss feed of the lounge hiding somewhere? -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
$ uptime 16:12:18 up 428 days, 59 min, 6 users, load average: 2.06, 2.06, 2.01 $ -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
A friend and I are having a rabid discussion and I'd like to get your input. Which spans a longer period of time? BBIAF (Be back in a few) - or - BBIAB (Be back in a bit) ? -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
KaЯl wrote: Would his killing have stopped the others? Who cares? The only good terrorist is a dead terrorist. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Jörgen Sigvardsson wrote: 90 percent of 2500 collected euro notes, contains in average 0.4 micrograms cocaine. Jörgen Sigvardsson wrote: The article also mentions that they found traces of cocaine in 22 of 28 toilets in the German parliament. Yeehaw! Maybe it has to do with politicians having that nasty habit of flushing money down the toilet. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Does anyone know of a function that will take 2 strings and show you the differences between them? Example: "It takes a big man to cry, but it takes a bigger man to laugh at that man." compared to "It takes a large man to cry, but it takes an even larger man to laugh at that man." would output something like "It takes a -[big]- man to cry, but it takes -[a bigger]- man to laugh at that man." I just don't want to reinvent the wheel here if there is something already tested and proven out there. Thanks, Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Ian Darling wrote: I once worked somewhere I had to run the specs through Babelfish into French and then back to English Did the specs come back all arrogant and snooty? -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Paul Ingles wrote: Shizzle my nizzle And today on CodeProject.com our users learn that "Shizzle my nizzle" is a derivative of "fo sheezy my neezy" which comes from the root "I wholeheartedly agree my African-American brother." -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Christian Graus wrote: The bank rejected our application based on how my wife has handled her secret credit card. Christian, [sarcastic]Thanks a lot[/sarcastic] Now I need to go apologize to my wife for insisting that she was the worst money manager in the world. Hope your 'luck' turns around. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Jörgen Sigvardsson wrote: This time I will get to know every corner of the city. Are you sure that is a good idea?! -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Did this have anything to do with my thread? If so I can't see how. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Tim Smith wrote: __declspec(deprecated) void func1(int) { printf("In func2\n"); } This seems to not work in g++ but thanks for putting me on the right track. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Is there a way to print out a warning when someone goes to use a function? I want it to be printed whenever (and only when) the function is referenced. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Ok, Thanks for your help. Would you happen to know how to access this event? I wouldn't mind writing a program that cleans up the file right after each save. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Mine seems to be preserving the original style. It only inserts the \r when I add a line. Do you happen to know if it is possible to write a little script/program and have it be ran on the file when you hit save? Like a filter or something. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
You could set your timer to 83ms which would happen roughly 12 times per second. -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Is this in VC++ 6.0 ? Because I don't see "Advanced Save Options" under the File menu. Thanks, Jack
There are 10 types of people in this world, those that understand binary and those who don't.
When you hit the enter key in VS6 it inserts "\r\n" which drops you down a line. This is normal behavior in windows, however I'm editing C++ files that are being used in unix and the \r is an annoyance there. My question is, does anyone know how to stop VS from inserting the \r -or- Is there a way to run a small script that would strip this out when you save the file? -Jack
I found out how. Incase anyone else is ever interested, here is a link: http://gamma.magnet.fsu.edu/install/msvc/compiler/Q181506.html[^] -Jack
There are 10 types of people in this world, those that understand binary and those who don't.
Is there a way to get VS 6.0 (VC++) to recognize *.cc as a C++ file? I am required to use this extension for work. As it is now, it doesn't use syntax highlighting or any of the other nifty stuff. Thanks, Jack
There are 10 types of people in this world, those that understand binary and those who don't.