Beginners - April 2008 (Page 3)

by CaDa
cant use sqrt(x) function !!! please help me
 
Hello, I'm getting nervous at my school assignment. Can you please check and find what errors I'm su...
[5 replies] Last: This very site has an /excellent/ reference. Just check it out at http... (by rpgfan3233)
can someone help me with this assignment?
 
im really confused about this assignment, i know how to do the separate files part but im having tro...
[7 replies] Last: ok so here is what i got so far. I hope im on the right track: in ... (by burnout)
Why const is after that?
 
Hi I'm new to C++ and I'm confused on something: int GetNum () const; Why const is after th...
[2 replies] Last: Thanks a lot :) (by GBStudio)
by ares89
Nested Structs and Pointers Confusion
 
Ok, basically i don't understand why its not outputting 1979. I thought that with the pointers it w...
[1 reply] : You forgot to use 'new' on favorite_movie. :P Also, don't forget to... (by rpgfan3233)
assigning one ifstream to another ifstream
 
Hi I am Aden and Iam currently working on a C++ assignment. everything was working fine until i t...
[5 replies] Last: i still dont understand what you are trying to do.. the top code is y... (by bgbnbigben)
hi im ismael balana for Phillipines....need your help....
 
my instructor in C++ prog-1 gave an asssignment but i cant finish...im too confusing i dont konw how...
[3 replies] Last: can you use code tags please? its a little hard to understand.... (by bgbnbigben)
by sparky
char[] to string OR comparing 2 char[]
 
Hello, How do I convert the contents of a char array into a string variable? For example, cha...
[7 replies] Last: Thanks (by sparky)
by Jeanne
Help? Returning multiple variables with a function
 
Hello and thank you for any help in advance. I am currently working on a c++ assignment as follow...
[1 reply] : I got an answer to this problem in the general C++ forum. Thanks Grey... (by Jeanne)
Need to understand these lines
 
Hello All. I'm trying to improve a file loader for Irrlicht engine. But, as a begginer, there ar...
[2 replies] Last: Thanks Rpgfan3233! This cleared a lot my mind. (by Auradrummer)
by yogurt
Project help!!!!
 
i know i just posted and am being demanding but i need some way to aplly the skills ive learned i my...
[1 reply] : How about a bigger calculator? Something where the user can type in... (by closed account z05DSL3A)
by yogurt
#include<cmath>?
 
Ok i found his code whick i know is incorreet but... What is the #include<cmath> do in the following...
[5 replies] Last: Yeah, headers like <cmath> are usually protected from being #included ... (by rpgfan3233)
Namespaces & "error C2059: syntax error : 'string'"
 
REPOSTED THE PROBLEM BELOW WITH ALL SUGGESTED IMPROVEMENTS. STILL PROBLEMS THOUGH! THANKS GUYS
[8 replies] Last: Yep, initialization lists. Just beware of them when you play with virt... (by rpgfan3233)
Help with Multidimensional array
 
Hi guys, i need some help I'm trying to make a battleship kind of game that allows the user to in...
[no replies]
by joe25
The program doesn't run although it is compiled
 
#include <iostream.h> #include <math.h> #include <conio.h> void main() { //this pr...
[2 replies] Last: Thanks for your help Grey Wolf.It was useful to me. (by joe25)
Hi, Looking for Suggestions
 
Hey peeps im new here and dont really know any languages except i guess shell scripting which isnt r...
[1 reply] : Press the documentation button on the left and click the C++ language ... (by Somelauw)
Multidimensional/ 1-D array Probelm
 
Hi, I need to have my program store names and department title stored in a two dimensonal array. ...
[2 replies] Last: thanks for the help man.. i got that part sorted out. but I still hav... (by xtheendx)
variable size arrays
 
how can i write a variable sized array...for instance: int x; in >> x; int array ; now, th...
[4 replies] Last: thanks for all the help - im using Borland Turbo c++, but possibly usi... (by bgbnbigben)
Someone help me please
 
I am trying understand OOP or Object oriented programming. If someone could put a definition that m...
[3 replies] Last: The Wikipedia article is pretty good at explaining OOP. Obviously, ... (by rpgfan3233)
by Mlorna
Incorrect Output, please help??
 
#include <iostream> using namespace std; int main( ) { int age, nrDaysPerWeek ; char ...
[4 replies] Last: @Grey Wolf well, the whole conditional statement should be executed h... (by milee)
function that handles a streamstring
 
never mind
[no replies]
April 2008 Pages: 12345... 18
  Archived months: [mar2008] [may2008]

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