Search found 34 matches

by fingerfry
Wed Sep 09, 2009 6:27 pm
Forum: Programming Discussion
Topic: [SDL] Shooting and Hello World!
Replies: 25
Views: 2150

Re: [SDL] Shooting and Hello World!

“Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime” -unkown person wrote this. I believe THIS is the correct quote: “Give a man a fish; you have fed him for today. Teach a man to fish; and you have fed him for a lifetime. Teach a man to se...
by fingerfry
Wed Sep 09, 2009 6:08 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

It works after I re-installed it. I have no idea what was wrong with it, but it is fine now :)
by fingerfry
Wed Sep 09, 2009 6:06 pm
Forum: Programming Discussion
Topic: Programming books?
Replies: 29
Views: 3342

Re: Programming books?

hurstshifter wrote: Books that I would avoid

The Holy Bible
HAHAHA!!! So funny :)


I have "Crash course in C" -by Paul J. Perry
by fingerfry
Wed Sep 09, 2009 5:46 pm
Forum: Programming Discussion
Topic: Making programming freinds
Replies: 10
Views: 895

Re: Making programming freinds

fingerfry would like to be your friend. :) Welcome, I have the same problem so I came to this site. The people here are extremely intelligent and are kind. That's why I come here every day. :mrgreen:
by fingerfry
Tue Sep 08, 2009 10:08 pm
Forum: Programming Discussion
Topic: My first program from scratch(calculator)
Replies: 9
Views: 1125

My first program from scratch(calculator)

Okay, so I'm a fairly new programmer. I realize that this is no great feat in the programming world, but the important thing is that I took another step towards betterment of my programming skills :) As I returned home from another day of school, I finished my homework and just thought about a simpl...
by fingerfry
Sun Sep 06, 2009 1:38 pm
Forum: Programming Discussion
Topic: Programming from scratch?
Replies: 18
Views: 1519

Re: Programming from scratch?

Bakkon wrote:
fingerfry wrote:What was the project?
http://elysianshadows.com/phpBB3/viewto ... =13&t=3975
That is really awesome :D
by fingerfry
Sun Sep 06, 2009 2:02 am
Forum: Programming Discussion
Topic: Programming from scratch?
Replies: 18
Views: 1519

Re: Programming from scratch?

Bakkon wrote:I just finished my first serious project and I'd say I started learning C++ about 2 years ago.
What was the project?
by fingerfry
Sat Sep 05, 2009 10:13 pm
Forum: Programming Discussion
Topic: Haha teacher gets OWNED
Replies: 24
Views: 2287

Re: Haha teacher gets OWNED

I can remember doing something like that back in grade school, trying to teach the teacher. Now that I'm in college, I'm more introverted and humble, because I know no matter how better I get, there will always be other's 10000x better than me, and I'll admit I'll never know 100% what I'm talking a...
by fingerfry
Sat Sep 05, 2009 9:56 pm
Forum: Programming Discussion
Topic: Programming from scratch?
Replies: 18
Views: 1519

Programming from scratch?

I was just wondering, when did you experienced programmers get to the point where you could program without the help of tutorials, or books? How long after you started learning did you code a simple game by yourself? In what language did you develop your first significant application? Just some ques...
by fingerfry
Sat Sep 05, 2009 7:32 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

If you do it exactly like it is done in this video and it still doesn't work, something is wrong with Visual Studio and you might want to reinstall it or something. Otherwise, you might give Code::Blocks a try. I guess I'll try to re-install. If that is to no avail, then I'm Going to be a Code Bloc...
by fingerfry
Sat Sep 05, 2009 7:07 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

Yeah..... About that link... :roll:

I did all of that, and I still get Bill's middle finger(stupid error message). :(
by fingerfry
Sat Sep 05, 2009 7:00 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

I changed the line to what you suggested, but I get the same error. Good point though, that was poor programming syntax on my part(it still worked though :) ).
by fingerfry
Sat Sep 05, 2009 6:57 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

This is how the build looks: 1>------ Build started: Project: mtytictac, Configuration: Debug Win32 ------ 1>Compiling... 1>main.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.\main.cpp': No such file or directory 1>Build log was saved at "file://c:\Users\Cameron\Documents\Visual St...
by fingerfry
Sat Sep 05, 2009 6:54 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

Yes, I have. I can run programs after 30+ minutes of messing around with the file, but I can never remember exactly what I did. I want to be able to run the program without having to waste time.
by fingerfry
Sat Sep 05, 2009 6:39 pm
Forum: Programming Discussion
Topic: Error: "Cannot Find The File Specified"[solved]
Replies: 14
Views: 1010

Re: Error: "Cannot Find The File Specified"

Also; if I go into the location that is mentioned, I can see the main.cpp right there.