Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~693 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for Daan

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*, …

Member Avatar for vijayan121
0
167
Member Avatar for potpaLaptop

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?

Member Avatar for caperjack
0
167
Member Avatar for Daan

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 …

Member Avatar for Daan
0
179
Member Avatar for Daan

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 …

Member Avatar for joe_blow
0
101
Member Avatar for Daan

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 …

Member Avatar for Daan
0
79

The End.