Search found 78 matches

by Kyosaur
Thu Aug 11, 2011 4:49 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 37011

Re: Minecraft remake- Crafter

Dude this is fucking awesome! Im hoping its still being worked on, cause it would be a crime to throw this into the unfinished pile :|.
by Kyosaur
Thu Aug 11, 2011 1:09 am
Forum: Programming Discussion
Topic: Qt questions
Replies: 5
Views: 708

Qt questions

Warning: the following post might contain: noobie questions, stupidity, secrets to the universe, and confusion. Readers discretion is advised. I recently jumped balls deep into Qt and converted one of my old applications to use this fantastic library. I successfully converted the core (this was ext...
by Kyosaur
Wed Aug 10, 2011 6:39 pm
Forum: Programming Discussion
Topic: The Demise of the Low-Level Programmer
Replies: 29
Views: 5717

Re: The Demise of the Low-Level Programmer

Do you need to be a really good programmer to start doing assembly? God no. I know plenty of electrical engineers that write assembly and can't code in any higher-level language for shit. Your hardware and architecture knowledge are way more important than you software knowledge when you're that lo...
by Kyosaur
Wed Aug 10, 2011 3:20 am
Forum: Programming Discussion
Topic: The Demise of the Low-Level Programmer
Replies: 29
Views: 5717

Re: The Demise of the Low-Level Programmer

xx6heartless6xx wrote:I wish I knew assembly :(
Wishing wont do you any good :P, go learn. Its kind of a pain to learn to be honest, but its fun and gives you a good idea of whats going on at a lower level (sadly im not at this point yet).
by Kyosaur
Tue Aug 09, 2011 10:30 pm
Forum: Programming Discussion
Topic: The Demise of the Low-Level Programmer
Replies: 29
Views: 5717

Re: The Demise of the Low-Level Programmer

Nowadays most programmers barely touch assembly. I think this is true and it's a god damn shame. I really enjoy assembly programming. I may not use it much in large projects, but at least once every couple of weeks I sit down and write some assembly just to keep myself from getting rusty. It might ...
by Kyosaur
Mon Aug 08, 2011 2:58 pm
Forum: Game Development
Topic: Hey everyone... I made this game!
Replies: 9
Views: 2493

Re: Hey everyone... I made this game!

Damn, dude! Looks really sweet! Do you have a Youtube or any gameplay videos up for us to see? Welcome to the forums. He has a video up on that website he linked to (there's also some more pictures in the gallery). Here's the vid: http://www.youtube.com/watch?v=0NuBflekc2c The game looks pretty awe...
by Kyosaur
Mon Aug 08, 2011 2:51 pm
Forum: Programming Discussion
Topic: Lost in the world of software development
Replies: 17
Views: 1854

Re: Lost in the world of software development

Im currently at an intersection when it comes to programming, and i have to pick a direction. Sadly this direction isnt as easy as picking one of two graphics libraries, i have multiple choices that lead to more intersections, and that just confuses me even more! I've been stuck for a while, and i'...
by Kyosaur
Sun Aug 07, 2011 7:17 pm
Forum: Programming Discussion
Topic: Lost in the world of software development
Replies: 17
Views: 1854

Re: Lost in the world of software development

1.) Sorry i wasnt as clear as i could've been. I wasnt referring to the UI side of things, i was referring to WHAT the code does. Since i cant use any window specific functions (which to be honest is all i know - and even that is limited) i'd have to use alot of libraries in order to keep MY code m...
by Kyosaur
Sun Aug 07, 2011 6:33 pm
Forum: Programming Discussion
Topic: Lost in the world of software development
Replies: 17
Views: 1854

Re: Lost in the world of software development

Uh, I mean no offense, but none of your CONS for QT were valid. 1.) Since the goal of Qt is to keep everything platform independent i'd have to use a TON of libraries to keep code platform independent-since i cant just use Win32 functions. ? QT is platform independent. Every function it offers will...
by Kyosaur
Sun Aug 07, 2011 6:11 pm
Forum: Programming Discussion
Topic: Lost in the world of software development
Replies: 17
Views: 1854

Lost in the world of software development

Im currently at an intersection when it comes to programming, and i have to pick a direction. Sadly this direction isnt as easy as picking one of two graphics libraries, i have multiple choices that lead to more intersections, and that just confuses me even more! I've been stuck for a while, and i'v...
by Kyosaur
Tue Jan 11, 2011 2:09 am
Forum: General Gaming
Topic: Invisible Tetris - Amazing
Replies: 5
Views: 1604

Re: Invisible Tetris - Amazing

I expect nothing less when it comes to asains and...well everything.
by Kyosaur
Mon Jan 10, 2011 6:49 pm
Forum: Current Events and Science/Technology
Topic: Phoenix Jones (A real life superhero!?)
Replies: 17
Views: 4133

Re: Phoenix Jones (A real life superhero!?)

The female reporter is a complete bitch, there was no need for that. I think its awesome when anyone puts their life in danger to help someone else, that kind of selfless behavior is a rarity. Its a very dangerous thing to do, i know i would never be able to do it myself, even with the precautions t...
by Kyosaur
Thu Dec 09, 2010 10:05 pm
Forum: Programming Discussion
Topic: C++ pointer question
Replies: 9
Views: 745

Re: C++ pointer question

For primitive datatypes, you are waaaay better off just storing them by value rather than reference (they are smaller than a pointer AND you won't have to manually deallocate them). Change vector<int*> result; to vector<int> result; and it will work fine (just pass the actual value to push_back). D...
by Kyosaur
Wed Dec 08, 2010 5:37 pm
Forum: Programming Discussion
Topic: Win32 API control expansion?
Replies: 1
Views: 323

Re: Win32 API control expansion?

Does anyone have an idea? If not i also have another question :D. In my program i have a menu with a submenu attached to it so users can pick a format to convert with. My problem is that i cant show what is currently selected, how would i do that? For example, in firefox go to view -> character enco...
by Kyosaur
Wed Dec 08, 2010 2:25 am
Forum: General/Off-Topic
Topic: I'm Back!
Replies: 17
Views: 2284

Re: I'm Back!

Trust me... I get 5 emails a day from people on Youtube saying "WHERE IS CHAPTER 18!?!?!?!?!?!?!?!?" I haven't forgotten. We also haven't worked our asses off this entire semester ontop of all of our other obligations for nothing. We have earned the right to flex our devcocks in the next ...