Forum: C++
Nov 8th, 2007, 10:15 AM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
Why? The same same thing can be done easily in wxWidgets with identical functions that are meant for wxString. There is no reason to convert to std::string. Besides, I have created two version of the...
|
Forum: C++
Nov 8th, 2007, 9:49 AM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
Narue, I am not using your example because it uses std::string. When I use wxWidgets I prefer to use wxString. Yes, your example is great; I am doing this for practice, as in my age if I stop...
|
Forum: Coder's Corner Lounge
Nov 8th, 2007, 9:40 AM
|
|
Replies: 5
Views: 218
Re: Strangest printer error
Although I'd like to believe there is a conspiracy against me (makes me feel important), I think there is a more technical explaination. Protections on printing images? Never heard of this, although...
|
Forum: Coder's Corner Lounge
Nov 7th, 2007, 5:22 PM
|
|
Replies: 5
Views: 218
Strangest printer error
The other day I was at the public library printing a document that contained pictures. For some reason, the printer, instead of printing out my pictures; started printing binary code(displayed in a...
|
Forum: Coder's Corner Lounge
Nov 7th, 2007, 5:11 PM
|
|
Replies: 7
Views: 379
Re: Entertaining read
If you can't write code others can read, you won't get jobs where you have to collaborate with others on the same project, using the same code; Many (most) jobs require this skill. I suffered from...
|
Forum: C++
Nov 7th, 2007, 3:29 PM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
I am interested in professional answers. I'd be glad to accept one as soon as I actually see one posted here. I have come up with an idea for my algorithm. Let me know what you think of it. Give me a...
|
Forum: C++
Nov 7th, 2007, 9:38 AM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
It does not cause problems with the compiler I use. The script above works perfectly. I don't give a shit about what other compilers do. Besides thats a wxString. Its not the same as standard C++...
|
Forum: C++
Nov 6th, 2007, 1:49 PM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
No, I'm not offended. Its my fault. You had no way of knowing how to answer my question with how I asked it. I'm not good at expressing... anything. I'll grab my crude code example here, tell me if...
|
Forum: C++
Nov 6th, 2007, 1:28 PM
|
|
Replies: 17
Views: 643
Re: Binary/Hex Text Encoder/Decoder
It would be really sad if I did not know this. Spare me a lecture on the basics of ASCII text encoding. I already have the ability to convert Text to Hex and Binary. What I need to do is take binary...
|
Forum: C++
Nov 6th, 2007, 11:03 AM
|
|
Replies: 17
Views: 643
Binary/Hex Text Encoder/Decoder
I am making a hexidecimal/binary text converter. It takes text and converts it to and from hex and to from binary. It is created in wxWidgets. I have the text conversion part done. What I need is the...
|
Forum: Other Programming Languages
Oct 25th, 2007, 12:08 PM
|
|
Replies: 17
Views: 901
|
Forum: Community Announcements and Feedback
Oct 19th, 2007, 12:02 PM
|
|
Replies: 18
Views: 727
Re: Featured Coder
Then if everyone here wants a vote, all non-participators can vote on the project they like best.
|
Forum: Community Announcements and Feedback
Oct 19th, 2007, 11:54 AM
|
|
Replies: 18
Views: 727
Re: Featured Coder
A better idea! Why don't we have a project that we have to create or something. Contribution would be harder to measure. Like a programming challenge.
|
Forum: Coder's Corner Lounge
Oct 18th, 2007, 2:03 PM
|
|
Replies: 12
Views: 358
Re: Video Editor
Sorry I need one for windows. If some could give me one I don't need net access for and is free, that'd help. I'm going to be trying a few editors out. For now, I'll have to stick with Movie Maker.
|
Forum: Community Announcements and Feedback
Oct 18th, 2007, 2:01 PM
|
|
Replies: 18
Views: 727
Re: Featured Coder
Nice idea. Sounds great. That'll make things a little less bland 'round here.
|
Forum: Coder's Corner Lounge
Oct 12th, 2007, 10:57 AM
|
|
Replies: 12
Views: 358
Okay I did forget to mention free. The Windows...
Okay I did forget to mention free. The Windows movie maker update may do if its good enough. I think I may have the most recent. The last time I attempted to update I curroupted it though... And I...
|
Forum: C++
Oct 11th, 2007, 1:18 PM
|
|
Replies: 10
Views: 399
I hate borland. I used to use it, but now that...
I hate borland. I used to use it, but now that I've seen what IDEs like Dev-C++ and Code::Blocks can do for free I will never go back. Besides wxDev C++ has a visual editor that is unlike any other I...
|
Forum: Coder's Corner Lounge
Oct 11th, 2007, 1:14 PM
|
|
Replies: 12
Views: 358
Video Editor
I need a video editor like imovie and windows movie maker. The features I need are abilities to cut out parts of the video and ability to add seperate audio. I need something that saves videos in a...
|
Forum: C++
Oct 11th, 2007, 12:49 PM
|
|
Replies: 6
Views: 335
Yeah, Dawei answered this well. I had to do...
Yeah, Dawei answered this well. I had to do something similar to this once. I did it the way Dawei suggested. But mine was a Tarot deck. Where you have 22 trump cards. Its alittle different when you...
|
Forum: HTML / XHTML / CSS
Oct 10th, 2007, 10:57 AM
|
|
Replies: 2
Views: 317
Event Help
I need an HTML event that will allow me to re-route users in a blog. I need an even that happens immediately when the page loads or something loads, but am unable to use the body tag. Can anyone help...
|
Forum: Coder's Corner Lounge
Apr 8th, 2007, 9:33 PM
|
|
Replies: 21
Views: 447
Okay... Alot of great responses...
@DaWei: A...
Okay... Alot of great responses...
@DaWei: A perfect counter point. What you say is very true. If you slow down too much, you end up, as you put it "starving the public". There is still a balance....
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 6:41 PM
|
|
Replies: 21
Views: 417
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 6:38 PM
|
|
Replies: 21
Views: 447
Precisely. We need a company out there that...
Precisely. We need a company out there that encompases both mindsets. A company that remains competitive and still makes the most efficient product possible. We need to start re-arranging our...
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 6:20 PM
|
|
Replies: 21
Views: 417
@DaWei: Sorry... No offense to Mr. Gates....
@DaWei: Sorry... No offense to Mr. Gates. Although, in all fairness I am quite sure he is proud and aware of what he did to the market.
@Komodo:
Dual boot is a good idea. I have one.
As for...
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 5:54 PM
|
|
Replies: 21
Views: 417
No, Linux will work with the same hardware that...
No, Linux will work with the same hardware that Windows will run with. You may not be able to find drivers for some of the hardware you have. I rarely run into too many situations like that. You have...
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 5:47 PM
|
|
Replies: 21
Views: 447
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 4:22 PM
|
|
Replies: 21
Views: 417
|
Forum: Coder's Corner Lounge
Apr 7th, 2007, 4:02 PM
|
|
Replies: 21
Views: 447
Programming Nowadays...
I've been a programmer for quite a while, and I've noticed quite a big change in programming since the days I learned it. Back in the 70's, 80's and even early nineties, programmers had quite a...
|
Forum: Coder's Corner Lounge
Jan 24th, 2007, 9:18 AM
|
|
Replies: 2
Views: 163
|
Forum: Coder's Corner Lounge
Dec 21st, 2006, 9:27 AM
|
|
Replies: 2
Views: 163
|
Forum: Coder's Corner Lounge
Dec 16th, 2006, 11:46 AM
|
|
Replies: 4
Views: 198
|
Forum: Coder's Corner Lounge
Dec 14th, 2006, 4:05 PM
|
|
Replies: 4
Views: 198
Best Windows GUI Toolkit
I'm kind of in the middle of deciding what toolkit I should use for Windows Programming. I've used wxWidgets (really good) and the native API (Okay, it has its good points). But I'm wondering what...
|
Forum: C++
Dec 11th, 2006, 9:11 AM
|
|
Replies: 1
Views: 133
wxWidgets vs Other Toolkits
I just started using wxWidgets and I have to say, I'm rather impressed. I've programmed primarly using the native Windows API, and I have to say this is soooo much easier. I was just wandering what...
|
Forum: Coder's Corner Lounge
Dec 1st, 2006, 4:32 PM
|
|
Replies: 22
Views: 349
|
Forum: Coder's Corner Lounge
Dec 1st, 2006, 8:42 AM
|
|
Replies: 6
Views: 249
Well, not much except for a web browser.
Your...
Well, not much except for a web browser.
Your idea would be great if I could store that whole iso on my flash drive :(
HEY! Would this work? If I ran the live disc at work, and then used the...
|
Forum: Coder's Corner Lounge
Nov 30th, 2006, 3:58 PM
|
|
Replies: 6
Views: 249
Linux is Annoying (Ubuntu)
I just got Ubuntu (Edgy) Linux (the one that comes with Gnome). I love it, but theres a lot of things that just annoy me about Linux. First off, I don't have an internet connection at my house. So I...
|
Forum: Coder's Corner Lounge
Nov 29th, 2006, 7:53 PM
|
|
Replies: 7
Views: 156
|
Forum: Coder's Corner Lounge
Nov 29th, 2006, 11:32 AM
|
|
Replies: 7
Views: 156
|
Forum: Coder's Corner Lounge
Nov 29th, 2006, 9:34 AM
|
|
Replies: 7
Views: 156
Ubuntu Linux Package Manager
I just installed Ubuntu Linux. Its pretty good, (it was the only distro that seems to work well with my system, the others had numerous boot problems). My question is: Does the package manger compile...
|
Forum: Coder's Corner Lounge
Nov 28th, 2006, 8:14 PM
|
|
Replies: 9
Views: 205
|