Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
~2K People Reached
Interests
computer engineering
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for ayeshawzd

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

Member Avatar for ayeshawzd
0
481
Member Avatar for ayeshawzd
Member Avatar for vileoxidation

[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 …

Member Avatar for triumphost
0
164
Member Avatar for sebassn

#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<< …

Member Avatar for sebassn
-1
113
Member Avatar for ayeshawzd
Member Avatar for ayeshawzd
0
218
Member Avatar for avirag

[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 …

Member Avatar for avirag
0
905

The End.