Bizz, Buzz, Bozz Beginner C++ Program for Class

Pages: 12
You don't have to follow it to the effect that the program is constantly increasing by one but need it so that what ever value that is from 1-999 is given the correct output given an input
You're gonna have to follow the steps I gave you. Right now you're not doing it.
what do you mean?
WOahhh I found out how to make the std::string thing work
That is the first step in my post of how to do this assignment =) Now move on to the next step.
http://www.cplusplus.com/forum/beginner/184591/#msg902307
I have the same exact project due and honestly were probably in the same class, i have questions too because i have never done any programming before in my life.

How do you even start this assignment? This is what i have so far from reading the posts

#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <iostream>
#include <string>

int main()
{

}


Im really lost on what to do, i need examples to help understand it more
Last edited on
Topic archived. No new replies allowed.
Pages: 12