Be a Supporter!

Programming Regs Lounge

  • 423,139 Views
  • 17,911 Replies
New Topic Respond to this Topic
authorblues
authorblues
  • Member since: Jun. 21, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Programming Regs Lounge 2008-02-17 18:05:31 Reply

At 2/17/08 05:54 PM, smulse wrote: Anyway Borat has finished downloading so I'm going to watch that again on my iPod then go to sleep. Just out of interest has anyone from the US watched it and what was your opinion?

it was pretty hilarious. i definately approve, especially since im from the same state as those frat boys (south carolina) who made complete douchebags of themselves. its pretty hilarious.

Tomorrow is gonna be crap, back to college :( but getting my hair cut in the morning :)

class tomorrow is gonna rock. i get my automata theory test back. i cant wait to see the look on a certain someones face when i get the highest grade in the class.


BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-17 18:43:05 Reply

I haven't seen Borat yet. It's been on but can't seem to catch it when it's starting.

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-17 19:21:41 Reply

At 2/17/08 06:56 PM, NeillS wrote: And he wonders why I don't help on this site. My my. I just cant comprehend how unbelievably stupid some people can be.

You tend to make things worse rather than helping.

UnknownFear
UnknownFear
  • Member since: Feb. 27, 2004
  • Offline.
Forum Stats
Member
Level 37
Gamer
Response to Programming Regs Lounge 2008-02-17 20:43:17 Reply

Hey guys. I am just starting to get into programming (I am taking a programming course at my school) in Visual Basic 6. I downloaded Visual Basic 2008 Express Edition and it works great. Now, I also have Visual C++ 2008 Express Edition and that is used apparently for game design. Is C++ good for game design?

Note that I am a beginner who is just getting into Visual Basic and C++. So far, I am enjoying it so I will be in this forum a lot.

thoughtpolice
thoughtpolice
  • Member since: Mar. 24, 2003
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Programming Regs Lounge 2008-02-18 00:03:34 Reply

At 2/17/08 08:43 PM, UnknownFear wrote: Is C++ good for game design?

No, but that's because 'design' is a phase all in its own!

You will typically be designing long before you come to an implementation, and it's an important part of the process.

While I in no way am a fan of C++, it can be used for game design, although it might take some work before you can get up and running with even a basic window...

If you want to start off fast, I recommend Python and something like Pygame. You'll be up and running faster, it's a lot more sane of a language than C++, and you'll keep yourself motivated because you'll start seeing results a lot faster.


omg.
Playstation Network tag: muffin-noodle
the empty set

thoughtpolice
thoughtpolice
  • Member since: Mar. 24, 2003
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Programming Regs Lounge 2008-02-18 00:06:00 Reply

At 2/18/08 12:03 AM, thoughtpolice wrote: it can be used for game design

