Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.93 / 5.00 10,224 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.03 / 5.00 46,462 ViewsAt 9/20/06 03:44 PM, NeillS wrote:At 9/20/06 12:41 AM, WoogieNoogie wrote: Flogging MollyDont swear at me.
I confused :(
Oh, and does anyone remember Windows 3.1? That was the shiz.
At 9/20/06 06:51 PM, WoogieNoogie wrote: Oh, and does anyone remember Windows 3.1? That was the shiz.
Sure do, the first comp I ever used was one that my dad got from work that had windows 3.1 on it. I remember having to set up different boots or some crap for dos games so it was either windows or dos game becuase it was to much for it to do both
I just got Skype working so I can talk to my sister in france. Because I have it, I figured I'd ask you guys if any of you were interested in setting up skype and using it? If we get enough people we could always hold a conference.
omg.
Playstation Network tag: muffin-noodle
the empty set
At 9/20/06 06:51 PM, WoogieNoogie wrote: Oh, and does anyone remember Windows 3.1? That was the shiz.
Yes I do =P
Although I did use DOS longer I think.
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/20/06 11:08 PM, kb-resin wrote: If we get enough people we could always hold a conference.
Nah! I don't know if I'd be able to handle that! I was supposed to call a friend last night in Va, but I screwed up and fell asleep instead :(
Woot!
Today i got a c++ book, i've already learnt alot, such as arrays etc.
At 9/21/06 03:19 PM, Jordan wrote: Woot!
Today i got a c++ book, i've already learnt alot, such as arrays etc.
Which one? I'm interested ^^
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/21/06 03:25 PM, elbekko wrote:At 9/21/06 03:19 PM, Jordan wrote: Woot!Which one? I'm interested ^^
Today i got a c++ book, i've already learnt alot, such as arrays etc.
Same. Author and book names please =P
I didn't have much time in the book shop so as i have had experience with the "For Dummies" books, i grabbed C++ For Dummies :)
Author: Stephen Randy Davis
Luckily, the book recomends Dev-C++ and thats what i use =D
I dislike the For Dummies books =/ They always think I'm stupid. Tried reading one on C once.
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/21/06 04:26 PM, elbekko wrote: I dislike the For Dummies books =/ They always think I'm stupid. Tried reading one on C once.
Yeah, they do assume you are somebody who has only been using a computer for a day and don't even know how to open up a program :(
Cya everyone!
I've been soooo bussy so I couldn't post.
Motorhead - Ace of Spades
At 9/21/06 05:20 PM, Jordan wrote:At 9/21/06 04:26 PM, elbekko wrote: I dislike the For Dummies books =/ They always think I'm stupid. Tried reading one on C once.Yeah, they do assume you are somebody who has only been using a computer for a day and don't even know how to open up a program :(
Yeah, its really anoying, and also, its likely that it doesnt really teach as much as a "real" book on programming.
My first programming book was "The C Programming Lenguage" excelent book, just excelent.
At 9/23/06 09:59 AM, Elemento wrote:At 9/21/06 05:20 PM, Jordan wrote:Yeah, its really anoying, and also, its likely that it doesnt really teach as much as a "real" book on programming.At 9/21/06 04:26 PM, elbekko wrote: I dislike the For Dummies books =/ They always think I'm stupid. Tried reading one on C once.Yeah, they do assume you are somebody who has only been using a computer for a day and don't even know how to open up a program :(
My first programming book was "The C Programming Lenguage" excelent book, just excelent.
Wholeheartedly agree.
My first programming book was actually Visual Basic 3.0 for Windows
though I really never read it, I pretty much just followed the examples.
I'm working on a pretty cool project at school now, having alot of troubles though,
I'm making a remote control for windows media player and winamp on a pocket pc.
I've made everything work, it now plays, stops, pauses, sets to fullscreen mode, next previous, fast forward etc. but I have a big problem namely to retrieve the playlist!
I thought it would be pretty straight forward by just using the windows message queue to retrieve elements, text string by text string, but appearantly, they're using the ATL ListView control, which does some freaky stuff.
On the normal listbox control, you can just send LB_GETITEMTEXT to retrieve data so that one's simple, in listview they have a LVM_GETITEMTEXT which theoretically should work similar... but nooo, for some reason, it needs a pointer to a structure, now in plain C++, this would be simple, but problem is; I'm using C# which isn't a problem in most cases, BUT in C#, you can only use pointers to primitives, ie int *, byte* float * etc, but not structures. This would still not be a problem, because I could just point to a byte * an retrieve data "manually" from there since I know what the structure looks like, problem is; the field I want, is a LPSTR within the structure, which makes the whole scheme alot harder, so I started making a managed DLL in C++ to implement in my project, which would be the logical step. But then I encountered a new problem...
The linker complains about a missing entry point, stdcall_ malloc, so I changed it to new; new linker problem, missing entry point stdcall_ new. It seems they have forcibly removed the unmanaged memory allocation functions for some reason. So I thought I should start being clever, so I did this :
thestruct.lpName = "(tons of whitespace)";
to force the string to allocate some memory in stack.
Build->Run
Console output (client)
server : ELLO MOTO!
me : ELLO!
server : FLESH
me : PLAYLIST
Windows Media Player has encountered a problem and needs to close. We are sorry for the inconvenience.
And I was like " : / "
Oops, too long text? sorry to ditch you off topic, I just wanted to share :)
"no sound in ass"
At 9/20/06 11:08 PM, kb-resin wrote: I just got Skype working so I can talk to my sister in france. Because I have it, I figured I'd ask you guys if any of you were interested in setting up skype and using it? If we get enough people we could always hold a conference.
I'm always in conferences :) (Well, kinda...)
Add JacNet, i forgot my old username which had about 30 of my contacts on...
Nooooo!
I missed my 1000th post.
1001 post FTW!
At 9/23/06 01:32 PM, Jordan wrote: Nooooo!
I missed my 1000th post.
1001 post FTW!
R u shur?
At 9/23/06 01:39 PM, Onnet wrote: R u shur?
Sure as one could be.
At 9/23/06 01:21 PM, CronoMan wrote: LOTS OF LONG STUFF
Yeah, C# is wonderfull, until you have to start doing bizarre stuff becuase ms forgot that their apis should work 100% in their programming lenguage. But, well, except for that its worth coding in, specially when you get used to the OOP.
alright. http://www.pastebin.ca is down. Is there any other place i can add code like that?
i forgot the other links...
At 9/23/06 09:33 PM, JesusCyborg wrote: Post 1337 is more important anyway
You're right but ya can't stay at 1337 forever
At 9/23/06 09:33 PM, JesusCyborg wrote: Post 1337 is more important anyway
I should try to get a ban from my 1337th post to make me 1337 for longer.
P
At 9/23/06 09:33 PM, JesusCyborg wrote: Post 1337 is more important anyway
It shows us more your l33t side. :)
NG BBS & Review moderator // PM your randomness and other ramble!
At 9/23/06 09:33 PM, JesusCyborg wrote: Post 1337 is more important anyway
I have a screenshot of that! =P
The image is too large too post apparently =/
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/24/06 01:44 PM, elbekko wrote: The image is too large too post apparently =/
Then crop & shrink it
umm yeah
At 9/24/06 02:37 PM, Jessii wrote: Then crop & shrink it
I meant in file size =/ Chopped the message part off now:
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/23/06 02:48 PM, Momo-the-Monkey wrote: alright. http://www.pastebin.ca is down. Is there any other place i can add code like that?
i forgot the other links...
No, it's up
At 9/24/06 03:05 PM, Jordan wrote: NOT FAKE.
Sure thing. > 300 posts just got deleted? =P
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
At 9/24/06 03:11 PM, elbekko wrote: Sure thing. > 300 posts just got deleted? =P
Yeah, i sold 300 posts to a mod who will go unnamed.