Beginners - March 2013 (Page 5)

how is c++ compiled?
 
How does it work?
[1 reply] : http://faculty.cs.niu.edu/~mcmahon/CS241/Notes/compile.html (by MiiNiPaa)
create histogram in two ranges
 
I have a gray scale image say size 40 x 130. And all pixels have value in range 0 t o 180. Now my ...
[no replies]
comparing elements of an array from infile
 
Am having problem reading from an infile and comparing how many times an element appeared in a paral...
[no replies]
update vector array
 
I have a vector of some numbers. Each number have its start and end point . say i have 5 points ...
[no replies]
by khal
Using PriorityQueue
 
Hi I have a class with different variables like such class Blocks { public: string name...
[2 replies] Last: Ninja'd. Oh, well #include <iostream> #include <queue> #include <cti... (by Lowest0ne)
whats so bad about [-WReorder]?
 
This class gives me a warning: [-WReorder]. Its the order of the initialize list: class foo { ...
[2 replies] Last: Ah, thanks :) (by Lowest0ne)
C++ Finding Average Of User Inputs Help
 
I need help finding the average of user inputs BUT, The user does not need to know how many numbers ...
[11 replies] Last: thank you guys for the help. (by JohnBlaze)
My program runs infinitely for Mortgage Calculator
 
I'm using VS to create a Mortgage Calculator. I want the code to stop executing once the loan balanc...
[7 replies] Last: This is my updated code #include <iostream> #include <iomanip> us... (by HadesFalcon)
by aMo38
Dividing string into two parts
 
I need to divide a single string into 2 parts. The first character of the string must be a Letter fr...
[no replies]
by Rogge
Sorting an array
 
I need help sorting an integer array. Is there a way to sort an array in descending order without a ...
[no replies]
by Rogge
Unexplained error
 
Write a program that reads in a list of integers into an array with base type of int. Provide the fa...
[12 replies] Last: Rogge, I'm gonna take off. I hope you find the best solution. As you'... (by Marcos Modenesi)
by arashf
Segmentation fault (core dumped)
 
I defined the class class sample { public: static const unsigned int d = 5; static const u...
[6 replies] Last: Thank you for all your help, guys. To conclude: I terminated as much ... (by arashf)
by Abdo2
Problem >dizzy <me
 
My Code Used For Change number from(base 2,base 3...To base 9) to give number in base 10=(decimal)...
[10 replies] Last: Take a look at the examples. It's easy enough. (by fg109)
What is WRONG with my function? Loop goes crazy?
 
This function is having some errors, even when I use "getline" to get the string input from the user...
[1 reply] : Oh I think I found the problem, I was using cin.ignore() in the wrong ... (by Tiger58)
calculate the mortgage rate
 
Hello, I've been doing this project for my computer science class but there was a problem and I don...
[no replies]
by tomazi
COnvert negative Point values to Positive Point Values
 
Hello People I am trying to convert negative point values to positive point values.......I know i ca...
[1 reply] : I'm not reading your whole example... I just will try to answer your q... (by Marcos Modenesi)
by aMo38
Make a 3 by 3 array from a .txt file.
 
Hello, first post. I was just wondering how you create a 3 by 3 array from a ".txt" file. Just imagi...
[7 replies] Last: @cire [quote=aMo38]I believe you would use something along the lines o... (by S G H)
Average numbers loop
 
#include <iostream> #include <iomanip> using namespace std; int main() { int num; double input...
[2 replies] Last: #include <iostream> #include <iomanip> using namespace std; int main... (by Boutsaro)
What command do I use for the SetId member
 
So here is my assignment: 1. Declare a class named Student that contains a. Three private data m...
[no replies]
March 2013 Pages: 1... 34567... 87
  Archived months: [feb2013] [apr2013]

This is an archived page. To post a new message, go to the current page.