Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 20th, 2006, 3:21 PM   #41
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I don't need to speak to Kyle. YOU need to quit misleading people with your guesses. If you want to do things the hard way, go ahead, but don't expect a sensible potential boss to hire you or keep you.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 20th, 2006, 3:23 PM   #42
Dragon_Master
Programmer
 
Dragon_Master's Avatar
 
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3 Dragon_Master is on a distinguished road
Yeah, well I just told Kyle about some of the stuff you've been doing. So keep it up if you enjoy being banned. If you can't act civilized don't post.
Dragon_Master is offline   Reply With Quote
Old Jul 20th, 2006, 3:26 PM   #43
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Nothing that I've been doing is an unknown to Kyle. If Kyle decides that banning me is his best recourse, that's entirely his business. If I join YOUR forum, then YOU can ban me.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 20th, 2006, 3:28 PM   #44
Dragon_Master
Programmer
 
Dragon_Master's Avatar
 
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3 Dragon_Master is on a distinguished road
Whatever. I don't care. I'll ignore you. Simple as that.
Dragon_Master is offline   Reply With Quote
Old Jul 20th, 2006, 4:08 PM   #45
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
And I will ignore you, unless you continue to drano the worth of the forum for newbies.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 20th, 2006, 5:57 PM   #46
Soulstorm
Hobbyist Programmer
 
Soulstorm's Avatar
 
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3 Soulstorm is on a distinguished road
Quote:
Originally Posted by Dragon_Master
It doesn't work with my new computer, and I just got it yesterday. BTW, I was refering to windows programming.
That really doesn't make sense. What kind of computer is this that can't handle the STL??? And what do you mean by "I was referring to windows Programming"? It looks that you are under the impression that the STL is *nix only! You need to look at your books again.

You have managed to say 3 misleading things in just 2 lines of posting. Perhaps DaWei was over the line there, but he was right.

And please don't tell me that this matter is 'non of my business' becuase it is, since you are arguing in public.
__________________
Project::Soulstorm (personal homepage)
Soulstorm is offline   Reply With Quote
Old Jul 21st, 2006, 2:55 PM   #47
kyoryu
Newbie
 
Join Date: Jun 2006
Posts: 20
Rep Power: 0 kyoryu is on a distinguished road
Quote:
Originally Posted by Dragon_Master
Because I'm not entirely sure that STL's std:tring works with windows.
Well, I'll guarantee it does. I've written software that's been used by hundreds of thousands of people on Windows, that uses std::string. So it works.

I have no doubt that you can't get it to compile right now, on your computer. Let me give you some possible reasons:

1) You're using VC++ 2005 Express, and haven't installed the Platform SDK, and haven't told VC++ that it's okay to make native code.
2) Your paths aren't set up correctly.
3) You're not including the header file correctly.
4) You are using a compiler that doesn't install STL by default, and you haven't installed it.

"std::string doesn't work on Windows" is not on the list.
kyoryu is offline   Reply With Quote
Old Jul 21st, 2006, 3:11 PM   #48
Draco Calculus
Newbie
 
Draco Calculus's Avatar
 
Join Date: Jul 2006
Posts: 5
Rep Power: 0 Draco Calculus is on a distinguished road
This guy is obviously lying. std::string does work with Windows.
Draco Calculus is offline   Reply With Quote
Old Jul 21st, 2006, 3:11 PM   #49
JimmyJim
Programmer
 
JimmyJim's Avatar
 
Join Date: Jul 2006
Location: England
Posts: 43
Rep Power: 0 JimmyJim is on a distinguished road
You know, as a newbie i have observed a few things. Why do we need to have arguments with each other over stupid little things.

@Dragon_Master, calm down. DaWie has more knoweldge of programming than you can ever wish to know. He might be a little strange at times but who isnt. You made a simple error in the way you posted. You could have said std::string does not work properly on my set up. Then people could give you good advice like Kyoryu gave.

@DaWie, there are few people in these forums that could get away with giving advice to you. Most people here have a high respect for you due to your experience and the forum would not be the same place without your input.

I know that is how i feel, i joined not so i could join in with the flaim wars and trolling but so i could learn and help other people. I think this is a common goal for most here. Lets not let it deteriate like some other forums have.

Edit: @Marvin. You really need to see someone about your mental condition. lol.
JimmyJim is offline   Reply With Quote
Old Jul 21st, 2006, 3:17 PM   #50
Draco Calculus
Newbie
 
Draco Calculus's Avatar
 
Join Date: Jul 2006
Posts: 5
Rep Power: 0 Draco Calculus is on a distinguished road
Draco Calculus is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
When to use the new keyword in C++? titaniumdecoy C++ 28 Mar 16th, 2006 1:36 PM
Which area of memory does new use? aznluvsmc C++ 11 Nov 5th, 2005 8:37 AM
Question about multidimensional arrays of strings aznluvsmc C 8 Oct 15th, 2005 11:20 PM
Pointers in C (Part II) Stack Overflow C 2 Apr 29th, 2005 11:39 AM
Pointers in C (Part I) Stack Overflow C 4 Apr 28th, 2005 8:03 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:01 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC