6 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for ramesh.maram.7
Member Avatar for diafol
0
195
Member Avatar for heavyman
Member Avatar for JorgeM
0
187
Member Avatar for thecoolman5

hi, i am trying to make a weight watchers program and heres my code: [CODE]#include<iostream> #include<fstream> #include<conio.h> #include<cstdio> #include<windows.h> using namespace std; int main (char argc) { for(;;) { system("cls"); ifstream r; r.open("cdaily.txt"); double r1; r >> r1; r.close(); ifstream r2; r2.open("cweekly.txt"); double r3; r2 >> r3; r2.close(); cout << …

Member Avatar for VernonDozier
0
262
Member Avatar for MWick

Hello Guys, One of the unfortunate hazards of being a webmaster is the lack of movement and activity while you actually work. This usually results in problems with your weight especially if you like eating and have a slow metabolism. Unfortunately this has been the case for me for quite …

Member Avatar for MWick
0
200
Member Avatar for nashir

Name - MD NASHIR UDDIN. Nickname - swapon. Height - 5' 3". Weight - c'mon. Hair - dark brown w/ reddish highlights. Eyes - 2 of 'em. Location - Dhaka, Bangladesh. Age - 29. Hobbies - lounging around on the computer and make a garden. Relationship Status - Married.

Member Avatar for debasisdas
0
127
Member Avatar for wazaa

My problem is that i have to create a program to hold a series of weights in containers (elements in a list). The max weight for each container is 20units. I have got this working as this: containers = [0] inp = input("Enter a weight, 20 or less, or enter …

Member Avatar for wazaa
0
131

The End.