Beginners - June 2010 (Page 11)

Issue Copying Text from one String to Another
 
I posted here the other day about an issue I was having a program I have written in that it wouldn't compile. Now I have run into another problem. Before I b...
[3 replies] Last: That did actually solve it, thank you! There seemed to be an issue wit... (by VigilPrime)
by cmccmc
question
 
How would i go about making a program read a line such as "aword</word>" from a file and make it stop reading when it encounters </ ?
[6 replies] Last: Would it be fair to say that all your data needs to be extracted from ... (by Galik)
by patryk
creating n integers.
 
I am a beginner at C++, and i need help for an exercise for my C++ book. it asks to average n numbers. But i dont know how to create n integers. Could somebo...
[3 replies] Last: [quote=patryk]it asks to average n numbers. Most probably you won't ... (by m4ster r0shi)
by hogren
Problem with theora on cygwin (1,2)
 
Hello, I installed the ogg's librairy. I installed the théora's library. In the firsts steps of encoding, I success to declare the _info struct. But I don't...
[22 replies] Last: Thanks for all. The last problem is the compatibility between gcc 4... (by hogren)
Still Lost with DLL
 
Still Trying to get my COM .NET C# DLL to Run in VS6 C++ Created the TLB File from the DLL (Check) Opened the TLB File in the Class Wizard (Check) Code Com...
[4 replies] Last: Can anyone help with this? (by PGP Protector)
Wrong output looking for prime numbers
 
I'm trying to write some code that outputs the prime numbers from 3 up to 100. Here's what I've wrote so far, but I have no idea why the output is EVERY number...
[5 replies] Last: Just an oppinion but i think adding '\n' where " " would make it ... (by patryk)
by kaduuk
Turning a double value into a smaller decimal value
 
I'm realy new to c++ and I've got a question.It might seem a question easy to find on the internet, but I've been looking for the awnser for 1 hour on the web n...
[2 replies] Last: Thanks! :) (by kaduuk)
How do you print your output to a paper?
 
I searched this on the net but I could only find it for parallell printers i've got a USB one... Anybody knows how to do this? Thanks!
[2 replies] Last: It also depends on the kind of output you want to generate and the kin... (by helios)
by vichor
Members which are pointers to C functions
 
Hi, I'm defining a DLL interface and have thought to define a class encapsulating the access to a certain DLLs. This class will load the DLL and access se...
[3 replies] Last: I'm not a Windows guru but I am guessing that you may have that __cdec... (by Galik)
how to program complex numbers
 
hello my friends : i thought a lot of how i program the general combined number in the form a+i*b while i = sqrt(-1) the problem to be in the compiler d...
[5 replies] Last: Here is an example: #include <iostream> #include <complex> using... (by Bazzy)
Learning C++: What do i need to study in order to create my idea for a program?
 
Greetings, I've recently started to get involved in learning c++ as a hobby, and i am quite sure i will pursuit it as an career after i complete my a course...
[4 replies] Last: [quote=Vladwow91]Anyone care to explain very fast what the basic idea ... (by Galik)
installing eclipse
 
I am working on windows 7. I have downloaded eclipse for c++. I have JDK installed in my laptop. I have read to make the IDE work for c++. You have to downl...
[1 reply] : Eclipse is my first IDE , and at the same time my first and only not w... (by mainframe639)
system("shutdown -s -c")
 
Hi. I'm pretty much new at C++. I have a small problem with adding a string that contains text in system("shutdown -s -c"). It should be like this system("shutd...
[5 replies] Last: Thanks. I gotten hold of the problem. (by closed account DGvMDjzh)
header files
 
i m new to C++ programming and using turbo c++ as an IDE. I m confused about some topics. . I m trying to define a class and its attributes in a header file...
[8 replies] Last: Its most probably a problem with the include or library path specifica... (by mgupta)
Weekly Food Menu Program
 
I'm trying write a program to make a weekly meal plan. I have a list of major food groups (chicken, turkey, beef, pork, fish, veggie, other) and then another me...
[1 reply] : 1) it should be int main() not void main 2) You have two vari... (by Disch)
Date Recongnition
 
I am currently trying to create a program that can identify the day as a number (todays current date is June 17, 2010). #include <cstdlib> #include <iostre...
[2 replies] Last: Quik linc: http://cplusplus.com/reference/clibrary/ctime/strftime/ ... (by Albatross)
im a fresh beginner...
 
#include <iostream> #include <string> using namespace std; void main () { string name; string icNum; string parentName; string address; string...
[9 replies] Last: thank you guys... that was helpful.. (by markjsoria)
*arsing string hel* me *lease
 
hi guys i need your help. i have a text like below here and i need to parsing this string and return float value after character. "A0 B1.4 C3.5 D4.7" th...
[3 replies] Last: [quote=Subchan]but i can't use that.. because i don't use C/C++ compil... (by Albatross)
if statement doesn't work
 
I compiled and ran the following program without success. I finally gave up and tried running the one that came with the textbook (Accelerated C++) and still no...
[16 replies] Last: if (size == 0) { cout << endl << "You must enter your grades. " "Pl... (by guestgulkan)
Inheritance, Polymorphism and virtual functions
 
Hi, I'm trying to get to grips with Inheritance, Polymorphism and virtual functions, as the title states, now what I was trying to do was a base class Shape...
[4 replies] Last: Ok so it's a little more complicated then, no need to go further for a... (by SirSkorpan)
June 2010 Pages: 1... 910111213... 26
  Archived months: [may2010] [jul2010]

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