- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 7
- Posts with Downvotes
- 4
- Downvoting Members
- 5
6 Posted Topics
[QUOTE=tina.2826;817216]i need code for scientific calculator in vc++ by using switch case statement[/QUOTE] [code=c++]#include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { char ch[5]; int op; system("color f3"); // if you have any more problems send me i will give you thhe answers ok cout<<"\t***********************MUZAMAL calculator**************************"<<endl;; …
can sombody tell me binary addition in c++
[QUOTE=jefanot;1094726]Hey, I wrote this code that makes you type two things, then it checks if it is the same. Well, that was it was supposed to do, but then it kept saying: expected primary-expression before "else" expected ';' before "else" Here's the code [CODE] #include <iostream> #include <time.h> #include <windows.h> …
hi i am muzamal.i have a assignment question .somebody can help me. please send me code of this programme.i tried hard but not succeeded.please help me early.emergently send me please .because time is short for me . thanks[COLOR="Red"][/COLOR]
[QUOTE=aana;1082349]simply 1st find the maximum number by comparing 2 numbers by 1st number. after finding order display them in loop.[/QUOTE] [CODE] #include <cstdlib> #include <iostream> #include <conio.h> using namespace std; int add(int ,int); int main(int argc, char *argv[]) { int array[3],temp,c=1; for(int i=0;i<=3;i++) {cin>>array[i];} for(int j=0;j<=3;j++) { for(int i=c;i<=3;i++) {if(array[j]>array[i]) …
[QUOTE=mymyzzz;1064277]i have no clue how to sort using the array. it is not 2d. FORGET YOUR CODE I M GIVING YOU A SIMPLE FOR THIS YOU SORT AN ARRAY EASILY [code=c++]#include <cstdlib> #include <iostream> #include <conio.h> using namespace std; int add(int ,int); int main(int argc, char *argv[]) { int array[3],temp,c=1; …
The End.
muzamal