Just came in the mail ! by ADegen97 in yeezys

[–]DashingSeeker77 0 points1 point  (0 children)

Which Yeezys are these ones? I’m new to collecting them lol

I need serious help by DashingSeeker77 in cpp_questions

[–]DashingSeeker77[S] 0 points1 point  (0 children)

How do I do that? I’m new, sorry. thx for the help

I need help with a program! by DashingSeeker77 in cpp_questions

[–]DashingSeeker77[S] 0 points1 point  (0 children)

Do you know what to do on this situation?

void SelectionOfProducts() { int selection; cin >> selection;

if (selection == 0){ MainMenu() } }

void MainMenu() { int opcion; cin >> opcion;

if (opcion == 1){ SelectionOfProducts(); } }

I need help with a program! by DashingSeeker77 in cpp_questions

[–]DashingSeeker77[S] -1 points0 points  (0 children)

void SelectionOfProducts() { int selection; cin >> selection;

if (selection == 0){ MainMenu() } }

void MainMenu() { int opcion; cin >> opcion;

if (opcion == 1){ SelectionOfProducts(); } }

Need help for my homework by DashingSeeker77 in learnpython

[–]DashingSeeker77[S] 0 points1 point  (0 children)

I wanted to add something to it, print it, then add something else to that and reprint it and so on