by gh24
Mac-Windows Code Compatability
|
|
[1 reply] : In terms of the actual code, as long as you stick with the standard he... (by Stewbond)
|
by sledger87
Help please with Function and Parameter Declarations
|
|
[12 replies] Last: #include <iostream> using namespace std; double mult (double num1... (by sledger87)
|
by Lazysquirell
check to see if any number is assigned to a variable of type int
|
|
[2 replies] Last: how do you implement that ? I cannot seem to get it to work wait i fi... (by Lazysquirell)
|
by Eric Hong
Press anything to exit...
|
|
[2 replies] Last: http://www.cplusplus.com/articles/iw6AC542/ (by Duthomhas)
|
by nerd1981
Strings & Error Msg (1,2)
|
|
[20 replies] Last: For those of you interested, here's my edited code. If anyone has poi... (by nerd1981)
|
by cogirl
Fibonacci and prime numbers help!
|
|
[12 replies] Last: OMG..Omg Omg!!!! Thank you so freaking much!!! that was perfect!!!! Ma... (by cogirl)
|
by Dstrayex
Why does the program crash?
|
|
[3 replies] Last: haha no problemo. Always glad to help :D (by jp01cf01)
|
by Lizzie
Arrays to calculate frequency and percentage of dice rolls.
|
|
[10 replies] Last: Yes! Works great. Thanks for the education. (by Lizzie)
|
Need help with source code |
|
[8 replies] Last: Only if you want the array to be named "array". If you'd rather stick ... (by Moschops)
|
by randomsites
What am I doing wrong?
|
|
[2 replies] Last: OP: This is a project for school, and my output is supposed to be t... (by Moschops)
|
by PookDog
Fibonacci
|
|
[no replies]
|
sum of all? |
|
[10 replies] Last: I think the best way would be to use stringstream . Pass the string y... (by bbgst)
|
by jameskang
help with arrays
|
|
[1 reply] : Please use code tags. It makes it so much easier to read your code. f... (by Peter87)
|
Nested else if? |
|
[2 replies] Last: Thank you peter! worked like a charm. (by Chowderscripts)
|
by tiennen07
HANDLE issue
|
|
[1 reply] : SOLVED. i set the HANDLE hHpSetMutex definition to static: static... (by tiennen07)
|
by Blargenth
HELP mega error!
|
|
[3 replies] Last: sounds like you might have missed a semicolon. without an example of ... (by tiennen07)
|
by gh24
Global Variable From Command Prompt
|
|
[10 replies] Last: Ok cool. Just so I understand this let me paraphrase: I am opening t... (by gh24)
|
by mario17
How to catch diff in cin.getline
|
|
[2 replies] Last: Thanks, Peter ! It's clear, is it possible to supply endl explicitly w... (by mario17)
|
by Cnewey
Pointer
|
|
[2 replies] Last: Thanks Jim for the very detailed explanation. (by Cnewey)
|
by Digits
Multi-dimension array randomize
|
|
[1 reply] : use can use std::random_shuffle (by Peter87)
|