by RyuuMamoru
Sort and Search - Lotto
|
|
[5 replies] Last: bool same(true); for(int i=0;i< (whatever your array size is); i+... (by mutexe)
|
by salah
can anyone plz help me with this code as soon as possible, thanks
|
|
[3 replies] Last: I'm clear on what you're doing. What is TA and why does it derive fro... (by kbw)
|
by new user
asking clearly big question in numbers are prime together
|
|
[2 replies] Last: #include <iostream> int main() { // for each pair of numbers i a... (by JLBorges)
|
by iLiberate
issue with reference/RVDT function (1,2)
|
|
[23 replies] Last: No luck I guess =/ (by iLiberate)
|
by new user
big question in numbers are prime together...
|
|
[6 replies] Last: my wrong and long code young programmers: #include <iostream> us... (by new user)
|
Integer with 32 bits. |
|
[6 replies] Last: Thanks! (by vituaugusto94)
|
by klanier
Array code
|
|
[1 reply] : The file employed_15-24yrsOld.txt is not where the program expects it.... (by coder777)
|
by kathay14
Arrays in Files
|
|
[1 reply] : You can eighter assume a maximum capacity like 100 and no more or you ... (by coder777)
|
by Jon15
Reversing a string
|
|
[1 reply] : Can you tell me what the values for i and j (i-j would be helpful for ... (by Zhuge)
|
by new user
big question in numbers are prime together
|
|
[1 reply] : There is no need to post the same question multiple times. http://www.... (by Zhuge)
|
by pukol
Ordered list using binary search
|
|
[no replies]
|
by Seag
B-Tree Insertion Problem
|
|
[2 replies] Last: Well, this is too complex to skim through. You need to provide the tes... (by coder777)
|
by HG319
Bioinformatics program with string of DNA
|
|
[4 replies] Last: Seag + substr ~> std::string temp; // fill temp from input // print ... (by keskiverto)
|
by Vandalism
Characters and String Functions
|
|
[3 replies] Last: #include<iostream> #include<string> using namespace std; char phrase ... (by Vandalism)
|
by Vandalism
Error: Expression must have class type
|
|
[5 replies] Last: #include<iostream> #include<cstring> #include<algorithm> #include<str... (by Vandalism)
|
Inherit from std::runtime_error |
|
[1 reply] : #include <stdexcept> struct MazeCreationException : public virtual s... (by JLBorges)
|
by guardian115
Modular program utilizing array with at least 3 functions
|
|
[no replies]
|
by kovyfan27
Function issues
|
|
[5 replies] Last: #include<iostream> #include<string> //Function Headers using namespac... (by kovyfan27)
|
by tmmobley
Need to return element of an iterator.
|
|
[9 replies] Last: Yes, thanks. Corrected. (by JLBorges)
|
by ezmesori
Read records from file and store in dynamic array
|
|
[1 reply] : Edit: So i fixed my dumb mistake on line 41 to cout << id << "\t" <... (by ezmesori)
|