[programmingblind] Re: dev c or somehting that actually works
- From: "Littlefield, Tyler" <compgeek13@xxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Sun, 9 Sep 2007 21:32:38 -0600
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" <n1umj@xxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
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" <compgeek13@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
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 <iostream>
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" <n1umj@xxxxxxxxxxx>
To: <ProgrammingBlind@xxxxxxxxxxxxx>
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
- Follow-Ups:
- [programmingblind] Re: dev c or somehting that actually works
- From: John Miller
- [programmingblind] Re: dev c or somehting that actually works
- From: Hardik Dave
- References:
- [programmingblind] dev c or somehting that actually works
- From: John Miller
- [programmingblind] Re: dev c or somehting that actually works
- From: Littlefield, Tyler
- [programmingblind] Re: dev c or somehting that actually works
- From: John Miller
Other related posts:
- » [programmingblind] dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
- » [programmingblind] Re: dev c or somehting that actually works
To: <programmingblind@xxxxxxxxxxxxx> 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 <iostream> 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" <n1umj@xxxxxxxxxxx>To: <ProgrammingBlind@xxxxxxxxxxxxx> Sent: Sunday, September 09, 2007 8:38 PM Subject: [programmingblind] dev c or somehting that actually worksI 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
- [programmingblind] Re: dev c or somehting that actually works
- From: John Miller
- [programmingblind] Re: dev c or somehting that actually works
- From: Hardik Dave
- [programmingblind] dev c or somehting that actually works
- From: John Miller
- [programmingblind] Re: dev c or somehting that actually works
- From: Littlefield, Tyler
- [programmingblind] Re: dev c or somehting that actually works
- From: John Miller