Beginners - November 2014 (Page 23)

Sort and Search - Lotto
 
I need some help getting this to work please? #include <iostream> #include <fstream> #incl...
[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
 
Write your question here. #include <iostream> #include <string> #include <ifstream> usi...
[3 replies] Last: I'm clear on what you're doing. What is TA and why does it derive fro... (by kbw)
asking clearly big question in numbers are prime together
 
hi gentles, i tested a code that doesn't work. and i want you helping for the shortest code quick...
[2 replies] Last: #include <iostream> int main() { // for each pair of numbers i a... (by JLBorges)
issue with reference/RVDT function (1,2)
 
I don't have any syntax errors, but when I enter a number between 0 and 65536 I expect the function ...
[23 replies] Last: No luck I guess =/ (by iLiberate)
big question in numbers are prime together...
 
hi gentles, i tested a code that doesn't work. and i want you helping for the shortest code quickly....
[6 replies] Last: my wrong and long code young programmers: #include <iostream> us... (by new user)
Integer with 32 bits.
 
How can I create a integer with 32 bits? And how can I use scanf and printf with that? Thanks!
[6 replies] Last: Thanks! (by vituaugusto94)
Array code
 
I am trying to run a program that will be able to calculate the average employment rate form the dat...
[1 reply] : The file employed_15-24yrsOld.txt is not where the program expects it.... (by coder777)
Arrays in Files
 
Can someone explain to me how one would go about using arrays to add or sort things from files. So I...
[1 reply] : You can eighter assume a maximum capacity like 100 and no more or you ... (by coder777)
by Jon15
Reversing a string
 
I am having trouble reversing the string so that I can input the name in the middle of the reversed ...
[1 reply] : Can you tell me what the values for i and j (i-j would be helpful for ... (by Zhuge)
big question in numbers are prime together
 
hi gentles, i have a code that doesn't work.and i want you helping for the shortest code quickly. It...
[1 reply] : There is no need to post the same question multiple times. http://www.... (by Zhuge)
by pukol
Ordered list using binary search
 
So, i created an ordered array of float. here is the code. //from main for(int i = 0; i < L...
[no replies]
by Seag
B-Tree Insertion Problem
 
Hello, I am building a B-Tree with data from a txt file, extracting a numerical record (as an int) a...
[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
 
This is just one part of the program. We have this file which contains a string of DNA (ACAAGATGCCAT...
[4 replies] Last: Seag + substr ~> std::string temp; // fill temp from input // print ... (by keskiverto)
Characters and String Functions
 
Desired output: https://app.box.com/s/r47o73hk1xix9gm0svdl Hi. I've been sitting here and searching ...
[3 replies] Last: #include<iostream> #include<string> using namespace std; char phrase ... (by Vandalism)
Error: Expression must have class type
 
Help! #include<iostream> #include<cstring> #include<algorithm> using namespace std; ch...
[5 replies] Last: #include<iostream> #include<cstring> #include<algorithm> #include<str... (by Vandalism)
Inherit from std::runtime_error
 
Hello, everyone. I am having difficulty inheriting from std::runtime_error. All I have to do i...
[1 reply] : #include <stdexcept> struct MazeCreationException : public virtual s... (by JLBorges)
Modular program utilizing array with at least 3 functions
 
I am completely lost with this assignment. I have been searching the internet and forums trying to p...
[no replies]
Function issues
 
Hi guys, I'm having problems with my code. I am trying to develop a code which gets the: weight, hei...
[5 replies] Last: #include<iostream> #include<string> //Function Headers using namespac... (by kovyfan27)
Need to return element of an iterator.
 
Hello - I need this loop to return the element of the iterator, not the value. Can anyone point me i...
[9 replies] Last: Yes, thanks. Corrected. (by JLBorges)
Read records from file and store in dynamic array
 
So i have to define Student class, read the number of records in the input file, create a dynamic ar...
[1 reply] : Edit: So i fixed my dumb mistake on line 41 to cout << id << "\t" <... (by ezmesori)
November 2014 Pages: 1... 2122232425... 65
  Archived months: [oct2014] [dec2014]

This is an archived page. To post a new message, go to the current page.