Beginners - June 2012 (Page 25)

How should this be set up?
 
I am building a stack class on top of my list class. I can't do it to save my life. Here is my lis...
[2 replies] Last: Thank you so much for responding! I will try that, thanks so much. C... (by vanllabean81)
Calling class function from my linked list data type
 
Hi, Im having a problem with the code below. First down here is a part of my linklist which co...
[4 replies] Last: Can you say what does the statement std::cout<<"\n"<<q->x.display(); m... (by vlad from moscow)
List Iterators (think it pertains to all iterators too)
 
What purpose are the <, <=, >, >= when comparing iterators? I looked them up on this page: http://w...
[1 reply] : These operators are defined for random access iterators. List iterator... (by vlad from moscow)
working with file
 
Hi In this code i should reverse the things that are in input.txt and put them in output.txt for exa...
[5 replies] Last: Thank you very much it works now (by Mohammad Zolfaghari)
by gift81
my knowledge of programming for you
 
Hello everyone. I offer my knowledge of programming (C, C++, C#, Java, Android, MS SQL, Oracle). wri...
[3 replies] Last: Here's a problem for you, gift81: I am building a stack class on top ... (by vanllabean81)
by Obraza
Project Euler No. 3: Repeated primes in output
 
Hello all, first of all great site I've been lurking ever since I had an interest in C++ (not very l...
[4 replies] Last: Thanks for the responses everyone, yeah I realized that it's going to ... (by Obraza)
access or storage problem?
 
Any ideas why the final for loop is not displaying the values I'm trying to store at the respective ...
[2 replies] Last: Thank you for finding the mistake, I was so focused on the last loop I... (by Phoolishness)
by blake
Multiple source files
 
I'm trying to create a program using multiple source files in CodeBlocks. Every time I run through t...
[1 reply] : I've never run into that error with Code::Blocks, but if I did, I'd cr... (by Volatile Pulse)
Better way to copy a file and add commas?
 
I have been doing Project Euler problems lately and the one thing I've noticed a lot is they like us...
[3 replies] Last: It transformed this: http://pastebin.com/RDrD3vkU Into this: http://p... (by Volatile Pulse)
Implementation/Header file question
 
I have an assignment to build a Stack class "on top of" a General List class I just made last week. ...
[5 replies] Last: push_back is the general name used for containers. Another name would ... (by Volatile Pulse)
Static vs. Dynamic Libraries
 
I know Visual Studio comes with the projects, but I was wondering how you could create them by hand....
[10 replies] Last: How about this one http://crasseux.com/books/ctutorial/Building-a-li... (by chipp)
Installing SDL - Trouble
 
Hi people I have a big problem: I want to learn SDL (thats not the problem ;) ), and therefore I ...
[1 reply] : The dev library comes with an html files that explains how to do this.... (by Moschops)
how to sort the duplicated alphabet into one,AA=A only?
 
/******************************************************************************* Your Task: W...
[3 replies] Last: I think that 'Y' is not a consonant. So you will have 19 consonants. ... (by vlad from moscow)
static int in header file is duplicated?
 
Hi, I stumbled upon a situation I don't understand, I'm learning C++ through Bruce Eckel's C++ bo...
[2 replies] Last: Aaah, I mixed up the two different meanings of "static", thanks, I get... (by Prestissimo)
by jorz
returning managed variable
 
Hi All, I would like to return a managed array from a class is this possible? or what would b...
[4 replies] Last: Hi there, As far as I know it's not possible to pass an array to a fu... (by closed account o3hC5Di1)
by jaded7
dynamic memory causing crashes
 
Hi, I'm currently a university student and I'm rather new to C / C++. The scope of my course which I...
[7 replies] Last: ^ Nope, the c++ equivalent of malloc() is malloc() Also, LISP.... (by ne555)
C programming Basic 2
 
#include<stdio.h> #include<math.h> int main(x) { int y,z; y=-~x; z=printf("hi\r"); printf("%d",x ...
[4 replies] Last: Please visit the Site [URL="http:\\contest.collectiva.in\training\Fund... (by collectiva)
by abbzi
What is the output ? ._.
 
this program really got me confused, what is the output???! #include <iostream> using namespace...
[3 replies] Last: void main() That's not C++. Where did you get this? http://ideone.co... (by Moschops)
How to initialize object within another class
 
Here is a code: WEAPON: class WeaponType { }; class Swords : public WeaponType { }; PLA...
[1 reply] : It looks like class Plyer does not see the definition of class Swords.... (by vlad from moscow)
Help with filestreaming
 
Hey guys. My project is a reservation system. My problem is in filestreaming ( i think) . My objecti...
[1 reply] : And also. I can't view the available cottages that I reserved (by closed account 48CM4iN6)
June 2012 Pages: 1... 2324252627... 51
  Archived months: [may2012] [jul2012]

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