-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|676|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Sticky

good hosting

22nd July 2011

A year is 365 days :P
I'd suggest dreamhost - I haven't used them in a bit over a year, but before that I'd used them for about four and they were pretty good. I'm not sure if their service is kinda hit-and-miss though, as there are regularly people compl*snip*


Sticky

Linux and Windows, same font, different format?

19th July 2011

Linux uses little on the majority of common processors.
Mac uses little on everything that isn't PowerPC.
Windows always uses little.
Relevant list on wikipedia


Sticky

Help Files

16th July 2011

For C++ you can't really go past (Linkage). They have pretty much the entire standard library reference. It's got click-through links to all of the functions of each object or class or member or whatever, plus examples of how to use everything. Other than*snip*


Sticky

GUI libraries

16th July 2011

I'm using Qt. I just started with it a couple of days ago, actually, and it doesn't take too long to get started with.
This rudimentary synthesiser is my first project with it:
(Image.png)
There's a book you can buy\\'find' called C++ GUI programming w*snip*


Sticky

Monk

7th March 2010

Sounds like this (via this):
(Image.jpg)
Also yeah, I just realised that's an enormous troll-face in the background.


Sticky

Portal Update!!!

4th March 2010

I never finished the original one so I hope you can still get to that ending, if it was changed.


Sticky

Favourite media player

2nd March 2010

[big][big] (Linkage)[/big][/big]
I can't recommend this highly enough. I even wrote a blog post about it. I think I can summarise my entire argument in it's favour as: Very lightweight, heaps of features, and is more stable than anything else I've encount*snip*


Sticky

The forum game! (Modem warning : lots of pics)

26th February 2010

Haha, maybe, but I figure you're all smart enough and you're bound to have seen it\\read it\\at least heard of the reference somehow :)


Sticky

The forum game! (Modem warning : lots of pics)

26th February 2010

(Image.jpg)


Sticky

Happy Birthday Jay!

23rd February 2010

(Image.jpg)
Here's one I prepared earlier. I baked it\\myself!
[small]Source[/small]


Sticky

Project X-NON

20th February 2010

Wow, that looks really in-depth, and very well done. Congrats!


Sticky

Value clipping help

20th February 2010

[quote=HoboBen][code]If o3 > (o2/2) then
slider.sliOffset = slider.sliOffset + o2 - o3
Else
slider.sliOffset = slider.sliOffset
Endif[/code][/quote]
Do you really need the else of the if-then-else there? Setting a value to itself is effectivel*snip*


Sticky

The forum game! (Modem warning : lots of pics)

18th February 2010

(Image.jpg)


Sticky

The forum game! (Modem warning : lots of pics)

15th February 2010

(Image.jpg)
It had to be done.


Sticky

#237 - The Cake Challenge

14th February 2010

Delicious Cake.
I hope your asterisk-am-asterisk escaping won't break it, Jay, because it's broken in the preview...


Sticky

Saving wchar_t* to file?!

11th February 2010

Haha, just updated my post as you made your own.
[code]
// class header
private:
std::string sFilename;
std::fstream fFile;
[/code]


Sticky

Saving wchar_t* to file?!

11th February 2010

I wrote some binary input\\output stuff in C++ the other day. This may help, but I'm not too sure about using C or UDK.
[code]
// Reading in stuff
uint8_t mNumRows;
// elsewhere
fFile.read((char*)&mNumRows, sizeof(mNumRows));
[/code]
[code]
// Writi*snip*


Sticky

What's up?

6th February 2010

Well, right now I am working on some stuff in C++ - the score manager for my game. I'm stuck trying to work through some file I/O issues, but after that this part is basically done.
What I should be doing, however, is my physics, maths and english homewor*snip*


Sticky

SoCoder Improvements

5th February 2010

One thing that you could do that should be very easy to fix is the URL that shows up at the bottom of the unformat.php pages.
eg: socoder.net -> socoder.net
It says [quote]This post is from -- (Linkage)[/quote]
Of course, that's for posts in topics on t*snip*


Sticky

code repositories

2nd February 2010

Sounds like Sourceforge. Though, I'm not sure how feasible that is for you or if that has any open-source restrictions or licences or the like.


Sticky

File refusing to stay saved!!...?

22nd January 2010

I'm guessing it's something to do with read\\write caching. Try checking it and reading and writing on multiple computers? Maybe clearing a buffer or something somewhere on the computer in question. Apart from that, I have no card reader or associated devic*snip*


Sticky

Talking to websites

22nd January 2010

I've connected to websites with PuTTY sometimes so I can see what's being sent and you can do either of the following (when connecting to Google as an example)
[code]
GET / HTTP/1.1
Host: (Linkage)
[/code]
or
[code]
GET (Linkage) HTTP/1.1
[/code]
*snip*


Sticky

#234 - The Ascii Challenge

13th January 2010

The new one runs at 30fps or less in ASCII mode and still flickers for me, while the solid graphics runs at 60. :(


Sticky

QOTD : What next?

12th January 2010

For me, it's not time for a new project. It's time to finish the current one that seems to be dragging on a bit. After that, I might do some PHP work or some up with some game dev ideas I can put in practice. Actually, better yet, I could work on some game*snip*


Sticky

#234 - The Ascii Challenge

10th January 2010

Ah, right, so after I turned off ASCII mode it was much easier to play. All the blocks and things didn't flicker but anywhere there was text it did. In any case, I got through to the end of level 8 (cans level) then it gave me a memory access violation.
A*snip*

More - Older Posts