General C++ Programming - January 2014 (Page 25)

by ritfol
Editting a project
 
I create some simple projects such as account classes or invoice classes from my school assignments ...
[no replies]
i cant get answer for this virtual function
 
#include<iostream> class test { protected: int rollno; public: void getroll(int a) { a=rol...
[2 replies] Last: Problem is in your ALL set functions. The member variable should be on... (by ComNetCS)
Enum class problems
 
I'm having some issues getting an enum class working in my program. I declare it in a header file, a...
[2 replies] Last: I guess that shows me for assuming enabled by default means that it co... (by vockleya)
2D side scrolling platformer: Facing problems with background/flat floor surface.
 
Hey guys, I am working on a 2D side scroller game. Where a ball is moving continuously towards ri...
[3 replies] Last: In this simple case, you could simply draw the surface in the same rel... (by Zhuge)
pointer arithmetic
 
In the below example, the getline function returns the size of a line made of characters and stored ...
[no replies]
C++ program to calculate Mean,Variance& Standard Deviation by Short-Cut method
 
/* Program in C++ to calculate mean,variance & standard deviation using short-cut method. ...
[no replies]
January 2014 Pages: 1... 232425
  Archived months: [dec2013] [feb2014]

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