Beginners - July 2012 (Page 10)

wind chill and heat index HELP PLEASE
 
guys i need to write a program to calculate wind chill or heat index. wind chill only applies when ...
[4 replies] Last: From NOAA: Heat index formula based on multiple regression analysis: ... (by Texan40)
delete even value in node
 
Write a program to copy the content of array to a dynamic single linked list and write a function to...
[2 replies] Last: Peter87 I'm confused too ^_6 what do you mean by initialize ? plz c... (by Bassam200)
Pointers in classes question
 
Can someone try to explain to me why the name variable inside this class has to be a pointer? I have...
[2 replies] Last: It's used to point to an array of characters - It's C's way of represe... (by closed account zb0S216C)
Trouble formatting an output
 
Below is a part of a program that outputs sum, average, smallest amount and largest amount. I have t...
[3 replies] Last: You can tab your output with "\t". For example: cout << " The sum is... (by closed account j2NvC542)
How to convert double to hex
 
Hey, I am working on this project where I neeed to convert a double variable to a hex variable. I h...
[3 replies] Last: Only integer numbers can be represented as hex AFAIK Anything can be... (by Lowest0ne)
Netbeans #include gtk/gtk.h problem
 
Hello. I am new to Linux and c++, actually before i have been programming a lot of VBA. Actually...
[3 replies] Last: Besides another question: where can I access this PKG_CONFIG_PATH envi... (by albertohesse)
Objects and Data Structures
 
I've got a general question. When is it better to use multiple objects of a custom class as opposed ...
[1 reply] : What's the difference between a custom class and a custom data structu... (by Moschops)
Best books for Beginners
 
Hi there, Im new to the forum and have previously done JAVA but am learning C++ now, which books ...
[4 replies] Last: many thanks for your help :) i will start looking at some of the tuto... (by Cplusnovice)
Help on Output results
 
I need help on debugging my code for the third USACO problem. my code is #include <fstream> #incl...
[19 replies] Last: Hi. I believe i sent you a pm. please help! (by regiice9)
For-loop breaks down after approx. 500 iterations
 
Hi, I'm new to using C++ and need help resolving some issues. I'm trying to use the Runge-Kutta m...
[4 replies] Last: Well, that was the right thing to do! Thanks a lot. I tried 1000 and ... (by Nullahnung)
by abaz01
creating a vector of strings
 
hi all, im trying to write this program that creates a vector of strings where the strings are deter...
[6 replies] Last: PS: could also use regex to make it easier to deal with the last word:... (by Cubbi)
functions
 
Hi I am amateur in c++ builder and i have questions. -how work abort() this is function th...
[5 replies] Last: ok thank you (by Damian666)
Adding Values in an Array
 
I'm currently having problems with this program. The program is to take data the sales records from ...
[1 reply] : Well, if you want to sum up the numbers, you have to use operator+ som... (by KRAkatau)
Get a letter from an array of string ?
 
Hi all, I have an array of string like string a When I want to get the second lette...
[2 replies] Last: Thanks, I guess the problem is in other part :-<. (by teaflavor)
Why am I getting negative doubles?
 
I'm doing a physics exercise to calculate how long it would take a sled to get to the bottom of a hi...
[1 reply] : sin works in radians. sin 50 is about -0.26. (by Moschops)
a curious question about variables in functions
 
Hi everyone, I have a question about variable declaration in the parameter of functions. I ha...
[7 replies] Last: Wow! Thank you so much for your detailed response. I completely ... (by RastaWolf)
Problem to compiling C++ prj
 
Hello I'm new to C++ and i just started with Intel C++ on .net 2003. I have used C symbol in C++ and...
[5 replies] Last: Thanks for replay I have found the mentioned function in Microsoft C "... (by lashboys)
function help
 
'isEven' : must return a value is the error I am getting. I dont understand because it is returning ...
[3 replies] Last: void isEven( int x ) { if (( x % 2) == 0 ) cout << "Even"... (by HiteshVaghani1)
A Pause Function Dealing with Floating Point?
 
Hi everyone! I'm writting a simple program which prints something at a fixed interval of time. Sa...
[2 replies] Last: Thank you Nexius! It worked great. I'll post more questions if I stumb... (by David Tsu)
Bool Question
 
Hi Everyone. I have a question regarding Boolean logic. I understand that even numbers are dete...
[13 replies] Last: Yes. The two if() statements yield the same result. (by Nexius)
July 2012 Pages: 1... 89101112... 54
  Archived months: [jun2012] [aug2012]

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