I am officially stupid. :( I rather meant it can be used for implementation.

Also, when you speak of 'games' I am generalizing a bit in that you mean games with graphics, interaction, etc.. You could probably whip up a game in C++ that does something like, say, play some blackjack in a week if you're just starting off. But fully blown windows with a graphics API like OpenGL? You're looking at a stretch of time a lot longer than a week if you want to use C++ and are starting off.


omg.
Playstation Network tag: muffin-noodle
the empty set

citricsquid
citricsquid
  • Member since: Jun. 25, 2005
  • Offline.
Forum Stats
Member
Level 23
Blank Slate
Response to Programming Regs Lounge 2008-02-18 02:45:42 Reply

Borats pretty good, hilarious and some parts.
AHHH, THE JEWS, THEY'VE TURNED INTO COCKROACHES, JUST TAKE OUR MONEY!

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Programming Regs Lounge 2008-02-18 06:09:41 Reply

Wow I've never seen so much bad/incorrect advice be given out in the same thread before.

Anyway Borat is funnier than I remembered it to be. I've just got back in from getting my hair cut, and I have to go out again (to college) in about half an hour. Urrh :(


BBS Signature
DannyIsOnFire
DannyIsOnFire
  • Member since: Apr. 14, 2005
  • Offline.
Forum Stats
Member
Level 21
Movie Buff
Response to Programming Regs Lounge 2008-02-18 06:31:57 Reply

At 2/18/08 06:09 AM, smulse wrote: and I have to go out again (to college) in about half an hour. Urrh :(

The joys of being off for a week.
Don't think i'm at work either, so i'm gonna take this week to get a shitload of stuff done, programming wise.

I've been messing with my blogging script that i intend to release for download, and my portfolios just about finished.
Could do with a bit of freelance work actually. I'll have to have a look about.

After i watch WWE No Way Out of course.
Wrestling FTW :P


|| Portfolio || Facebook || Twitter ||

BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-18 07:33:49 Reply

I love getting PMs from people assuming that I'm interested in game making when I never asked questions about it or even wanted information about it. Trying to market something to someone who doesn't want to be marketed to is interesting lol. I'm not gonna go into the rest of what the PM said. It was just kinda weird.

different
different
  • Member since: Jul. 8, 2004
  • Offline.
Forum Stats
Member
Level 35
Blank Slate
Response to Programming Regs Lounge 2008-02-18 08:26:42 Reply

iMac arrived. Win. :-)


> twitter.

UnknownFear
UnknownFear
  • Member since: Feb. 27, 2004
  • Offline.
Forum Stats
Member
Level 37
Gamer
Response to Programming Regs Lounge 2008-02-18 09:02:52 Reply

At 2/18/08 12:03 AM, thoughtpolice wrote: If you want to start off fast, I recommend Python and something like Pygame. You'll be up and running faster, it's a lot more sane of a language than C++, and you'll keep yourself motivated because you'll start seeing results a lot faster.

Interesting. I'll check out out.

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Programming Regs Lounge 2008-02-18 11:03:44 Reply

At 2/18/08 06:31 AM, DannyIsOnFire wrote: The joys of being off for a week.
Don't think i'm at work either, so i'm gonna take this week to get a shitload of stuff done, programming wise.

I was off last week, and that was my exact thinking, and what did I get done? Absolutely nothing.

I've been messing with my blogging script that i intend to release for download, and my portfolios just about finished.
Could do with a bit of freelance work actually. I'll have to have a look about.

Blog script sounds interesting. I'm keen on learning a couple of blogging platforms (well, how to use/make themes for). I can do WP, but it makes a bigger client base if there are a range of things you can design for.

After i watch WWE No Way Out of course.
Wrestling FTW :P

Fake wrestling is fake :\

At 2/18/08 07:33 AM, Jessii wrote: I love getting PMs from people assuming that I'm interested in game making when I never asked questions about it or even wanted information about it.

I got a PM from a guy the other day (and this happens like once every month), when I help people in a thread they send me a PM saying thanks. Okay, I'm happy to help... but I don't want you to stalk me about it!

At 2/18/08 08:26 AM, different wrote: iMac arrived. Win. :-)

Nice one :D Is it everything you dreamed and more? heh


BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-18 11:36:48 Reply

I hate procrastinating, yet I can't seem to get motivated to write this paper! This paper is 50% of my grade too :(

Momo-the-Monkey
Momo-the-Monkey
  • Member since: Oct. 15, 2005
  • Offline.
Forum Stats
Member
Level 45
Musician
Response to Programming Regs Lounge 2008-02-18 13:48:28 Reply

What do you guys think?

Not much for programming, but I decided to take a break from it to work on link above. Just thought I'd get a little fun into your lives.

So, how's everyone?


Hello, from the past!
[ PHP: Main ]

BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-18 14:10:48 Reply

At 2/18/08 01:48 PM, Momo-the-Monkey wrote: What do you guys think?

The only thing that looks good is the front page :/ The layout is screwed up on the rest of the pages.

So, how's everyone?

