I am doin a project for class that involves c++ programming. I am having trouble gettin it started though i posted the link below to the problem. Can anyone give suggestions to how i should approach this?
THanks alot in advance
jamesny89 0 Newbie Poster
Recommended Answers
Jump to Post>>function takes 0 arguments
What line number? Pay close attention to the parameters of the function prototypes at the top of the program and the parameters (or lack of parameters) passed in lines 44 thru 50 of your program.
Jump to Post> any suggestions??
Yes, don't write so much code without pressing "compile", or running the result.Step 1 would be
int main () { return 0; }
Compile and run. It should be trivial right?
Step 2, add ONE function.
#include <iostream> …
All 5 Replies
Duoas 1,025 Postaholic Featured Poster
jamesny89 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Duoas 1,025 Postaholic Featured Poster
Salem 5,265 Posting Sage
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.