Forum: C++ May 3rd, 2007 |
| Replies: 3 Views: 2,120 OH YEA! Thanks, Narue. I remember seeing the getenv function used somewhere else, but it's been a little while since I've done any actual c/c++ coding. Lately it's been mostly Java. But hey,... |
Forum: C++ May 3rd, 2007 |
| Replies: 3 Views: 2,120 Hi all,
I apologize if this is somewhere on here. I've looked some and I can't find it here or anywhere on the internet. With all the bright minds on this board, someone's bound to have an... |
Forum: IT Professionals' Lounge Feb 16th, 2007 |
| Replies: 3 Views: 2,055 Anybody have any good case tools that they can suggest? I've been looking around at different sites, and there's TONS of them. You don't need to give much specifics beyond the name. Just looking... |
Forum: IT Professionals' Lounge Jul 23rd, 2006 |
| Replies: 47 Views: 85,296 Ok, since I started this thread back in '04, and eventually did end up buying an acer (it's what I'm on right now).... I can safely say I made the right choice. I have an Aspire 1360, with an AMD... |
Forum: Java Apr 19th, 2006 |
| Replies: 2 Views: 14,577 Again, sorry, nevermind.
Double.parseDouble((String)(stack.lastElement()));
duh... |
Forum: Java Apr 19th, 2006 |
| Replies: 2 Views: 14,577 Sorry, may seem like a dumb question, but I haven't seen anyone else ask it on here. I'm trying to create a stack of doubles, by casting them as I pop them out. The only trouble is that the... |
Forum: Java Apr 15th, 2006 |
| Replies: 2 Views: 953 nevermind... I think I know what was going on. I was loading it back up without letting the jvm shut down completely. Thus, the original code was (i think) getting locked up in there, and the... |
Forum: Java Apr 15th, 2006 |
| Replies: 2 Views: 953 Sorry for the crummy subject, but I have a serious problem here. I'm trying to check myself as I code and I keep having issues with seeing "old" code. I'm putting together an applet for a class... |
Forum: C++ Mar 6th, 2006 |
| Replies: 7 Views: 15,147 I was wondering if there is any way to parse integers from a string (like in java)? Anyone know of a built in function in c++? |
Forum: C++ Mar 6th, 2006 |
| Replies: 3 Views: 3,007 Thanks a bunch Narue. Now kinda a side question - is there any way (built in functions) of parsing integers from a string? Like in Java there is the parseInt function. Does c++ have anything... |
Forum: C++ Mar 6th, 2006 |
| Replies: 3 Views: 3,007 Ok, here's my code:
string connect;
cout<<"enter node, then linked nodes";
cin>>node;
while(node != 0)
{
cin.get( connect );
... |
Forum: C++ Oct 31st, 2005 |
| Replies: 2 Views: 1,811 PLEASE HELP!!!
Ok, I've been racking my brain for the past two or three days now on this question, and before you click the back button, I might add I'm not looking for the answer, I'm looking for... |
Forum: C++ Sep 18th, 2005 |
| Replies: 4 Views: 2,337 Does c++ allow returning an array from a function?
Thanks all,
Nate |
Forum: C++ Sep 11th, 2005 |
| Replies: 4 Views: 1,844 Thanks, but I didn't even make it an application of either type to begin with. I just opened up new source files each time, and saved them as a .h and .cpp files. I also had another .cpp file that... |
Forum: C++ Sep 10th, 2005 |
| Replies: 4 Views: 1,844 Sorry, I forgot to say what the error message is comming back as. Here's the error:
[Linker error] undefined reference to `WinMain@16'
ld returned 1 exit status
Thanks again,
Nate |
Forum: C++ Sep 10th, 2005 |
| Replies: 4 Views: 1,844 Trying to get this to compile is driving me nuts! Any help is greatly appreciated. I think it's having trouble linking the header to the .cpp files. It's my first program in Dev C++ - I'm used to... |
Forum: Geeks' Lounge Sep 6th, 2005 |
| Replies: 4 Views: 2,301 Can someone tell me please, what's the difference between the two? Or is it just a preference thing?
Thanks,
Nate |
Forum: Graphics and Multimedia Sep 6th, 2005 |
| Replies: 2 Views: 3,840 Can someone tell me what the difference is (if any). Or is it a matter of preference?
Thanks,
Nate
PS - Sorry if this is in the wrong forum |
Forum: Geeks' Lounge Aug 29th, 2005 |
| Replies: 155 Views: 46,093 This may sound wierd and gross, but don't knock it till ya try it...
It's a very easy dish that goes good in the morning or as a snack during the day - Sugar Butter n' Rice. Basically you just... |
Forum: Viruses, Spyware and other Nasties May 13th, 2005 |
| Replies: 3 Views: 3,973 Thanks, thats exactly what it looks like. Hope you're right! |
Forum: Viruses, Spyware and other Nasties May 8th, 2005 |
| Replies: 3 Views: 3,973 Anyone know about an "iserror.txt" file that randomly pops up in different spots? I would give additional info on what's in the files, but I deleted all of them before posting. For the record, I... |
Forum: IT Professionals' Lounge Feb 16th, 2005 |
| Replies: 2 Views: 9,748 Outside of the NSA(america), are there any jobs within the field of cryptography in the US? |
Forum: Geeks' Lounge Feb 16th, 2005 |
| Replies: 13 Views: 4,982 I agree with Christian on this one completely. I think our society has become so sick and twisted that I sometimes fear for the day that I have kids of my own. Just because our society is... |
Forum: Networking Hardware Configuration Feb 2nd, 2005 |
| Replies: 2 Views: 4,201 Can anybody tell me the difference?
Thanks ahead of time,
Nate |
Forum: C++ Nov 27th, 2004 |
| Replies: 3 Views: 2,599 I'm not sure about your compiler, but with mine, it doesn't like when you use ' in the middle of a output statement. The following lines have several...
I believe that you should use \' in... |
Forum: Computer Science Nov 24th, 2004 |
| Replies: 2 Views: 2,820 Hey all,
Not quite sure if this is the right place to post this, but here it is anyways...
Ok, I have a pretty much full version of the MS Visual Studio 6.0 that I was able to get through... |
Forum: C++ Nov 11th, 2004 |
| Replies: 2 Views: 1,543 not to mention that your "using namespace std;" at the top is commented out. Also, relating to stack's comment on syntax, there are a few lines with commas at the end rather than semicolons.
happy... |
Forum: Geeks' Lounge Nov 7th, 2004 |
| Replies: 4 Views: 2,622 Chainsaw,
I totally agree, actually right now I'm in my junior year at U of M, but since I just transfered over this fall, so I'm only just starting on my CIS classes. My next plans are to get an... |
Forum: Geeks' Lounge Nov 6th, 2004 |
| Replies: 4 Views: 2,622 Ok I know we are all from opposite ends of the earth on this forum... so this could be a reach. I talked to my CIS prof. the other day and he was telling a few of us that by the time we get out or... |
Forum: C++ Nov 4th, 2004 |
| Replies: 4 Views: 2,192 I'm no pro... but would it have anything to do with lacking the "using namespace std;"
after your includes? ...just a shot |
Forum: C++ Oct 31st, 2004 |
| Replies: 1 Views: 2,344 Nevermind....
I realized I needed a priming read and put the next read-in to inData at the end of the loop ---- I suddenly feel like a jackass... oh well |
Forum: C++ Oct 31st, 2004 |
| Replies: 1 Views: 2,344 Hi all...
Was wondering if someone could lend a hand - or an eye. I've been trying for hours and was hoping that someone could give me an outside look. I won't beat around the bush, yes this is... |
Forum: C++ Oct 24th, 2004 |
| Replies: 6 Views: 7,102 not trying to be a smart ass, but would that be also called the functional decomposition? |
Forum: IT Professionals' Lounge Oct 6th, 2004 |
| Replies: 47 Views: 85,296 Just wondering if acer makes quality laptops... I found a good looking one on newegg.com and it's very reasonably priced (<900), but I've never used an acer before. I know newegg has a very good... |
Forum: Posting Games Sep 6th, 2004 |
| Replies: 7,595 Views: 662,252 |
Forum: Website Reviews Sep 5th, 2004 |
| Replies: 6 Views: 2,770 KT,
Damn... not bad. Thanks for the ideas. How long did it take you to brush this up? I like the design, not too colorful, but a nice design nonetheless. I don't know if I will use it right... |
Forum: DaniWeb Community Feedback Sep 4th, 2004 |
| Replies: 34 Views: 8,648 I was trying to figure out the same thing... it just doesn't make sense. But it did make me unhappy. |
Forum: DaniWeb Community Feedback Sep 4th, 2004 |
| Replies: 34 Views: 8,648 I know this is an old thread, but like someone else said earlier, why start a new one? I have a small problem I hope someone can help me with. I started a thread in the Geek forum about other... |
Forum: Website Reviews Sep 3rd, 2004 |
| Replies: 6 Views: 2,770 Mike,
Thanks for the ideas, just one question if you don't mind. I did try to put up a pdf file of the calander, but it took up a ton of hd space on my server. Great other ideas though! :)
... |
Forum: Website Reviews Sep 3rd, 2004 |
| Replies: 11 Views: 4,601 Everything looks great - I would just wonder if I was buying these, how big are they? You only gave that information in two, maybe three that I saw. You can portray this by placing a commonly know... |