- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
- Interests
- computer engineering
6 Posted Topics
how can i find value of cos without using math library of c# .......plz send me code example or formula by which it ia possible i thank full to u | |
| |
Re: [QUOTE=vileoxidation;1009797]Hello, and thank you for taking the time to help me with this! I am working on a program that keeps information about staff members, such as volunteers and employees. The problem I am having is that when I run the program (everything compiles fine), I enter a members, and … | |
Re: #include <iostream> #include <windows.h> #include <math.h> #include <cmath> using namespace std; int main() { int a,d,q,r; cout<<"Numerator: \n"; cin>> a; //a is divident (numerator) cout<<"Denominator: \n"; cin>> d; // d is divisor (denominator) q=((a) / (d)); //q is quotient (plain old value without remainder) r= (a-(q*d)); //r is remainder cout<< … | |
i want to know try n catch code which i can use for space bar during entering user name | |
Re: [QUOTE=avirag;1003138]Ya well , it can works for all keys, i just want for space key.....[/QUOTE] plz i am a new user for c# n my asignment is to desighn a login page which i complete but i want when a space bar is enter during entering a username a message … |
The End.