Forum: C++ Mar 28th, 2009 |
| Replies: 9 Views: 928 The cleanest and nicest explanation, one could hope for! |
Forum: C++ Jul 10th, 2008 |
| Replies: 4 Views: 1,353 Narue could you elaborate more on this... It seems like an interesting subject! Being ignorant in the beggining i would agree ivailosp , but you seem to have a point.
Also to limit the scope of... |
Forum: C++ Dec 23rd, 2007 |
| Replies: 18 Views: 3,707 as Comrade Ogilvy said :: int main(void) is the correct entry point. I don't know the ide you are using but from the output you posted it seems that you have 2 object files {firstprogram.o and... |
Forum: C++ Dec 23rd, 2007 |
| Replies: 12 Views: 1,399 to rephrase what lerner already said{and add a little sugar!} if you want to output to screen {a line, a dot or whatever} you must use directly the OS's api or some framework thats supports graphics... |
Forum: C++ Oct 9th, 2007 |
| Replies: 4 Views: 558 if this solved your question, why don't you mark the thread as solved... |
Forum: C++ Sep 29th, 2007 |
| Replies: 15 Views: 2,747 sorry, i didn't know that....
yes, this is because the number 0000 satisfies your conditions...
i think vijayan answered the second section....{you have to replace the comments part... |
Forum: C++ Sep 28th, 2007 |
| Replies: 15 Views: 2,747 here is a thought:: make one function that returns the last two digits of the number, and another one that returns the first two... Then in a loop add these parts , square them and check if they are... |
Forum: C++ Sep 27th, 2007 |
| Replies: 12 Views: 4,399 plz, post the complete code for other members to see... |
Forum: C++ Sep 27th, 2007 |
| Replies: 5 Views: 1,056 PS:: when i begun posting this i haven't seen the post of salem |
Forum: C++ Sep 27th, 2007 |
| Replies: 5 Views: 1,056 The part after the colon( : ) is called Initializater List.... if you check on the internet you can find alot info on this, one site you could check is this... |
Forum: C++ Sep 22nd, 2007 |
| Replies: 5 Views: 3,411 PS:: if this solves your problem, plz mark it the thread as solved! |
Forum: C++ Sep 22nd, 2007 |
| Replies: 5 Views: 3,411 I don't know in what language you are writing, but the reason the compiler complained is that you used the word Omrekenen{what does it mean by the way?} as a function name and as a float...
i... |
Forum: C++ Mar 18th, 2007 |
| Replies: 18 Views: 2,999 QT in windows also uses win api... you propable meant MFC or WinForms{for the .Net environment} |