Assumptions |
Rules & Regulations for posting on C++ forums 1: Try your best to solve your problem on your own before posting; no one appreciates people dumping their homework assignments without even trying to do them first. 2: Explain your problem or assignment very clearly (or just post the assignment itself). 3: Post whatever code you have already written, so we can see that you've actually made some effort on it, as well as any compiler errors, warnings, etc that you are having trouble with. This is linked to 1 above. 4: When you post your code, use code tags: http://www.cplusplus.com/articles/jEywvCM9/ http://www.cplusplus.com/articles/z13hAqkS/ It makes your code easier to read, along with proper indenting (just copy and paste your code directly from your IDE to preserve formatting). Rules&Regs, @JRmanx, from stackoverflow.com |