General C++ Programming - October 2015 (Page 27)

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...
[2 replies] Last: If you've tried, post your code. (What I think is the)#1 rule of learn... (by YFGHNG)
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...
[1 reply] : From the issues you're describing, it would seem a C++ language tutori... (by cire)
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...
[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...
[3 replies] Last: Looks very 'interesting'. This also might be useful. Beyond that I c... (by closed account 48T7M4Gy)
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 ...
[4 replies] Last: Just got back in....ok, look for std::string::find, searching within a... (by CrashMeister)
October 2015 Pages: 1... 252627
  Archived months: [sep2015] [nov2015]

This is an archived page. To post a new message, go to the current page.