Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
3
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
c++ x 39
Member Avatar for hawita

Hi please help. Any help would be appreciated :D I have to write a program to read data from a large text file, analyze it, and output the results of the analysis to a data file. there are two data files to process. Problem: Using airborne sensors that record GPS …

Member Avatar for jonsca
0
189
Member Avatar for hawita

Hi i am writing a program to compute the smallest number divisible by each of the numbers 1 to 20. This is what i have so far but it does not cout anything. it just gives me a blank page. Could anyone please help [CODE]#include<iostream.h> #include<math.h> bool div(ull y) { …

Member Avatar for StuXYZ
0
88
Member Avatar for hawita
Member Avatar for Fbody
0
310
Member Avatar for hawita

Hi, I am trying to understand functions in my C++ class and i was wondering what would be an algorithm to evaluate function and find its maximum and minimum. If someone could explain this to me i would greatly appreciate.

Member Avatar for pseudorandom21
0
99
Member Avatar for hawita

Hi, i am writing a program that plays “guess what number I’m thinking of…” with you. User Inputs guesses and output whether the number is too low, too high, or right-on. I already wrote the program to have the user guess what number the computer is guessing; however, can anyone …

Member Avatar for Moschops
0
147
Member Avatar for hawita

Hi, How do i write a vector class to manipulate vectors in 3D; manipulate vector components in Cartesian, cylindrical, and spherical coordinate systems; add vectors; multiply by scalars; compute dot and cross products?

Member Avatar for jonsca
-1
120
Member Avatar for hawita

Please help how do i do this program?? Write a program to read data from a large text file. Within the file, the data are arranged in two columns, separated by white space characters, and comprised of a variable number of rows of data, the last of which contains nine …

Member Avatar for rubberman
0
529
Member Avatar for hawita

After i have read in a data arranged in two columns, separated by white space characters and comprised of M = 1001 rows(where the data may be considered ordered pairs of points x and y), how do i use linear regression to find the equation of a line that best …

Member Avatar for ravenous
0
159
Member Avatar for hawita

Help plz i am very confused :( how do i write a program that can input θstart, θstop, Npoints fill θ with values compute f(θ)=Asin(Bθ +C) + ...Dcos(Eθ +F) where A,B,C,D,E,F are variables

Member Avatar for Fbody
0
53
Member Avatar for hawita

i am trying to write a program to play the Battleship game;It is not a homework problem just a practice problem. The instructions are: set up a coordinate grid, select your own ships and locations while the computer selects its own; launch missiles by entering coordinates and accept hits from …

Member Avatar for Nicco
0
481
Member Avatar for hawita

Please help how do i do this program?? i have only two more days before it is due :( Write a program to read data from a large text file. Within the file, the data are arranged in two columns, separated by white space characters, and comprised of a variable …

Member Avatar for abhimanipal
-3
126
Member Avatar for hawita

Hi could someone please helping in starting this program? I am not asking anyone to do my work for me i just want to know how i can start the program and steps to follow please( i am new to c++) thanks write a program that reads an n*n matrix …

Member Avatar for dkalita
0
127
Member Avatar for hawita

I am supposed to write a program to output Pascal’s Triangle. Ask the user to input the number of rows of the triangle to display. Also output for each row, the sum of the elements of the row, and show that it is equal to 2n, where n is the …

Member Avatar for abhimanipal
0
98
Member Avatar for hawita

Please help its urgent i wrote this program but the output is not right. The program is not inversing the order of the words in the string. for example: input: i love school output: school love i . Please help thanks [CODE]#include<iostream.h> #include<string> using namespace std; main() { std::cout << …

Member Avatar for abhimanipal
0
196
Member Avatar for hawita

Hi i am trying to write a program where the user inputs a list of space separated words (more than ten are required); the program then reverses and prints the order of the words. Example: input:“Extra Credit Programs”; output: “Programs Credit Extra” but my program s far is not behaving …

Member Avatar for hawita
0
134
Member Avatar for hawita

I need help writing my program. Please i am new to C++ . String manipulation: the user inputs a sequence of characters; the program prints all possible permutations of those characters. Example: input: “abc”; output: “abc acb bca bac cab cba”

Member Avatar for rubberman
0
54