Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3] 4 5 ... 23

Author Topic: I forgot every thing...Now I want to program again...  (Read 22376 times)

G-Flex

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #30 on: November 30, 2009, 01:51:21 am »

You kind of have to learn how to do it in order to do it.

Trial and error will hardly teach you everything; you'd be reinventing the wheel constantly, and likely doing a poor job of it since you don't know anything about good practice and have no foundation from which to start.


You might say that programming doesn't get boring, but it can sometimes be quite tedious, especially debugging.
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

eerr

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #31 on: November 30, 2009, 02:11:46 am »

Oh no, I'm so fucking bored all the time that I get bored of anything so quickly that it's unhuman.

Anyway Programming is good. Becuase I wont get bored while programming because i'll be doing something that doesnt get boring.

The learning process is boring. The doing is not.
The biggest problem is the engine.
Or rather, you are trying to do something specific with all of the generic bits of programming available.
Most of the interesting stuff you can do involves Input/output. All of that is system specific.


I recomend you switch to Flash, If what you want to do is graphics based.
Unfortunately, I don't have any experiance in it. You make the embedded kind of flash, so you can upload to newgrounds someday.
« Last Edit: November 30, 2009, 02:14:49 am by eerr »
Logged

Hippoman

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #32 on: November 30, 2009, 01:08:53 pm »

Oh no, I'm so fucking bored all the time that I get bored of anything so quickly that it's unhuman.

Anyway Programming is good. Becuase I wont get bored while programming because i'll be doing something that doesnt get boring.

The learning process is boring. The doing is not.
The biggest problem is the engine.
Or rather, you are trying to do something specific with all of the generic bits of programming available.
Most of the interesting stuff you can do involves Input/output. All of that is system specific.


I recomend you switch to Flash, If what you want to do is graphics based.
Unfortunately, I don't have any experiance in it. You make the embedded kind of flash, so you can upload to newgrounds someday.

See this is true. I used to use Novalis, and that was amazingly easy. But Krank just recently got back on for the first time in almost 3 weeks. He lost all his money and doesn't have the time to continue it.

So I tried Panda3D and thats how this started. But now I just wanna use WinApi because I can't understand a thing any of you were explaining OpenGL to me.
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

eerr

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #33 on: November 30, 2009, 05:35:34 pm »

Tell us what you use to compile and write code, so we can then laboriously look up "add library" on the internet for you.
Logged

Hippoman

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #34 on: November 30, 2009, 06:03:52 pm »

Tell us what you use to compile and write code, so we can then laboriously look up "add library" on the internet for you.

Well I use Codeblocks with Mingu?
And I can obviously google add library on my own and shit. But what I need is a library.
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

Hippoman

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #35 on: November 30, 2009, 08:32:03 pm »

Ok so ive been looking at Youtube for videos.

And everyone I looked at making a application in Winapi/win32 was using Visual C++.

What is Visual C++ and do I need it/should i get it?
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: I forgot every thing...Now I want to program again...
« Reply #36 on: November 30, 2009, 08:54:44 pm »

Visual C++ is simply microsoft's C++/C IDE/compiler.

The "Visual" comes mostly(AFAIK) from the other related ones for C#, VB, etc. that have a visual GUI creator built in.
Logged
Eh?
Eh!

G-Flex

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #37 on: November 30, 2009, 10:07:48 pm »

There's a free version available from Microsoft (Visual C++ Express), fyi. It's what I've been using.
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

Hippoman

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #38 on: December 01, 2009, 08:07:30 am »

So should I be using it?

Or should I use code::blocks?
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: I forgot every thing...Now I want to program again...
« Reply #39 on: December 01, 2009, 08:14:29 am »

In general, they both do nearly the same thing.

You should probably use the one you like more.
Logged
Eh?
Eh!

eerr

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #40 on: December 01, 2009, 01:05:24 pm »

You should buy a book on Windows API.
Logged

Hippoman

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #41 on: December 01, 2009, 06:26:27 pm »

You should buy a book on Windows API.
Been thinking about it. Although I can only learn from doing, I could try...harder...and harder...and harder.
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

G-Flex

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #42 on: December 01, 2009, 06:58:25 pm »

Learning-by-doing is still entirely possible using a book.

A lot of learning how to program from a book is by attempting the exercises given and consulting it in order to see how.
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us
Re: I forgot every thing...Now I want to program again...
« Reply #43 on: December 01, 2009, 07:19:06 pm »

Once you have a basic understanding and know what to look for, you can get by just by looking stuff up. I can write in  java, c#, c++, javascript, c, actionscript, 4 flavors of basic, perl, php, python, lisp, smalltalk, ADA and a handful of other languages this way despite being an expert in only the first 2 or 4.

I am assuming you are a teen of some variety, do you have the option of taking any programming coursework at your school? I know I didn't until college, but its things might have changed in the couple decades.
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.

eerr

  • Bay Watcher
    • View Profile
Re: I forgot every thing...Now I want to program again...
« Reply #44 on: December 01, 2009, 07:56:49 pm »

You should buy a book on Windows API.
Been thinking about it. Although I can only learn from doing, I could try...harder...and harder...and harder.
You could be trying alot harder than you need to.
Isn't it worth, uh, 20$ if you can look up all the stuff you need to know in a snap?

Plus the insights you could learn just from browsing it!

(Java has a data type called byte? cool!)
« Last Edit: December 01, 2009, 08:20:50 pm by eerr »
Logged
Pages: 1 2 [3] 4 5 ... 23