Search found 240 matches

by Benjamin100
Wed Mar 13, 2013 11:01 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6860

Re: Server Side Practice

So I've set it up just this way; http://www.webassist.com/support/docume ... indows.php
Does that mean it won't allow any access to my server from outside?
by Benjamin100
Wed Mar 13, 2013 5:58 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6860

Re: Server Side Practice

Thanks guys. I'm still confused. I was watching a tutorial and apparently you have to set it up and then open it up in a browser to set a password. Does that mean that before I set the password it is open to the public? I'm confused. I don't understand servers. I'm still learning this stuff. p.s. Wh...
by Benjamin100
Fri Mar 08, 2013 7:50 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6860

Server Side Practice

So, I was here a while ago. I had been programming in C++ and even learning some OpenGL, but I'm not good with math so I stopped that. Now I'm trying to learn some more Web Development, and I want to learn PHP. The issue is that I don't have a server to do server side scripting with. Apparently I ca...
by Benjamin100
Sun Jun 03, 2012 7:28 pm
Forum: Programming Discussion
Topic: [SOLVED]Looking to make 3d games with opengl, but don't
Replies: 8
Views: 3137

Re: Looking to make 3d games with opengl, but don't know how

If you do end up using SDL, I found this tutorial quite helpful at times; http://www.aaroncox.net/tutorials/2dtutorials/index.html "Lazy Foo" does seem to be the one people point towards the most, just sharing what I found helpful. EDIT: I think I actually used Lazy Foo's for the set up, a...
by Benjamin100
Tue May 29, 2012 1:28 pm
Forum: Programming Discussion
Topic: Going with DirectX
Replies: 7
Views: 1666

Re: Going with DirectX

OK, so Nintendo must just have its own graphics library.
by Benjamin100
Tue May 29, 2012 1:00 am
Forum: Programming Discussion
Topic: Going with DirectX
Replies: 7
Views: 1666

Re: Going with DirectX

What about other consoles?: Playstation and Nintendo?
by Benjamin100
Sun May 27, 2012 11:35 pm
Forum: Programming Discussion
Topic: The Future and High-level programming.
Replies: 10
Views: 2828

Re: The Future and High-level programming.

EDIT: Just rereading this reply didn't make sense, editing it:

Thanks for the thoughts.
by Benjamin100
Sun May 27, 2012 4:08 pm
Forum: Programming Discussion
Topic: Going with DirectX
Replies: 7
Views: 1666

Re: Going with DirectX

Cool. Just needed to know that it wouldn't be pointless, and might be used professionally.
by Benjamin100
Sun May 27, 2012 3:08 pm
Forum: Programming Discussion
Topic: Going with DirectX
Replies: 7
Views: 1666

Going with DirectX

I'm having so much trouble finding a good introduction to modern OpenGL. When I look for introductions to DirectX, I seem to be flooded with books. I realize this is probably due to funding, as I imagine Microsoft would prefer developers learn DirectX. I'd rather learn OpenGL, but it doesn't seem po...
by Benjamin100
Thu May 24, 2012 1:46 pm
Forum: Programming Discussion
Topic: C++ to C
Replies: 16
Views: 3900

Re: C++ to C

Thanks guys!
by Benjamin100
Tue May 22, 2012 2:30 pm
Forum: Programming Discussion
Topic: C++ to C
Replies: 16
Views: 3900

C++ to C

So, I learned python scripting a little bit, and then got into C++ programming. I've been using C++ for, I think, a little over a year now, starting to use graphics libraries with it. I was wondering, what is the difference between C and C++? I thought it was just that C didn't have classes and C++ ...
by Benjamin100
Mon May 21, 2012 5:09 pm
Forum: Programming Discussion
Topic: Lesson for NASM [SOLVED]
Replies: 4
Views: 1099

Re: Lesson for NASM

Thanks.
by Benjamin100
Sun May 20, 2012 6:32 pm
Forum: General/Off-Topic
Topic: Devvving on a Console
Replies: 8
Views: 2429

Re: Devvving on a Console

OK. I did some more reasearch on this.
http://en.wikibooks.org/wiki/Super_NES_ ... SNES_games

It appears that it can be done legally, but probably only if you don't hack an existing cartridge.
by Benjamin100
Sun May 20, 2012 3:17 pm
Forum: General/Off-Topic
Topic: Devvving on a Console
Replies: 8
Views: 2429

Re: Devvving on a Console

Is there a legal way to do homebrew cartridges for the NES or SNES?
That would be a dream.
Some way without hacking?
I realize it would probably have to be close to machine code... still.
by Benjamin100
Sun May 20, 2012 1:54 pm
Forum: Programming Discussion
Topic: Lesson for NASM [SOLVED]
Replies: 4
Views: 1099

Re: Lesson for NASM

I'm still a little confused about what assembly is.
Is NASM an assembly language? What is x86 assembler? Is it an assembly language? Is assembly a programming language?
Is NASM just a higher level version of x86 assembly?