Beginners - April 2011 (Page 10)

excel file problem
 
hellow every body now i create a file excel which i enter data in it ofstream fout("Test.xls...
[15 replies] Last: You could start by trying to make some of the changes I suggested. Are... (by Computergeek01)
Char arrays
 
Assignment is to loop through two data files and compare the answers to find the number of correct a...
[1 reply] : You could try first casting the characters as int's and then add one t... (by methodos)
Please Help Me Condense A Small Piece Of Code
 
i just finished a fairly large program, and now im trying to condense certain parts down (if possibl...
[2 replies] Last: That struct at the start of every line is not necessary. songArray ... (by Moschops)
Code not running even though parameters are correct.
 
EDIT:Changed the title, refer to reply 5 for updated info on the issue. I'm trying to create a pro...
[5 replies] Last: How would I edit the compare function? It doesn't look like I can cha... (by creatorofchaos)
Help Please!
 
hi everybody. Todays question from me is how do you use arrays to get a string ? i now about arrays...
[11 replies] Last: @GodPyro, I know, but the newbie doesn't; perhaps you can see my conce... (by Veltas)
Binary Trees with arrays
 
I have recently written a program that works with binary trees with linked lists. I now need to take...
[5 replies] Last: webJose, this being a creative fix for my problem its pretty much chea... (by sorthon123)
Libraries
 
I have just downloaded Allegro, but I ran into this problem. I haven't the slightest idea how to in...
[2 replies] Last: Doin great so far. Thanks man. (by billywilliam)
Convert Numbers to Words
 
Hi everyone, I am working on program to convert numbers to words, however, this is not the tradition...
[7 replies] Last: Thanks for the advice and sorry for not using , am still a begginner... (by MamoonSaeed)
How to sort a column in 2d vector?
 
the topic is deleted
[no replies]
Circle Class
 
So I'm trying to make a circle class with three separate files. But for some reason i cannot get the...
[5 replies] Last: AAAARRRGGGHHH!!! My bad, Line 16 should be mycircle.setradius(rad); ... (by Computergeek01)
Menu Help
 
So I need help with a menu for an airline program. (yes i am obviously a newbie :p) The problem I ha...
[5 replies] Last: Yea thats what i eventually had to do cristi. Thanks a lot you guys fo... (by smr0930)
Array Question
 
This is probably a very dumb question, I feel like I must be looking at it wrong or something. I'm l...
[5 replies] Last: I'm moving on now but I figured in case anyone else came to this threa... (by TheNoobie)
by tasha
nusrath is this correct
 
DIJKSTRA ALGO #include<iostream.h> class dijkstra { private:int n,a ,d ,p ; public...
[1 reply] : Man, this could be a really great post if it was a little organized. T... (by Zeillinger)
by dAND3h
Time
 
Hi, I am trying to draw something on screen every 2 minutes AFTER it is picked up. So, when my chara...
[4 replies] Last: Makes sense, thanks for the help. (by dAND3h)
pass the array to function!
 
Hi, here in this program the void function should attach the numbers that entered by user wi...
[6 replies] Last: yeah yeah , the problem was that the input was int and array was ... (by Thuraya)
by hb84
Help with my programme
 
Hi, I am completely new to c++ and I am tyring to build my programm but i get the error C2109: su...
[8 replies] Last: I understand that hb84 but I asked you to use code tags and you replie... (by TheNoobie)
Library Directory
 
I am using Visual 2010 and I wanted to download a graphics library but I don't know what directory t...
[6 replies] Last: Yeah, i'm sure. I might have messed up when locating the .lib files be... (by wojo1086)
Problem with functions
 
I have a problem. This is a source code: #include <iostream> #include <cmath> using namespac...
[4 replies] Last: Thanks for help! Problem solved! (by delpins)
unterminated #ifndef
 
Hello. I have this problem when I want to compile dis particular class. It said unterminated #ifnd...
[3 replies] Last: You should include Setting.h in Setting.cpp , not the other way rou... (by anonymous23323124)
Class using another class (that has allocatable array)
 
Hi all, I try to build a call using another class as member variables as below. Because the previou...
[8 replies] Last: Yeah, thanks, once more :-) (by chucthanh)
April 2011 Pages: 1... 89101112... 55
  Archived months: [mar2011] [may2011]

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