Beginners (Page 116)

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)
Building my own Set, queue and driver
 
Well, I'm trying to build a set based on an AVL tree. So far, I have a set based on a binary search ...
[6 replies] Last: Thanks a ton! Great advice. I admit, the Kool-aid function was a bit o... (by BlackL1ght)
IN which softwhere C++ language write?.
 
I am very New in c++ language.... IN which softwhere C++ language write?.
[7 replies] Last: A formula 1 car has lots of different features and gadgets that are, s... (by Ravenshade)
Storing coordinates of multiple creatures
 
This is a small program that moves the S around the map randomly. #include <iostream> #incl...
[16 replies] Last: Thank you, that worked well, now I have set up both the spawnSnakes an... (by Vidminas)
by klay2
rougelike saving files
 
it just wont work and vc++ 2010 wont show if it wont work until I debug so if you can help with that...
[2 replies] Last: well get it to save a txt file containing the x and y positions and st... (by klay2)
Accessing 1 Array Element From A File
 
In my program I have set up two parallel arrays from a given file. The file looks something like thi...
[no replies]
error: No operator matches these operands
 
Hey, I'm having an issue with this array within my overloaded << opperator. It keeps saying: No ope...
[9 replies] Last: All I'm saying is that you can't use ba . By default, the operator ... (by fg109)
Just getting back into Programming
 
Been out of the loop for some years now, just trying to figure the best starting point. Such as pre...
[no replies]
Using TypeDef With Parallel Arrays
 
I am required to use typedef in order to set up my array types, but it is not working at all. I have...
[2 replies] Last: Thank you! I have now set up my arrays like this: typedef int sizeO... (by janebartley)
String Planet Program *URGENT*
 
Hey, I'm to write a program that outputs a user's weight on a planet they enter. The user must firs...
[7 replies] Last: You're entering the weight, which is an integer. The "\n" remains in ... (by justme2)
Debugging issue regarding fractions
 
The code below is designed to add, subtract, multiply, and divide fractions created in the class Rat...
[1 reply] : This function Rational Rational::addition(Rational y) // adds fracti... (by vlad from moscow)
Pages: 1... 114115116117118... 125
  Archived months: [mar2013]

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