Beginners - December 2012 (Page 16)

xml
 
i have a xml file to extact it i have written few code but these code only give me the root element ...
[1 reply] : noone in this forum can help me ????????????? (by pradeep rawat)
by Jayzor
Problem solving Loop Practice Problem from Jumping into C++
 
I am currently going through "Jumping into C++" by Alex Allain, and I am absolutely stuck at the Cha...
[3 replies] Last: well After trying to figure out from your helpful code, I came up with... (by Jayzor)
Go back a line.
 
How do you go back a line? (Opposite of \n) . I have Dev C++.
[9 replies] Last: @whitenite1: Thanks! (by closed account 18hRX9L8)
not enough explaination
 
3. write a program that allows the user to enter students name followed by their test score. it will...
[2 replies] Last: To start with, here are a few points you should work on: 1. Reading th... (by kameswarib)
Issue with stringstream
 
I'm attempting to compile this code to test out certain blocks before I proceed to others, but there...
[2 replies] Last: Yes, this solves the problem, thank you! In response to your question... (by Xan Mead)
by bensko
Would like advice for books and courses to learn c++
 
Hi I am interested in learning to programme in c++ I currently have no programming experience I unde...
[3 replies] Last: @bensko You can study the language with an experienced tutor. It is b... (by vlad from moscow)
by Marcan
Program crashing, need a little help!
 
Hi everyone! Glad to be here. I'd really appreciate if you guys could take a look at my little prog...
[2 replies] Last: It seems so obvious now. Thanks! (by Marcan)
Data Structures and turn based games
 
I am in the process of designing a turn based computer game based on RISK. At the moment I am not bo...
[5 replies] Last: So set up a class for each continent. Then perform a check on all the ... (by rubbish coder)
by syaufe
Math operation on Structure..
 
hello! can anyone help me with my problem?? here i want to write a program which is about the tic...
[3 replies] Last: To count the amount of classes you might want to use a static variable... (by Lowest0ne)
C++ Video: Koenig Lookup and Interface Principle
 
The purpose of namespaces is to avoid name clash. It seems Koenig Lookup mixes up the names and def...
[1 reply] : [quote=boqian2000]It seems Koenig Lookup mixes up the names and defeat... (by Volatile Pulse)
dynamic memory allocation
 
plz hlp me with this program.. Question is:- create a class called name which has a char pointer t...
[3 replies] Last: Yes (by maeriden)
Instantiation of an object with vector in constructor
 
Hi there I have this problem where I made a class SettingCategory which takes a string and a vector...
[3 replies] Last: I like the look of cubbi's solution too, i'm a bit confused about one ... (by fuerchter)
How do I compile my code into a standalone Mac application?
 
Hi. I have a project I'm working on (in OpenGL), and I want to send it to my friend. He doesn't have...
[1 reply] : use a mac (by SamuelAdams)
getting the size of the buffer
 
What are some alternatives to the following: // obtain file size: fseek (pFile , 0 , SEEK_E...
[1 reply] : you want the size of a file ? (by SamuelAdams)
by Duden
Characters in array
 
Hey, i am a beginner in c++. I want to whrite a programm where i have an 2 dimensional nxm array and...
[1 reply] : why don't you write a program to spell check. http://www.cplusplus.co... (by SamuelAdams)
parts of string.
 
Hello :) I have the string string str="thisisjustanexample"; . How can i use parts of the string st...
[2 replies] Last: Thank you for the fast answer,it works. (by Guzfraba)
delete operator - multidimensional array
 
Hi to everybody, I'm writing a c++ based program on Ubuntu OS using code::blocks IDE and g++ compile...
[8 replies] Last: I'm talking about square matrix if that program is supposed to do s... (by Cubbi)
DO-WHILE LOOP
 
Hello First of all i am new to c++ im using c++ 4.5 or turbo c++ 4.5 (borland) because i want to l...
[13 replies] Last: the x vlaue ,where.. (by beginning)
Need help in using a STL list and polymorphism (1,2)
 
Suppose I have a class A Then I create a class B derived from class A I also create a class C deri...
[20 replies] Last: You also have a memory leak in your X class. You have no dtor, but you... (by Volatile Pulse)
help me use template class
 
here is my code for pair.cpp and pair.h: pair.h 1 #include <iostream> 2 using namespace s...
[2 replies] Last: When dealing with templates, they need to be compiled with your progra... (by Volatile Pulse)
December 2012 Pages: 1... 1415161718... 65
  Archived months: [nov2012] [jan2013]

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