General C++ Programming - October 2013 (Page 46)

by Ceset
next step
 
i was a beginner just two months ago. learning through basics of c++. and after i m finished with...
[2 replies] Last: thx for the answer but for a one month beginner, sdl??? no people shou... (by Ceset)
how to access base method via derived pointer
 
Hello, I would like to access (use) a (virtual) method declared in a base class via a pointer to an...
[5 replies] Last: Thanks for the comment. I think I get the general idea although I woul... (by bostjanv)
Windows Batch-file Programming
 
Can anyone help with an automated system startup batch file using 'at' or 'schtasks' coz I've been t...
[2 replies] Last: Thanks man let me play around with that (by nutty craze)
Help with binary search
 
I have a problem set I cannot seem to find a solution to... I gotta array of pair of int vector...
[13 replies] Last: anyone ? I still need your help bump (by rmxhaha)
enter value for coding
 
some where in main: char value; char* sname; sname= new char ; for(int i=0;i!=19;i++) { ...
[1 reply] : if you want to detect an enter then there are better ways to do that ... (by rmxhaha)
for(;;) and while (true) loops
 
I was looking around in the forum and I saw some people using for(;;) Isn't it the same thing as wh...
[8 replies] Last: Difference between for and While: For Loop: for..loop statements are... (by james005)
Help with recursive multiplication table
 
Hey there. I am a beginning c++ programmer and had a few questions on a program i wrote. #include <...
[4 replies] Last: Thanks! (by closed account y0q21hU5)
Guidance Needed With Bubble Sort (1,2)
 
Hi everyone, My current assignment is to take the source code given to us from the author and to ma...
[23 replies] Last: And you, sir win a cigar. Staring at code for days wondering why thing... (by Jangoon24)
Using Array
 
Hello I am new to this website and a beginner using c++. I wondering if anybody can possibly help ...
[7 replies] Last: #include <cstdlib> #include <ctime> #include <iostream> using namesp... (by Uk Marine)
Overloading Stream extraction operator
 
Hi, I wrote a class that can display fractions ex. 1/4 and I cannot figure out how to get >> to proc...
[1 reply] : [quote=InstantDeath]my overloaded stream extraction function: istre... (by LB)
October 2013 Pages: 1... 444546
  Archived months: [sep2013] [nov2013]

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