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




Phoenix

C++ class, Week 2

10th October 2009

Here are some extra questions for you all, which hopefully are a bit more difficult.
1. What is the value of 'a'?
[code]
int main()
{
int a = 5;
a = a++;
}
[/code]
2. Why is it most often wrong to use #define macros?
3. What is the diffe*snip*


Phoenix

Nobel Peace Prize

9th October 2009

Obama might not be the worst candidate out there, but he couldn't possibly have been the best out of the hundred-or-so nominees. The peace prize has become more of a trendiness prize than anything else. Bono was a candidate, Al Gore won, and now Obama. Con*snip*


Phoenix

Nobel Peace Prize

9th October 2009

It ain't a real Nobel prize unless it's handed out by the Swedes!


Phoenix

Acceptable Video Memory Usage?

8th October 2009

Offer several different configurations if you can. I think most computers should be able to handle 109 mb though. Otherwise, think about the target audience: if they're gamers, which they probably are, they probably have better gear than your everyday Mahj*snip*


Phoenix

QOTD : I'm not fat!!!

8th October 2009

Tea, o, what would I do without tea?


Phoenix

QOTD : Time Travel!

8th October 2009

Too many places to mention. I'd like to talk with all historical leaders, find out what made them make the choices they made, how they thought. History leaves us all with a shortage of information, and we can only ever guess what was going on in the minds *snip*


Phoenix

C++ class, Week 2

8th October 2009

[quote=Afr0]You cannot directly initialize variables 'on the fly' inside of class declarations - unless the variable is constant or static.[/quote]
Nope. It has to be static and constant and integral (char, int, short, etc.).
[quote=Afr0]Another exceptio*snip*


Phoenix

T-shirts! Yeay!

30th September 2009

I have to get one of those Munky shirts.


Phoenix

Visual C# express edition

28th September 2009

Click the 'View Code' button in the Solution Explorer toolbar, with the file you wish to edit selected in the list underneath.


Phoenix

Encrypting assets

26th September 2009

If someone wants to get their hands on your resources, regardless of the protection technique you've used, they will either just take a screenshot and cut out the relevant bits or use a recording program to capture the music.
I say put the files in the ga*snip*


Phoenix

Book Study Sessions, Book 1, Week 1

26th September 2009

It means that the compiler vendors don't have to conform to any standardized behaviour. In other words, it may work as you expect it to, or it won't, but either way the result might be different for users of another compiler. So don't rely on it.


Phoenix

Book Study Sessions, Book 1, Week 1

26th September 2009

For the ones who are interested in pointless language details, I looked it up in the standard (section 4.9.1):
"An rvalue of a floating point type can be converted to an rvalue of an integer type. The conversion truncates; that is, the fractional part is *snip*


Phoenix

Make : Weather Effects

14th September 2009

This is lame compared to Jay's.
[code]
Graphics(640, 480, 0, 2)
SeedRnd(MilliSecs())
bg = CreateImage(640, 480)
h# = 100
SetBuffer(ImageBuffer(bg))
LockBuffer()
For i = 0 To 639
For j = 479-h To 479
WritePixelFast i, j, $FFFFFFFF
Next
*snip*


Phoenix

dev-c++ problem

7th September 2009

Pick the thing which works, and start working on what really matters. After all, you probably won't be using this outside of test projects, and the differences are infinitesimal.


Phoenix

Trial-run.. C++ class.. Book selection

4th September 2009

C# and C++ have some syntactic similarities, but they are completely different. Already knowing C# might ease you into the learning of C++ slightly, but they aren't the same and it is harder to pick up C++.


Phoenix

Learning class?

4th September 2009

I don't have enough knowledge to teach C++ either. I can however, and I'm sure you can too Cower, assist with what I know when questions arise from reading the book, which (hopefully) is written by someone who can teach it.
The only difference between thi*snip*


Phoenix

Trial-run.. C++ class.. Book selection

3rd September 2009

I can offer to help, provided that there's anyone other than Afr0 who can say that they want to commit, rather than just "I might participate if I feel like it sometimes."
My suspicion is that actually buying a book will put people off. Therefore, Bruce E*snip*


Phoenix

Learning class?

2nd September 2009

I don't see how this would be any different from just asking a question in the forum. Afr0, Steve, Spare, and anyone else who is interested can pick a book together, work through it and then ask questions to the rest of us.


Phoenix

Learning class?

2nd September 2009

I'm in favour of the goto forum!
I think I'm going to agree with the others: if you want to learn C++, read up on it and ask questions over here. This place is way to small to justify a separate forum section like the one you propose. If there's anything *snip*


Phoenix

Another new guy <_>

1st September 2009

[quote=Trollmann]However I dislike certain aspects of the country.[/quote]
Yep, you should definitely be sharing some of that oil to your poor, poor cross-border neighbours ;)


Phoenix

Another new guy <_>

30th August 2009

I was about to post a hilarious punch line, but I'm not lucid enough to come up with one right now, so I'll just settle for saying hi.
Hi!


Phoenix

Just when you think that things couldnt get worst!

29th August 2009

Sounds like you've had some really tough times. Things will get better, we all hope for that.


Phoenix

Convert, or the devil will take you

26th August 2009

Two Christian, American, teenage girls try to convince their friend (or, ex-friend) that Hinduism is the wrong faith. I laughed so much, before the disturbing reality managed to permeate my head.


Phoenix

Mergesort of a linked list

26th August 2009

Smells like a proper candidate for the code snippets section, *wink wink*


Phoenix

https://webdesignpond.co.uk

24th August 2009

Looks great! I especially think that those CSS layout freebies might come in handy.

Newer Posts More - Older Posts