Re: [programmingblind] Re: dev c or somehting that actually works

  • From: "Littlefield, Tyler" <compgeek13@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 10 Sep 2007 15:40:16 -0600

My contact info is also below... I have a dead mic, so that's out, but msn and aim are pretty good. will do what I can if you have questions.

Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: compgeek134@xxxxxxxxxxx
email: compgeek13@xxxxxxxxx
aim: st8amnd2005
skype: st8amnd127
----- Original Message ----- From: "John Miller" <n1umj@xxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, September 10, 2007 9:27 AM
Subject: Re: [programmingblind] Re: dev c or somehting that actually works


I do have skype, my name is n1umjjohn on there.
I'm actually not a negative person usually, just programming seems to bring out that side of me some times, I'm making progress now though so now that I have a grasp on a compiler I think, I can take the time to learn the language and catch up rather than running way behind like I was. I think now I'm where most of the class was a week ago when class started and to me, that's a huge gain. I've pulled out a passing grade in classes I never should have before in the closing days and that was with more classes. Now I only have 3 and 2 of them seem pretty average with the work load so I think now that I'm started, I'll be fine. I'll have questions I'm sure but I'm a lot better off now with the hole thing than I was. Really, I'm not usually a negative person, I have to be pretty frustrated to get to that point. I agree with you, I get a lot more done on a positive attitude than negative and usually that's how I am. It will mean a few more late nights, but as I said, I have a basic grasp of the basics now, and I think I'll be fine with a few more questions, but fine. If it really gets bad, the thought that I'm already down to 9 more weeks will go a long way to helping lol. ----- Original Message ----- From: "Jackie McBride" <abletec@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Monday, September 10, 2007 11:02 AM
Subject: Re: [programmingblind] Re: dev c or somehting that actually works


John:

Would u please please please consider getting skype or something
similar?  I personally have neither the time nor inclination 2 try 2
do this via email--it's long, plus it's impossible 2 hear what you're
doing in order 2 better help.

Unfortunately, I'm gonna b in & out a lot these next couple days so
hit-or-miss is gonna describe my ability 2 b contacted.  However, my
skype name is abletec & if u get skype up & running then perhaps we
can do a session about dev c.

1 other thing--u should really begin considering the power of your
words.  "I'm gonna fail", "I don't belong in this class", etc. just
implant more firmly in your mind negative thinking.  I understand
you're frustrated & scared.  I've been there.  But u need instead 2
start talking like: "this is an opportunity 2 c how the software
drives the hardware (the hardware's just a glorified paperweight or
boat anchor without it), it's a chance 2 expand my horizons, I might
actually end up liking this, etc.  Slow down.  Quit panicking.  &
start turning your words from "I can't" in2 "I'm gonna do this &
that's all there b 2 it."  You'll enjoy yourself a whole lot more--&
it'll make more folks willing 2 help u cuz folks'd rather help
positive people than negative ones.  Please think about it.  Kill the
negativity.   Pray or do whatever it is u do in order 2 change
negative thoughts 2 positive ones--surely u do something or u wouldn't
be in college.  Get up on skype or some other voice chat client, let
me know what that is as well as your time zone, & we can arrange
something--that is, so long as I start hearing some positive self-talk
from u--otherwise we're both wasting our time--& as a cancer
conqueror, my time is the most valuable asset I possess.

If this seems harsh, I apologize--it's really spoken in a very loving
spirit.  There's just really a lot of truth in the biblical saying
that "as a man thinks in his heart, so is he."  Learn that truth,
harness that power, & you'll have a great life--not because things go
right 4 u all the time but because you'll have learned 2 find the good
in even the most dire of circumstances.  4 example, when I stopped
looking at cancer as something 2 b fought & looked at it instead as a
gift--a message that I needed 2 change & reprioritize my life--I
became a lot healthier & happier than I ever was b4 I got sick.  So,
please, just think about it.  & get skype, or something similar,
contact me at
abletec@xxxxxxxxx
& we'll arrange something.

