by tayloras96
Using Arrays and Opening files
|
|
[2 replies] Last: entryType is declared in my header file. I'm just confused on what ... (by tayloras96)
|
by CredC
dynamic array: sum of first and last number
|
|
[5 replies] Last: ah I forgot this detail, thanks (by CredC)
|
by tNK
String checker problem
|
|
[5 replies] Last: [quote=skindig123]Using, say a std::set container, you can reduce the ... (by boost lexical cast)
|
by schmiischmoo
Randomly fill 2D array with numbers
|
|
[2 replies] Last: @schmiischmoo, Change your lines 11 and 12 from int row = rand() ... (by lastchance)
|
by thhs345
Need help on finding the longest run??
|
|
[11 replies] Last: Thank you for your help, this is becoming more clear now! (by thhs345)
|
by test1234
How do I change a repeating if statement to something more efficient.
|
|
[3 replies] Last: > simulate "draw without replacement" Here, it would be something lik... (by JLBorges)
|
by Kourosh23
using for each loops - Bugs!
|
|
[3 replies] Last: #include <iostream> struct A { std::size_t sz = 5 ; int* ptr... (by JLBorges)
|
Entering many numbers into a loop |
|
[1 reply] : I'm not exactly sure what your asking, but I believe the answer to you... (by joe864864)
|
The range of numbers |
|
[2 replies] Last: a. determine the smallest number: say min_value b. determine the lar... (by JLBorges)
|
by ghostk91
"Error: base does not name a type"
|
|
[6 replies] Last: :) Pretty sure that's illegal. In the class declaration, you cannot i... (by skindig123)
|
by ETN
Does anyone tutor for free?
|
|
[5 replies] Last: Node* _insert_head(Node* head_ptr, int number) { Node* temp_ptr =... (by cire)
|
C++ A few array questions/problems |
|
[6 replies] Last: Let me see if I understand you correctly. I should write down a 'c' ... (by integralfx)
|
by JulianV304
Please I need help very badly!!!
|
|
[3 replies] Last: Hello JulianV304, PLEASE ALWAYS USE CODE TAGS (the <> formatting butt... (by Handy Andy)
|
by popwalk
Arithmetic Operations
|
|
[7 replies] Last: Don't forget that a function which takes the operator and operand as p... (by closed account 48T7M4Gy)
|
by DanielleL21
Need help with search/sorting function in Unix
|
|
[11 replies] Last: It looks a great improvement to me, @Thomas1965. Before writing my ver... (by Enoizat)
|
by test1234
Need it to be a bool instead of Void.
|
|
[5 replies] Last: Your instructions are alluding to a function that attempts successfull... (by AbstractionAnon)
|
by Pampam
Delete array
|
|
[1 reply] : [code firstline=17] int** arr = new int* ; for (int i = 0; i <= raw; ... (by cire)
|
by relephant
i/o operator overloading reading a file [help needed]
|
|
[2 replies] Last: Thankyou Thomas, this has helped a little bit! I knew the 'm.title' wa... (by relephant)
|
by Jopma
Loops and File Structures Help
|
|
[2 replies] Last: Hello Jopma, PLEASE ALWAYS USE CODE TAGS (the <> formatting button) w... (by Handy Andy)
|
by seungyeon
STL List
|
|
[4 replies] Last: @gunnerfunner, thanks, you were right. Corrected now (by Thomas1965)
|