Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~724 People Reached
Favorite Tags
Member Avatar for NejiHyuuga

im having a problem...i have a program to count number of senteces one inputs..the words and asking for a letter. The end of "\\close count" works fine...but for some reason the sentence and word programs doesnt work. could anyone please check this out. I think Iam missing something. I have …

Member Avatar for manali04
0
173
Member Avatar for NejiHyuuga

I recently dealt with a QHost virus in my system, I used HP recovery and the virus was removed..and it did a number on my system. I couldnt scan, i couldnt access system restore..now i can do all that. I have another issue when i goto My Computer the "C" …

0
56
Member Avatar for NejiHyuuga

I have a program that I know I need a string to use. Problem is in class we did a program with strings in which we input one name like "Dan" and another name like "dave" and it would say which is bigger, how many characters are in each ect. …

Member Avatar for Dogtree
0
144
Member Avatar for NejiHyuuga

I need help organizing my program. In other words it need to be in a list. Example: [code]Degree Sin cos tan[/code] when it compiles the output is together: [code]DegreeSincostan0.000.3045[/code]...you get the idea. I need it to be organized. Where would i need to but a character for it to list …

Member Avatar for Dave Sinkula
0
129
Member Avatar for NejiHyuuga

I am making a list of trig functions by increments of 10 degrees and I dont have a complier. [code]include <iostream.h> #include <math.h> void main float degrees, Sin, Cos, Tan; cout << "Enter a number of degrees: "; cin >> degrees; cos = cos(degrees*180/3.14); cout << "Cosine: " << cosine …

Member Avatar for Dogtree
0
129
Member Avatar for NejiHyuuga

I am having a bit of trouble, in class I am using Turbo C++ in which I can copile my code so it can become a executable file. Problem is the professor gave us a source to use but the program isnt Turbo C++ it is Microsoft Devlopment Enviroment. Iam …

Member Avatar for WolfPack
0
93