No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I'm a student of ecology. I aim to discover ways in which biological diversity is generated and maintained. To this end, I develop mathematical and logical models, program them in Matlab or C++ and do simulations on my Linux operated computer.
5 Posted Topics
Hi, I'm trying to use a program, written by others, that has C/C++ code compiled as part of its setup procedure (it's called Content - integrated environment for the analysis of dynamical systems). However, c++ (or g++ actually) complains about invalid conversions and cannot compile: [code]autodif.c: In function ‘char* Mult(char*, … | |
Re: Hey! I'm having the same trouble with the same laptop. I dropped it on the floor yesterday. It was still in it's bag, it happend before and all was ok. When I switched it on this morning, it wasn't though... Have you fixed the problem yet? | |
Hello :-) I'm trying to pass a filestream to a function: [code]template <class T> void grid<T>::print(std::ofstream file) { for (int i = 0; i < h; i++) { for (int j = 0; j < w; j++) file << cell[i][j] << "\t"; file << std::endl; } }[/code] so that I … | |
I'm writing small command line programs that for instance numerically solve systems of differential equations. The programs are so simple, that I think it would be an overkill to use a development environment like MS Visual Studio or Anjunta. I'm progamming on a Linux computer, and I use Gedit to … | |
I stumbled uppon these forums and they seemed like a place with friendly people so I thought I'd introduce myself here. I'm a biologist, and I recently got a job as a researcher at an intstitute for ecological research. I'll be doing theoretical research on biodiversity, and I'll use my … |
The End.