Such as what? What do you think "technical"means?
Doesn't work, does it. How can we know what ideas you'll like? We can't read your mind. Best bet as Jim says is to come up with something...
If malloc returns NULL, then it didn't allocate anything.
Is the program still running? You cannot overwrite an executing executable file.
It's still not the best way to get help. If you're crossposting then you're requesting duplicate effort. So any time I put in to it might be...
If you want to read data from input.txt into variable 'v' and write it out to grade.txt, use: input >> v; output << v; For multiple variables...
Design choices like this always hang off the application design requirements. If it's needed to pass by value then pass by value. If by...
Unlike on Windows, Unix doesn't include the current directory. So if you want it to be able to find stuff in the current directory, you have to...
No problem, we all work different ways. I'll switch from char arrays once C++ has a decent way of doing string formatting that's as concise as...
That completely doesn't answer the question. Why would I need to? It's invalid code. Anyway, since you can't be arsed to find out how to...
What version?
Always practice good indentation. Don't call variables that have significant meaning in the program throwaway names like "temp". The calculation...
Probably a compiler bug. The error message is correct and you should get it for both faulty declarations. What compiler are you using?
Did you try to write the whole lot in one go before compiling it? This seems a very common beginner mistake. NOBODY writes code that way -...
Write a Flight Control system.
We all bow to your wondrous knowledge oh great sage. Knowledge that is so great you can leave off the declaration. (Clue: if you've just learnt...
I'll give you the first step but it's only partial. You need to work at this, not just post "plz urgent" to forums. for (int i=0; i<10; i++) {...
You can do the 3rd by adding together the code for the 1st and 2nd, extend the loop and put an if statement in. Or loop from -X to +X and take...
Isn't the point of the assignment that main uses the classes? It doesn't. What line does the error occur on? What data did you input? char is...
It's not clear. Maybe as with the asterisk animation you need to animate something along the top line, then animate the box dropping to the...
Separate names with a comma.