I'm fine, just getting lots of stuff done today, including kicking my alcohol intervention paper's ass :D (at least I'm trying to anyway lol)

cherries
cherries
  • Member since: Jun. 7, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Programming Regs Lounge 2008-02-18 14:49:03 Reply

My website is finally semi-complete :D

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-18 15:22:17 Reply

At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D

What's with the little blue lines above the comment images?

smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Programming Regs Lounge 2008-02-18 15:41:35 Reply

At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D

Nav goes away on code page

I like your comment icons

Also, that thing with Xavier was scary OMFG GTFO NOW


BBS Signature
everyoneloves345
everyoneloves345
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Programming Regs Lounge 2008-02-18 15:42:49 Reply

At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D

LOL cherries i love your contact page, "AIM: goldencherriesXD"

DannyIsOnFire
DannyIsOnFire
  • Member since: Apr. 14, 2005
  • Offline.
Forum Stats
Member
Level 21
Movie Buff
Response to Programming Regs Lounge 2008-02-18 15:46:50 Reply

Like the copyright notice, and i like the story even more :)


|| Portfolio || Facebook || Twitter ||

BBS Signature
cherries
cherries
  • Member since: Jun. 7, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Programming Regs Lounge 2008-02-18 15:59:16 Reply

At 2/18/08 03:41 PM, smulse wrote: Nav goes away on code page

It's supposed to be like that, so I don't have to make little horizontal boxes and such.

At 2/18/08 03:22 PM, Jessii wrote: What's with the little blue lines above the comment images?

I'm not seeing that? Mind taking a screenshot?

everyoneloves345
everyoneloves345
  • Member since: Jul. 25, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Programming Regs Lounge 2008-02-18 16:06:19 Reply

I can't see the blue lines either, maybe problem with ur brows0r?

Afro-Ninja
Afro-Ninja
  • Member since: Mar. 2, 2002
  • Offline.
Forum Stats
Moderator
Level 44
Game Developer
Response to Programming Regs Lounge 2008-02-18 16:06:53 Reply

At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D

it's not the year 4000 yet, your content belongs to me.


BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to Programming Regs Lounge 2008-02-18 16:11:37 Reply

At 2/18/08 03:59 PM, cherries wrote: I'm not seeing that? Mind taking a screenshot?

I circled them. I'm not sure if it's an IE 7 thing but it just looks a little weird. It might have to do with the a.comments in your css since you named it with an a instead of it being a regular class.

Programming Regs Lounge

citricsquid
citricsquid
  • Member since: Jun. 25, 2005
  • Offline.
Forum Stats
Member
Level 23
Blank Slate
Response to Programming Regs Lounge 2008-02-18 16:16:47 Reply

At 2/18/08 04:06 PM, Afro-Ninja wrote:
At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D
it's not the year 4000 yet, your content belongs to me.

I beat you to it, it's mine >:(

Mister-Mind
Mister-Mind
  • Member since: Jul. 1, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Programming Regs Lounge 2008-02-18 16:20:09 Reply

Holy shit! Its been a long time since I've been here! :O

cherries
cherries
  • Member since: Jun. 7, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Programming Regs Lounge 2008-02-18 17:08:45 Reply

At 2/18/08 04:06 PM, Afro-Ninja wrote:
At 2/18/08 02:49 PM, cherries wrote: My website is finally semi-complete :D
it's not the year 4000 yet, your content belongs to me.

NOOOOOOO :(

different
different
  • Member since: Jul. 8, 2004
  • Offline.
Forum Stats
Member
Level 35
Blank Slate
Response to Programming Regs Lounge 2008-02-18 17:20:51 Reply

sam: The screen is immense. Installed the developer tools and I'm in way over my head right now.. here's hoping I can get some tips on Xcode development. :-)

Loving QuickLook and Spaces. iMovie 08 is also a real nice little application. Also loving the fact that I can play my music with a remote from across the room.


> twitter.

DannyIsOnFire
DannyIsOnFire
  • Member since: Apr. 14, 2005
  • Offline.
Forum Stats
Member
Level 21
Movie Buff
Response to Programming Regs Lounge 2008-02-18 17:58:26 Reply

At 2/18/08 05:20 PM, different wrote: Also loving the fact that I can play my music with a remote from across the room.

That would be very handy. Wish there was something like that for Windows :(


|| Portfolio || Facebook || Twitter ||

BBS Signature