[try Beta version]
Not logged in

Beginners - April 2013 (Page 38)

how to convert 190.434 to binary point
 
I need help in converting this decimal point number 190.434 to binary point I done this tell me if I...
Apr 17, 2013 at 6:47pm
[no replies]
Is this function correct?
 
int turn_plays(int array , int boats, int &counts); Do all functions have to be uniformed or can t...
Apr 17, 2013 at 6:44pm
[3 replies] Last: Thanks everyone! (by closed account LN3RX9L8)
by elmurp
How should I approach this...
 
I have a big project that was just assigned in class, and I want to be proactive about getting it se...
Apr 17, 2013 at 6:43pm
[3 replies] Last: I don't think I've quite learned about some of the elements of the cod... (by elmurp)
LOST!!!!
 
need help finishing up program for class, no tutoring at school to help. i have the hole be random f...
Apr 17, 2013 at 6:38pm
[no replies]
Need Help Using Do Loops and While Loops in C++
 
What am I doing wrong? I have been doing super simple C++ for a while but when I got the idea to ...
Apr 17, 2013 at 6:37pm
[8 replies] Last: @ superRazor: First things first. I definitely prefer the coding of Th... (by compiler)
by Arcand
Handling Data
 
Hi! Im trying to write a (very (very (very))) basic console adventure, and I have run into a bit ...
Apr 17, 2013 at 6:30pm
[2 replies] Last: my question is more about the handling of the input, from 43 - 58 of t... (by Arcand)
lost!!!
 
this is whay i have so far the key is to write a program that test both if then else statments ...
Apr 17, 2013 at 6:29pm
[3 replies] Last: Just making a minor correction so people don't get confused. [quote=S... (by closed account 3qX21hU5)
Battleship Program
 
I am trying to create a battleship game using a 6x6 board, only 2 ships that cover 2 spaces each, pl...
Apr 17, 2013 at 6:26pm
[no replies]
Errors with fstream and arrays
 
Im getting these errors 1>Source.obj : error LNK2019: unresolved external symbol "void __cdecl read...
Apr 17, 2013 at 6:26pm
[2 replies] Last: Yes, the calls are within the main function. //Defining arrays (with... (by Mobius1)
About reading PGM file
 
input pgm name to read the width height and max grayscale and i got some long wrong value like I...
Apr 17, 2013 at 6:18pm
[1 reply] : What does the input file contain? Did you allow for comment lines begi... (by Chervil)
Matrix Multiplication using Class (Without friend)
 
Hi guys. I am working on a matrix multiplication code. Its working but not correctly :).. I would re...
Apr 17, 2013 at 6:05pm
[2 replies] Last: Thank you so much. It solved my problem. God Bless you. (by aprendiz)
Why << for cout?
 
Hi again, I know it's a lame question but I'm a beginner. What is the significance of <<? Exam...
Apr 17, 2013 at 6:04pm
[13 replies] Last: Regarding (c): Lets assume that 'greater than' would have been selecte... (by keskiverto)
Undeclared Variable Error?? Thought it's pre-built in <cstdlib>??
 
Having a hard time figuring out where my error is. It's telling me there are numerous semantic issue...
Apr 17, 2013 at 5:34pm
[no replies]
2d matrix and changing values of all neighbours
 
Hello All. I am working with 2d matrix. I'm trying to change values (from 1 to 4) of all neighbou...
Apr 17, 2013 at 5:27pm
[no replies]
Problems overloading index operator
 
So to sum it all up, I'm a bit stuck. I'm making a bucket hash style HashTable class that is an arra...
Apr 17, 2013 at 5:00pm
[3 replies] Last: Node* HashTable::operator (int index) isn't works? (by MiiNiPaa)
by Maissa
would someone take a look
 
the age wont appear , i think i know why but i dont know how to fix it #include<iostream.h> ...
Apr 17, 2013 at 4:48pm
[1 reply] : Why did you delete your original thread? The code below is for your or... (by Catfish3)
Beyond the basics.
 
I have read the tutorial section on this website and re-read it. Are there any good websites, with t...
Apr 17, 2013 at 3:55pm
[2 replies] Last: Never delete your posts like this: http://www.cplusplus.com/forum/arti... (by eklavya sharma 2)
by wk0109
help searching text file !
 
The question is how i search for the name , in order to obtain all the information? my txt file i...
Apr 17, 2013 at 3:44pm
[no replies]
Help with simulating a deck of playing cards?
 
Hey so I am supposed to simulate a deck of playing cards and my program keeps crashing for some reas...
Apr 17, 2013 at 3:31pm
[1 reply] : num=rand(); type=rand()%4; }whil... (by pogrady)
random number generation
 
I need some help getting the computer to guess a number within 7 tries. I think I know what needs to...
Apr 17, 2013 at 2:50pm
[no replies]
April 2013 Pages: 1... 3637383940... 83
  Archived months: [mar2013] [may2013]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.