by Ram1
Can somone please Help me with this..
|
|
[1 reply] : int array = {0}; cout << "Enter a column and a row and a value: or... (by Smac89)
|
by portea35
Output after using pointers
|
|
[1 reply] : I just commented the code as I worked through the program. Take a look... (by Volatile Pulse)
|
by gduong
Overflow in calculation area of rectangle
|
|
[5 replies] Last: Damn i am so bad. I understand now. Ty very much (by gduong)
|
by K Cii
Vector & Permutations (Homework Help)
|
|
[1 reply] : Standard library example: #include <algorithm> #include <iomanip> #in... (by MiiNiPaa)
|
by aggie6970
Parallel Arrays
|
|
[1 reply] : Change: cin >> n; // ... cin >> cd_names ; // ... cin >> cd_artists ;... (by Volatile Pulse)
|
seperate chaining, printing one duplicate string |
|
[6 replies] Last: Nvm, got it. Thanks for trying to help :). (by closed account 2604izwU)
|
by giraffe1234
Random Movement
|
|
[9 replies] Last: Thank you for your help! (by giraffe1234)
|
by magyar
Structures not working
|
|
[11 replies] Last: #include <iostream> #include <string> #include <fstream> using namesp... (by JLBorges)
|
by alex067
Conv. int to Roman Numerals!
|
|
[1 reply] : On line 81 you forgot an else, so the code at line 85 is executed. Als... (by ats15)
|
by mannys1999
Queue using a Circular Linked List
|
|
[1 reply] : > It is telling me that my pointer "new_data" is not initialized, but ... (by ne555)
|
by prestokeys
auto fails. What is the type here?
|
|
[10 replies] Last: Yes. A non-static member function with one explicit argument has an a... (by JLBorges)
|
by lafo
Declaration of a Variable with a loop
|
|
[2 replies] Last: thanks for the help dude. i was so on the wrong track and didn't thoug... (by lafo)
|
Math and pointer location |
|
[1 reply] : Just scrolling through your code: [code firstline=174]x=rand()%(10^(b... (by Smac89)
|
by BrainFart
Programming assignment help
|
|
[1 reply] : Yes, I'd recommend using loops to do this problem. Try reading the fol... (by Zhuge)
|
by stiches
Overloading <<
|
|
[1 reply] : friend std::ostream& operator<<(std::ostream& is, IntArray& ia); ... (by ne555)
|
by Jacman11
Rock Paper Scissors Help
|
|
[2 replies] Last: Oh wow haha, thanks so much I appreciate it! (by Jacman11)
|
by Bass581
Addition of a transposed and original matrix
|
|
[1 reply] : Considering the declaration float Matrix ; then Matrix would re... (by ne555)
|
by dean93
Help with Program
|
|
[1 reply] : line 23 is in the middle of a loop, so it repeats each time it loops. (by SamuelAdams)
|
by duvster614
using functions help
|
|
[1 reply] : Returning each digit and returning the sum is different. if you wish t... (by giblit)
|
by Renthalkx97
Parsing Input
|
|
[2 replies] Last: I love you<3 Works perfectly. Thankyou so much. (by Renthalkx97)
|