Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Bigboy06

Hello, I am new programming in MATLAB so i do not really know all its commands, but i am trying. for the code below i need to find the values of for F,GH,BH and out of the values i find for BH i need to find it's Maximum and Minimun. …

Member Avatar for Bigboy06
0
135
Member Avatar for happygeek

With speculation about it entering the netbook market rife at the moment, you might imagine that we would hear the usual stony silence from Apple regarding the matter. After all, keeping quiet and then leaking droplets of information as a launch approaches has worked well for pretty much every other …

Member Avatar for Bigboy06
0
112
Member Avatar for Bigboy06

[code=cplusplus] #include <iostream> using namespace std; class Month { public: Month (char char1, char char2, char char3); // Precondition: The parameters contain the first three characters // in the name of the month - all lowercase. // Postcondition: The member variable month has been set to // the integer value …

Member Avatar for Salem
0
137
Member Avatar for Bigboy06

i need help with this code it compiles and runs fine but it is not giving me the results i expect the problem is i think on the switch statemen. Here is where the problem is and then there is the rest of the code [CODE=cplusplus] void Month:: Output(ostream& outs)// …

Member Avatar for ArkM
0
332
Member Avatar for launic

I have a text file that in some places have newlines in the middle. For example: My name is Sam. I am a novice programmer. I go to school in Michigan. I use getline() to read through the entire file, and then I send it to a function to tokenize …

Member Avatar for mitrmkar
0
160
Member Avatar for Bigboy06

hi; i need to count d number of occurrences of all the chars in a file. i can't figure out how to count how many of each char there are. this wat i have up to now. i need the to print only the ASCII code from 0-127 [code=cplusplus] #include …

Member Avatar for ArkM
0
98
Member Avatar for Bigboy06

my program is suppose to count d number of occurrences of a chars in a file. i just dont know how to store d occurences. this is wat i have done up to now. [code=csharp] #include <iostream> #include <fstream> using namespace std; ifstream fin; void charactercount(int& w, char& s ); …

Member Avatar for dougy83
0
134
Member Avatar for Bigboy06

hi, i am new @ programming so i hope u guys can help a lot with this. programming seems fun but complicated.

Member Avatar for tiger86
0
26