Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Sep 28th, 2006, 5:46 PM   #11
programmingnoob
Hobbyist Programmer
 
Join Date: Feb 2006
Posts: 154
Rep Power: 3 programmingnoob is on a distinguished road
Alright, someone suggested me not to put "host" in the queue, but add its PID to a text file so that when the second player joins the game, then it just reads the text file, and sees PID of the host, and finds out that there is one more person (host) currently in the game.

btw looks like I am talking to myself, none of you would stop to help me out ...
cmon people
btw if my questions are not clear enough, then let me know and I will fix that, you know!
programmingnoob is offline   Reply With Quote
Old Sep 28th, 2006, 5:59 PM   #12
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Don't be whiney. Contributors here are volunteers. Maybe you should try "Job Offers"? Your initial post is barely within the guidelines:
Quote:
Dont be so lazy. If you post your homework for someone else todo, dont be supprised or get upset if your post is removed. Asking for a brief pointer on a *particular area* IS ok. Copying of multiple assignment questions and attaching a note at the bottom saying "please help me" is not. We were all at school/college/uni once upon a time, and we know what homework questions look like.
__________________
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 Sep 28th, 2006, 7:40 PM   #13
programmingnoob
Hobbyist Programmer
 
Join Date: Feb 2006
Posts: 154
Rep Power: 3 programmingnoob is on a distinguished road
Quote:
Originally Posted by DaWei View Post
Don't be whiney. Contributors here are volunteers. Maybe you should try "Job Offers"? Your initial post is barely within the guidelines:
but I did not ask you guys to do anything for me!
I just asked you guys to tell me if my own approach is right or not! whats wrong with that? If I knew people in my class, I would discuss my approach with them,
not here.

I did not know just discussing my own approach was wrong too?

and I was not whining, I was wondering if there was any reason my post was not getting any reply .... like maybe my question was not clear etc.


DaWei, I know I am not the best at communicating here, but I usually mean well!
programmingnoob is offline   Reply With Quote
Old Sep 28th, 2006, 7:55 PM   #14
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>I did not know just discussing my own approach was wrong too?
There's nothing wrong with that. However, if we choose to help you, we'll do so on our own schedule. The problem is here:
Quote:
btw looks like I am talking to myself, none of you would stop to help me out ...
cmon people
We don't care if you're talking to yourself. The reason you're not getting answers could be due to a number of things. In my case, your problem just isn't interesting enough to bother. In someone else's case, they may not be confident enough to give you good help. Others may be busy and it'll take more than a day to get around to helping you.

However, bitching about not getting help is a great way to ensure that you continue not to get any.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote
Old Sep 28th, 2006, 8:05 PM   #15
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
Your initial post is barely within the guidelines:
If I had left out the word, 'barely', would you have interpreted it as my saying your approach was wrong? Hell, no, just the opposite. The word, 'barely', merely connotes distance from the boundary, and imprecisely, at that.
__________________
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 Sep 28th, 2006, 8:16 PM   #16
programmingnoob
Hobbyist Programmer
 
Join Date: Feb 2006
Posts: 154
Rep Power: 3 programmingnoob is on a distinguished road
Quote:
Originally Posted by Narue View Post
>I did not know just discussing my own approach was wrong too?
There's nothing wrong with that. However, if we choose to help you, we'll do so on our own schedule. The problem is here:

We don't care if you're talking to yourself. The reason you're not getting answers could be due to a number of things. In my case, your problem just isn't interesting enough to bother. In someone else's case, they may not be confident enough to give you good help. Others may be busy and it'll take more than a day to get around to helping you.

However, bitching about not getting help is a great way to ensure that you continue not to get any.
you know, it's really hard online to tell what kind of expression the other person meant!
I was not bitching! dont take everything too seriously!
but thanks for claryfyinf why you didnt respond, I just wanted to make sure it's not the lack of clarity in my questions that made people not respond
programmingnoob is offline   Reply With Quote
Old Sep 28th, 2006, 9:17 PM   #17
Narue
Professional Programmer
 
Narue's Avatar
 
Join Date: Sep 2005
Posts: 419
Rep Power: 4 Narue is on a distinguished road
>you know, it's really hard online to tell what kind of expression the other person meant!
Believe me, I understand completely. I use a lot of nuances, so I have plenty of experience with misunderstandings.

>I was not bitching! dont take everything too seriously!
I rarely take things seriously. Just ask my friends and coworkers. But I also don't hesitate to call it like I see it, so you should consider growing thicker skin and taking criticism gracefully.

>I just wanted to make sure it's not the lack of clarity in my questions that made people not respond
Well, I can't speak for anyone except myself, so I picked two common situations aside from my specific situation of not really caring.
__________________
Even if the voices aren't real, they have some pretty good ideas.
Narue is offline   Reply With Quote
Old Sep 29th, 2006, 12:37 AM   #18
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You may be correct in assuming that communication is a problem. If you find that this seems to be a recurring factor, you need to work on it. If 5% of your vocabulary is words beginning with 'D' and half of those are 'Duh', you need to work on it. It's a judgement call, and the judgement is yours.
__________________
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 Sep 29th, 2006, 3:24 AM   #19
programmingnoob
Hobbyist Programmer
 
Join Date: Feb 2006
Posts: 154
Rep Power: 3 programmingnoob is on a distinguished road
Quote:
Originally Posted by DaWei View Post
You may be correct in assuming that communication is a problem. If you find that this seems to be a recurring factor, you need to work on it. If 5% of your vocabulary is words beginning with 'D' and half of those are 'Duh', you need to work on it. It's a judgement call, and the judgement is yours.
oh i have been working, and I have noticed a lot of improvement!
but I know I still have to improve a lot more ....
maybe me saying "cmon people" irriated you guys, maybe "cmon people" doesnt sound very nice
oh well i meant well ...
I'll try not to use that phrase as much
and another problem I could have is using too many exclamation marks, but thats just me, I like to use them a lot! (oopsie I used them again!)
but that usually means i am excited ...
programmingnoob is offline   Reply With Quote
Old Sep 29th, 2006, 5:14 AM   #20
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
i am excited
Blow-up dolls are relatively cheap. They're not always anatomically correct. Sometimes the valve is in the armpit.
__________________
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
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
Compiling Maverik 6.2 (from C) megamind5005 C 16 May 3rd, 2006 5:41 PM
How to to do this using Win32 API? csharp C++ 4 Nov 1st, 2005 5:22 AM
Java programmers, game developers, artists, be ware! RPG game team is recruiting! atcomputers.us Paid Job Offers 7 Sep 25th, 2005 7:25 PM
Can anyone help me PLEASE???? jasmm_73 C 4 Jun 7th, 2005 8:27 PM
Programmers Needed! Online Game troy_eisert C++ 2 Jan 29th, 2005 12:51 PM




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

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