Is that it under your homepage? You have no idea how unprofessional scrolly text and that silly dancing stick figure makes the site look. Top...
As nobody's mentioned this yet I thought I'd just make a mention: Put some decent content up there and do the hard work to make it a _useful_...
So you want to get a compiler for free that you can use to make and sell programs? As far as I know gcc supports 64-bits and the executables can...
osix.net has some good challenges to try out your coding skills. After that there are loads of projects at SourceForge that need programmers....
If you're totally new then I'd suggest an easier language than C++... Could you clarify what you mean by "draw maps and lists"? Are you talking...
correction: n*n asterisks, not 64.
This doesn't make sense. If you've written all the above code then determining where to put a ShowBoard call should be trivial. Have you written...
Your code doesn't call ShowBoard. Could that be why it doesn't display it?
RegShot is useful software: take a snapshot of your filesystem and registry before an install, then do the install, then take a second snapshot...
Try moving #include"tree_stack.c" after the struct node definition in stack_check.c. The error occurs because the compiler doesn't know what...
That's a warning, not an error. The clue is in the first bit "#warning". Warnings are useful pointers if something's going wrong but if you know...
Is this what you're looking for? http://msdn.microsoft.com/en-us/library/d56de412(VS.80).aspx Searching MSDN for "service" returned loads of hits...
> Your second question, LDAB #$40, is the instruction that will initialize CGRAM. $40 corresponds to first row of 5x8 pixel map. So, $40~$47 for 8...
Could you outline how the code works and the algorithm you use?
This works (displays 3) in Visual Studio 2008: class A { private: A(){} public: int foo(){return 3;} friend A* whatever(); }; A* whatever()...
> Is this ok? Presumably not, because otherwise you wouldn't be posting here. What exactly does the program not do that you want it to, in...
Exactly as you would invoke a public function of a class with a non-private constructor, i.e. A* foo = whatever(); // this function returns a...
How does 00000110 00001111 00001111 00001111 00001111 00001111 00001111 look like a speaker? How does the MCU know to start executing the...
Sorry to be boring but sentence structure makes a lot of difference when you're explaining technical problems. If you can't be arsed with capital...
And where are you stuck with this assignment?
Separate names with a comma.