Blessings.

On 9/10/07, Hardik Dave <hardikmdave@xxxxxxxxx> wrote:
Hello Sir,

how do i unsubscribe to this list ?

I dont want to recieve these emails..

Thanks,
hardik
"Littlefield, Tyler" <compgeek13@xxxxxxxxx> wrote: you'll do fine. it's a
fun language to learn.
if you want, you can mail me on or off list an example, and I can see what
the deal is. :)
I've got dev, or... can just use mingw. which is the backend.
Anyway, good luck,
Thanks,
Tyler Littlefield.
Vertigo head coder
"My programs don't have bugs, just randomly added features."
msn: compgeek134@xxxxxxxxxxx
email: compgeek13@xxxxxxxxx
aim: st8amnd2005
skype: st8amnd127
----- Original Message -----
From: "John Miller"
To:

Sent: Sunday, September 09, 2007 9:22 PM
Subject: [programmingblind] Re: dev c or somehting that actually works


> OK, I'm downloading that now, thanks. I have a bunch of test programs > in
> my book and 1 worked but DevC++ just won't compile them for what ever
> reason so I'll try VC++ 2005, maybe third program's the charm?  lol. I
> like things I can find the problem and fix, when there is nothing
> noticeably wrong and the same thing worked once, then I don't like them
> anymore. In some ways I'm glad this class is over in 9 weeks but I wish > I > played around with it like I did with HTML before taking the class. I > had
> no problem in that class because I knew what I was in for. Here, I'm my
> usual, way over my head just hoping somehow I might come out alright.
> ----- Original Message -----
> From: "Littlefield, Tyler"
> To:

> Sent: Sunday, September 09, 2007 11:00 PM
> Subject: [programmingblind] Re: dev c or somehting that actually works
>
>
>>I recommend vc++. Also, not everything found on the net will work. >>copying
>>and pasting or just oepning and compiling won't work.
>> Try this.
>> #include
>> int main(void) {
>> std::cout << "Hello world!\n" << std::endl;
>> return 0;
>> }
>> it's a simple hello world program, which should compile. dev-cpp >> requires
>> a lot of jaws cursor. I recommend using vc++ 2005.
>> HTH,
>> Thanks,
>> Tyler Littlefield.
>> Vertigo head coder
>> "My programs don't have bugs, just randomly added features."
>> msn: compgeek134@xxxxxxxxxxx
>> email: compgeek13@xxxxxxxxx
>> aim: st8amnd2005
>> skype: st8amnd127
>> ----- Original Message -----
>> From: "John Miller"
>> To:

>> Sent: Sunday, September 09, 2007 8:38 PM
>> Subject: [programmingblind] dev c or somehting that actually works
>>
>>
>>>I downloaded DevC and I got it to work once. I guess a lot of people >>>on >>>this list like it, hopefully some one can get me on the right track. >>>I'm >>>getting close to my first assignment in this class and I'm sure I >>>don't
>>>belong in this class but I'm stuck with it now. If anyone can offer me
>>>any help, I got it to compile 1 program once, after that it won't do >>>it.
>>>I can't find any errors or anything. If I fail the class I can't get
>>>funding to take it again, nor can I in my wildest dreams afford to >>>take
>>>it again so I have to get it right now.
>>> John Miller N1UMJ
>>> AIM and yahoo messenger: N1UMJ
>>> home page:
>>> http://home.comcast.net/~n1umj/wsb/html/view.cgi-home.html-.html
>>>
>>
>>
>
>










(¨`·.·´¨)     Please
`·.¸(¨`·.·´¨) Smile;
(¨`·.·´¨)¸.·´ Keep
`·.¸.·´       Smile!
"No one knows what he can do, until he tries."





---------------------------------
Pinpoint customers who are looking for what you sell.


--
Jackie McBride
Check out my homepage at:
www.abletec.serverheaven.net
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: