C/C++ :: Getting Started With Contour Plots
Oct 23, 2014
I'm new to C++ programming and only have a little java experience but I'm trying to learn some C++. I want to create a simple contour plot from scratch, and I see that there are many programs online, but what I haven't found are the basic components to a contour plot! I know that I have to make some kind of grid, I need to identify/set levels, etc.
View 9 Replies
Dec 28, 2014
Any common and good library for plots ? (2D and 3D)
View 1 Replies
View Related
Feb 16, 2013
I've been assigned to program rogue using the ncurses library, which will need
1. File I/O
2. String parsing
3. User input (h,j,k,l)
4. Room drawing
And Where i can start with this program?
View 4 Replies
View Related
Jan 27, 2014
1. I want to do 2 while at the same moment. Exactly I want one while which is checking the time and it should di something every X second and the other should check something parallel.
2. How i can write the program what i write automaticly into the autorun on every windows pc.
3. Can i change the process-name when the programm started?
4. Can i save my .exe under another name in the autorun
View 3 Replies
View Related