by kalicha
wind chill and heat index HELP PLEASE
|
|
[4 replies] Last: From NOAA: Heat index formula based on multiple regression analysis: ... (by Texan40)
|
by Bassam200
delete even value in node
|
|
[2 replies] Last: Peter87 I'm confused too ^_6 what do you mean by initialize ? plz c... (by Bassam200)
|
by i2Fluffy
Pointers in classes question
|
|
[2 replies] Last: It's used to point to an array of characters - It's C's way of represe... (by closed account zb0S216C)
|
by aahmad21
Trouble formatting an output
|
|
[3 replies] Last: You can tab your output with "\t". For example: cout << " The sum is... (by closed account j2NvC542)
|
by tnjgraham
How to convert double to hex
|
|
[3 replies] Last: Only integer numbers can be represented as hex AFAIK Anything can be... (by Lowest0ne)
|
by albertohesse
Netbeans #include gtk/gtk.h problem
|
|
[3 replies] Last: Besides another question: where can I access this PKG_CONFIG_PATH envi... (by albertohesse)
|
by vckngs7
Objects and Data Structures
|
|
[1 reply] : What's the difference between a custom class and a custom data structu... (by Moschops)
|
by Cplusnovice
Best books for Beginners
|
|
[4 replies] Last: many thanks for your help :) i will start looking at some of the tuto... (by Cplusnovice)
|
by regiice9
Help on Output results
|
|
[19 replies] Last: Hi. I believe i sent you a pm. please help! (by regiice9)
|
by Nullahnung
For-loop breaks down after approx. 500 iterations
|
|
[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
|
|
[6 replies] Last: PS: could also use regex to make it easier to deal with the last word:... (by Cubbi)
|
by Damian666
functions
|
|
[5 replies] Last: ok thank you (by Damian666)
|
by Shaikh Omar
Adding Values in an Array
|
|
[1 reply] : Well, if you want to sum up the numbers, you have to use operator+ som... (by KRAkatau)
|
by teaflavor
Get a letter from an array of string ?
|
|
[2 replies] Last: Thanks, I guess the problem is in other part :-<. (by teaflavor)
|
by PadreDoom
Why am I getting negative doubles?
|
|
[1 reply] : sin works in radians. sin 50 is about -0.26. (by Moschops)
|
by RastaWolf
a curious question about variables in functions
|
|
[7 replies] Last: Wow! Thank you so much for your detailed response. I completely ... (by RastaWolf)
|
by lashboys
Problem to compiling C++ prj
|
|
[5 replies] Last: Thanks for replay I have found the mentioned function in Microsoft C "... (by lashboys)
|
by nothing3
function help
|
|
[3 replies] Last: void isEven( int x ) { if (( x % 2) == 0 ) cout << "Even"... (by HiteshVaghani1)
|
by David Tsu
A Pause Function Dealing with Floating Point?
|
|
[2 replies] Last: Thank you Nexius! It worked great. I'll post more questions if I stumb... (by David Tsu)
|
by RastaWolf
Bool Question
|
|
[13 replies] Last: Yes. The two if() statements yield the same result. (by Nexius)
|