write a progrrame create a calculator (using function)
-
error int
-
error int
:confused::confused::confused:
-
error int
No. Nobody here is going to do your homework for you. No matter how many times you repost it.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
error int
Since this is a standard class project one would expect the teacher to cover all of this. First step. 1. Learn basics of C (or C++) 2. Learn basics of compiling C. 3. Write a hello world program. 4. Learn how methods work. Write methods that add, subtract, etc, and nothing else. Next steps depends on how the calculator works. If a console 1. Learn about stdin and stdout 2. Learn how to run application to read keyboard input and output response If a UI. This is MUCH harder than above. 1. Find a C UI library 2. Learn basics of that 3. Design calculator UI look. 4. Implement UI look 5. Learn how to tie the UI into C method calls. Final step - Put all of the above together to build your app.
-
error int
-
Do you realize your post is nearly useless? We need far more details in order to help you.
"In testa che avete, Signor di Ceprano?" -- Rigoletto
-
Do you realize your post is nearly useless? We need far more details in order to help you.
"In testa che avete, Signor di Ceprano?" -- Rigoletto