blair
New Member
boeman, (see the second post of this thread) I started this idea by saying that I would write the software for the group, but if you seem to be eager to write it. I think that is great and you are welcome to it, if you want it. 

I've only used C++ in .NET but I'm pretty underwhelmed so far. First of all, the garbage collection stuff is....well garbage. It's hard to convert from __gc (garbage collected) data types to non-garbage collected types. Also, you can't put a destructor in a __gc class. Bad idea #1. Next, the debugger doesn't allow you to view the application being debugged while you're sitting at a breakpoint. Really bad idea. Then the debugger lies to you. While you're single-stepping, it will show code getting executed that really doesn't. And lastly you can't put a watch on a variable passed into a function! To see it, you have to create a local variable and assigned the passed-in value to it.boeman said:I need to write my first desktop app in .net, all I have written so far is web applications.
I'm sorry... All I really said was I was planning on writing one anyway... I didn't mean to step on toes.blair said:boeman, (see the second post of this thread) I started this idea by saying that I would write the software for the group, but if you seem to be eager to write it. I think that is great and you are welcome to it, if you want it.![]()
You're not stepping on anyone's toes. I'm glad to see such interest in the project. Please do feel free to take it on! Either way is plenty fine with me.boeman said:I'm sorry... All I really said was I was planning on writing one anyway... I didn't mean to step on toes.blair said:boeman, (see the second post of this thread) I started this idea by saying that I would write the software for the group, but if you seem to be eager to write it. I think that is great and you are welcome to it, if you want it.![]()
It can be. Compiling code under different platforms usually doesn't (or shouldn't) require much code alteration. But it should be kept in mind, while writing, if other platforms are to indeed be considered. I generally work in C++ and try to keep away from VB. Does anyone happen to know if the MFC is portable to Linux? (I guess I could just do a quick google... lazy ??? )hard-case said:Just wondering.....is the consideration being made that there might be some non-Windows users who'd want to take advantage of the software? Just curious.
No... not at all! I was stating that I only know MS languages because there is not a large demand for anything else in this area.FatherTiresius said:Money? Were you planning on getting paid for this?
Do what you want to do. I was just casting a vote. Nothing says you have to listen to it.
Personally, I do enough MS development at work. When I come home I want to use something a little less user-hostile.
Rod sounds like he's getting tired of all talk and no action. But, Rod, if this thing is going to happen you should be prepared for a lot more talk before any action takes place! The preliminaries are generally more difficult and time consuming than writing the code itself. Coding is the easy part.Rod said:If someone wants to develop a program for what was first talked about, I think that would be a great thing to do for the cigar community. If one person wants to develop the software, great. If you all want to collaborate, I think that'd be great too. If everyone who knows how to program wants to write their own program, that's even great too! It would be nice for someone to write a program. I've had several people come to me in the past and say they wanted to write a program for CP... It was going to be an online cigar database, where members could add cigars to the database and rate/review them. Well, after 3 attempts by 3 separate people who all never actually did the project, I realized it simply wasn't going to happen. So that's why we have a forum dedicated to cigar reviews.
So in short, if you want to create a program, go for it, I for one sure would like to see it happen for once...
Anyways, hope this works out...
Have a good weekend,
Rod
Great idea Rod. I think this would go a long way toward actually getting the thing doneIf you guys want a forum dedicated to only the development of the program, let me know and I'll open a new forum. That way you guys can probably collaborate better.