Can I initialize an array within a class header file. |
|
[11 replies] Last: So, it's better if I suggest you another way, trust me. There we go, ... (by S G H)
|
by Irishfitz
Square root function help! (1,2)
|
|
[32 replies] Last: #include <iostream> #include <iomanip> int main() { double d = 0... (by MiiNiPaa)
|
by TheSource007
Array of arrays, tree of data
|
|
[7 replies] Last: Oops my bad. It should read double data1 ; double data2 ; but ... (by TheSource007)
|
by ejuneau
Duplicate Case Values?
|
|
[13 replies] Last: Thank you Cire! I have taken your advice, and now at least it works, b... (by ejuneau)
|
by riol94
How to sum 2dimensional arrays
|
|
[1 reply] : It is enough to say that this function int arraySum(int A ,int B )... (by vlad from moscow)
|
by Hihelp
Error
|
|
[3 replies] Last: your value variable is local to roll() function and cannot be used o... (by MiiNiPaa)
|
by INeedAHero
Swapping nodes in a doubly linked list
|
|
[2 replies] Last: With correct algorithm you actually need only to check for (2) case Wo... (by MiiNiPaa)
|
Problems Understanding Final Program |
|
[8 replies] Last: This doesn't compile. Your printBarn() function is missing a closing b... (by booradley60)
|
by sam1194
Number of questions
|
|
[2 replies] Last: That was perfect! Thanks, easy fix for that part, guess it was the eas... (by sam1194)
|
by ausairman
How do I convert a std::vector into std::array
|
|
[7 replies] Last: Ok thanks for that. (by ausairman)
|
by sqdejan
A game about programming :)
|
|
[2 replies] Last: I want to teach as it does. But I just found some games where it kinda... (by sqdejan)
|
by Doggie
String Subscript Out of Range (Line 1662)
|
|
[1 reply] : Do not double post http://www.cplusplus.com/forum/general/102167/ (by MiiNiPaa)
|
by Dal
User input in array from class
|
|
[3 replies] Last: Hate to bump, but havnt gotten any further. :/ So im suppose to have ... (by Dal)
|
by new2c
array:How do check for duplicate numbers?!
|
|
[5 replies] Last: In fact this code bool isDuplicate( const int arr , int size, int nu... (by vlad from moscow)
|
by bsHobbit
Code Validation
|
|
[1 reply] : After a quick glance, I can see three issues: 1) I would change your ... (by closed account zb0S216C)
|
confuse on i++ and ++i |
|
[3 replies] Last: The postfix increment/decrement operator will increment/decrement its ... (by closed account zb0S216C)
|
by AdyR
HELP for one aplication
|
|
[no replies]
|
by Pierce
cin.ignore only working at a certain point :S
|
|
[6 replies] Last: Well the problem was clearing the buffer at the end of sporttest(), so... (by Pierce)
|
by sumsar
Why am i getting an error when i try to compile this?
|
|
[5 replies] Last: okay thanks for the help. (by sumsar)
|
by theguy
edit: need some help
|
|
[6 replies] Last: @nedo: you are stopping too late while( geline(input, line) ) ... (by ne555)
|