Beginners (Page 107)

by chipp
difference
 
can anybody tell me what's the difference between these 2 codes? #include <iostream> using na...
[2 replies] Last: thanks for your help... :) (by chipp)
Exporting a 2d array to excel .csv?
 
I have been having trouble trying to export my 2d array "int edit_distance_array[POPULATION_SIZE+1] ...
[2 replies] Last: Sorry i didn't post any code previously was a little unsure because it... (by nukem266)
by elmurp
expected primary-expression before ',' token
 
I'm getting this error, "expected primary-expression before ',' token" for the project I'm working o...
[5 replies] Last: Ok I've changed some things up, but I have another problem now. #in... (by elmurp)
Computer freeze
 
Firstly, I wanna start off by saying this is extremely strange behaviour coming from my PC, since wh...
[2 replies] Last: It would help if you posted the code. (by pogrady)
Programming Group (1,2)
 
Hi there, as you guys can tell I'm a beginner programmer who want to improve myself and help others ...
[30 replies] Last: DEAR CPLUSPLUS COMMUNITY I suggest that all of us contributing to s... (by cyberdude)
streaming in online document
 
Hi! I want to use a document that is available on the internet: http://api.eve-central.com/api/qu...
[8 replies] Last: ok, thanks for the answers (by Jonas Wingren)
by Daleth
Compiler Warnings
 
So I upgraded my Code::Blocks IDE and made sure to set the compiler to the C++11 standard. However, ...
[1 reply] : non-static data member initializers only available with -std=c++1 (by ne555)
~'q' << 6
 
This is an exercise from C++ primer on page 156. 'q' is 113 in int, and 01110001. ~'q' is then 10...
[4 replies] Last: Vlad is correct. that mean compiler knows it's a char and thus inter... (by Disch)
No match for 'operator=='?
 
I am trying to use a function to find the number of the row that a specific string is in. The functi...
[11 replies] Last: Getting rid of the 2D array and making it a 1D array seems to have sol... (by Dumpofdeath)
by Varius
How to streamline my program
 
This is my completely revised program on factoring trinomials. I was wondering if there was any way ...
[2 replies] Last: I would recommend setting your double values when you declare them. I... (by SamuelAdams)
Mixing engines?
 
Is it possible to mix engines? Like the water in the game is build with Hydroengine & then the graph...
[1 reply] : I'm not sure you can directly do this, but you should be able to do it... (by EssGeEich)
Help: expected a statement
 
This program is incomplete but halfway through my programme I receive an error from 'else', the mess...
[6 replies] Last: Thanks for your help guys. :) (by Angry Food)
input and output files and structures helppp please
 
Dear all, this program requires an input filename by the user (e.g. input.txt) and outputs the aver...
[2 replies] Last: Thanks (by xcindiix)
by nmell
Reading text from file into a user-defined object
 
(Working on windows 7 with Visual Studio 2010.) Hello! Beginner here and I am working on random f...
[3 replies] Last: Thanks! That worked, I didn't even think about changing the input file... (by nmell)
Bubble Sort Crashing
 
This project is for my intro programming course. After entering the numbers it crashes. I would assu...
[4 replies] Last: @Giggidy Your loop should be like this> for(j = 0; j <= SIZE-2-i; j++... (by Sam99)
Modules problem
 
Hi, i am very new to C++ programming and i'm really keen to learn. However, i've run into a problem ...
[4 replies] Last: Did you add the second file to your project? EDIT: I suppose not: it... (by MiiNiPaa)
by sumsar
I have a bug in a array i cant find.
 
what have i done wrong ? #include<iostream> #include<string> using namespace std; main(){...
[5 replies] Last: He he Vlad! Are you copying my reply again? ;) (by Catfish3)
How do I call a method pointer?
 
Ok I appear to have done my head in. I have a class called codon : typedef double const (Cod...
[2 replies] Last: If I do this: auto pointer = &(*it_codon_sequence); (pointer->*Fun()... (by ausairman)
Create a row and add it to matrix.
 
//matrix : 12 5 35 35 35 65 170 48 15 190 85 27 27 24 100 315 119 600 116 129 70 88 110 145 90 90 ...
[8 replies] Last: You can use the following function which I wrote without testing. in... (by vlad from moscow)
Please Help
 
I want to become a COMPUTER PROGRAMMER but idont know how to start to it sa please help, PM in me...
[3 replies] Last: Thank you Very Much Jonas Wingren and Hazique but what the best appli... (by blitnathz)
Pages: 1... 105106107108109... 125
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.