
please wait
by cjskipwo
Need Help Writing a Program
|
I am in a college level C++ class and i need help writing a program here it is: Write an application that calculates the amount of money earned on an inves... |
Oct 1, 2015 at 5:18am
[2 replies] Last: If you've tried, post your code. (What I think is the)#1 rule of learn... (by YFGHNG)
|
by pdas002
OPENGL Help Finding Error
|
I amm following the tutorial and it works perfectly for him, I understand everything but somehow the code does not work. This time I got errors. So here are the... |
Oct 1, 2015 at 5:08am
[1 reply] : From the issues you're describing, it would seem a C++ language tutori... (by cire)
|
by dilan888
RapidXml reading xml files
|
I'm using RapidXml 1.13 (http://rapidxml.sourceforge.net/) library with VisualStudio 2013 VC++ to read and edit xml file as mentioned in this tutorial (http://s... |
Oct 1, 2015 at 5:07am
[2 replies] Last: using above solution solved my problem thanks (by dilan888)
|
I need a simple C++ code snippet to do B-spline interpolation |
Hello, I am working on a project, and part of it needs smoothing a set of points. Say i have a set of points in 3d space and want to generate the best smooth l... |
Oct 1, 2015 at 5:02am
[3 replies] Last: Looks very 'interesting'. This also might be useful. Beyond that I c... (by closed account 48T7M4Gy)
|
by Roxas3093
Linked List if statement using a string variable
|
I am attempting to use the data off a link list node in an if statement the data is in string format. The string data is always either "yes" or "no". If its ... |
Oct 1, 2015 at 1:04am
[4 replies] Last: Just got back in....ok, look for std::string::find, searching within a... (by CrashMeister)
|