Beginners (Page 118)

Time.h date does not work in ifstream
 
void OrderList::setDate(char* date){ this->date = date; } char* OrderList::getDate(){ ...
[no replies]
by Daleth
A function with many local variables.
 
Will a function with many local variables slow the program down since the variables have to be recre...
[2 replies] Last: Thanks. (by Daleth)
by jc4bs
A Class With Objects of Another Class as Private Members
 
I have a class derived from a base class with a constructor. This class itself has its own construct...
[1 reply] : You need to pass 3 sets of name, age, height, weight, plus DerivedTwo'... (by LowestOne)
by rruss
HELP!
 
I have to create a project where i have to read and compare individual digits of a digital clock and...
[2 replies] Last: Well, you could set the input to a string, and check each character of... (by Ispil)
SFML Problem
 
I can compile this code fine in Codeblocks with Mingw. I don't get any compile errors. I'm pretty su...
[5 replies] Last: Stick with SFML, Austin. It's better, IMO. Although it probably woul... (by Disch)
help with my assignment
 
when calc number employees at lines 119 and 130 The program gave me that in output #include<io...
[5 replies] Last: Thanks I found the problem. (by Man silence)
by MM45MM
C++ assistance
 
trying to understand polymorphism. Not looking for answers but some assistance in having the same c...
[no replies]
Bit Masking
 
I'm having a weird issue with my code, basically, All im doing is Bit Masking. I create an object of...
[6 replies] Last: I can't see any point in using double types for your variables - why d... (by TheIdeasMan)
by ninos4
Function is not executing
 
Hello,
[3 replies] Last: Thank you so much! My professor advised I remove my code to prevent o... (by ninos4)
by Pebble
Class member by reference
 
I'm trying to do an exercise that does a boolean string compare of 2 class member's. I'd like to ...
[no replies]
Return EXIT_SUCCESS not executing.
 
So I've got an assignment that is due in a few days and the code itself works perfectly. However, wh...
[7 replies] Last: No, I don't... I'll have to change that. (by Specula)
How to access element of a 2D array located in a struct
 
Just to let you know, this is some sloppy coding, so please ignore the the ugliness of it. I need to...
[5 replies] Last: Thanks, I got it now. (by charleette)
by suraya
error C4430 missing type specifier
 
hey guys, i am wrinting this program and i am getting horrible errors. this is the part where all ...
[7 replies] Last: thank you a lot i will try that now :) (by suraya)
noob. help!!!
 
so im following a online tutorial and making a simple c++ program. but i came across something that ...
[2 replies] Last: thank you for the quick reply and the simple explanation (by ichigogb)
by AbR
vector of pointers to vector objects
 
vector<MonsterType> hArmy; // MonsterType objects pushed back on hArmy using PushMonsterType (not i...
[4 replies] Last: Thanks. A little re-writing made it work as it should. (by AbR)
Error: "warning: character constant too long for its type"
 
This is my first post so bear with me. char Grade(int avg, int& aCount, int& bCount, int& cCount,...
[2 replies] Last: Just curious the reason why you don't need if else is because it will ... (by Zereo)
by tripke
Very simple Loops problem: Need help
 
I am really trying to understand how a do while loop works, but I cannot figure out the correct conf...
[6 replies] Last: Ok I'll run you through this loop step by step. #include <iostream> ... (by Zereo)
how to shoew float value with no decimal c++
 
can we show float value with no decimal like we can do in c language but can we do this in c++ in c...
[2 replies] Last: the code i am doing need 8 byte for int data type how i can assign mor... (by tjnapster555)
by tripke
Review my small amount of code?
 
Hello fellow community. I am currently a total beginner and in the fall moving onto college to begin...
[7 replies] Last: > Some compilers (i.e mine) g++ refuse to compile if you omit return 0... (by JLBorges)
I cannot find my mistake :(
 
SECOND FUNCTION int k=o; while(k<(set.length()-1) && x==false && z==false) // this function chec...
[5 replies] Last: int count = 0; cout << "Enter the number of words you would like to ... (by rcast)
Pages: 1... 116117118119120... 128
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.