by thhs345
Array Manipulator not working correctly?
|
|
[4 replies] Last: Thank you for your help! (by thhs345)
|
by kinley
Efficiently representing school data
|
|
[4 replies] Last: Thank you very much. (by kinley)
|
by sweetdreams
Is it possible to place "fake" user input into the makefile for testing?
|
|
[1 reply] : Redirect input from a file when you run the program. (by cire)
|
by timmyspan
Snowball Console Game - Getting Targets to Throw Back
|
|
[3 replies] Last: Thanks kemort I will have to try that out. Goldenchicken, my thought... (by timmyspan)
|
Program stop working *ERROR* when i hit compile and run |
|
[1 reply] : *ERROR* That's the vaguest error message I've ever seen! :-D Are yo... (by Enoizat)
|
by Shishykish
Error in calling a function for a new object
|
|
[3 replies] Last: Hello All, Thanks very much for the solutions and alternative method... (by Shishykish)
|
by MeetTheMedic
Inserting string s into quotation marks
|
|
[3 replies] Last: Thanks for the feedback! I understand now that this is definitely not ... (by MeetTheMedic)
|
by rradeba
Help fixing error message....
|
|
[4 replies] Last: To avoid those warnings, you could modify the line 51 from for(int aa... (by Enoizat)
|
by ghotez
finding the index of max element in array
|
|
[5 replies] Last: #include <iostream> #include <algorithm> #include <tuple> // return... (by JLBorges)
|
by chinaski
2D array quiestion.
|
|
[1 reply] : I know that array1 is a pointer to the first element in the array Th... (by mbozzi)
|
by imastruggler
Why is the loop repeating 12 times?
|
|
[5 replies] Last: I wasn't supposed to void anything So, do you have restrictions? Are... (by Enoizat)
|
by Mapler
Class does not name a type.
|
|
[2 replies] Last: DISPLAY_H isn't defined anywhere else but in the header. It shouldn't ... (by Mapler)
|
by pdgaming
Passing Enum Through 2-D Array
|
|
[2 replies] Last: #include<iostream> const int ROWS = 5; const int COLS = 5; // ZERO ... (by JLBorges)
|
by Angel1
edit the array , but also changing old array
|
|
[1 reply] : #include <iostream> #include <fstream> // ok at namespace scope: all... (by JLBorges)
|
by Andrew892
Variable will not store more than 6 digits in console app?
|
|
[2 replies] Last: #include <iostream> #include <iomanip> int main() { const double... (by JLBorges)
|
by adventccy
Duplication after removing one element from structurre array
|
|
[3 replies] Last: Plus I did copy the array into the front after deleting it Well tha... (by closed account 48T7M4Gy)
|
by Kourosh23
sample code 1(no output) vs sample code 2 (output) why ?
|
|
[1 reply] : In code 1 comments indicate initialize_ptr() Returns the pointer whic... (by gunnerfunner)
|
by sweetdreams
Trouble creating a dynamic 2d array as a private class member
|
|
[3 replies] Last: @integralfx That seemed to work perfectly! Doesn't make sense to me ... (by sweetdreams)
|
by gunam12
homework help of recursion
|
|
[1 reply] : The function should accept two arguments: an array and a value. not... (by gunnerfunner)
|
by commemorate
The static member has already been defined?
|
|
[8 replies] Last: Thanks for Enoizat, gunnerfunner and cire. I am appreciate for your k... (by commemorate)
|