Beginners - April 2014 (Page 8)

Dereferencing Pointer/Incompatible Pointer Type
 
Hi, I'm actually writing in C, but didn't know of another forum, as I used this one previously for C...
[4 replies] Last: I figured it out! I had Dlink, instead of DLink! Thanks for looking ... (by giraffe1234)
by Irhcsa
Mouse clicking c++
 
Is there a way to right a command that will make the mouse double click or click on a certain spot o...
[13 replies] Last: Have you tried reading the documentation? http://www.google.com/searc... (by Duthomhas)
Default compiler doesnt work
 
When I was installing code blocks there was a windows error saying something like "Can't find compil...
[no replies]
Using Lists
 
Hello everyone, I am having interesting issue here. If I run the following code program crashes. I ...
[2 replies] Last: Thanks, I got it! (by Titanius)
by Ne0n
Help Multiplying Linked Lists
 
Im writing a program for my CS215 Class using vigesimal (base 20) numbers. one of the functions is m...
[no replies]
UNABLE TO OPEN A TEXT FILE
 
Write your question here. Why am I unable to open the text file to read? Errors are in lines 24 and...
[4 replies] Last: elite zero, Thank you for your hard work and troubleshooting. Here ar... (by phztfte1)
by vinnyo
Need some help with HW(Arrays)
 
I need some help with this array for a HW assignment, we have to generate random numbers using an ar...
[no replies]
Array losing values
 
Hello I am having problems with a class level array losing all of its values. The array list loses a...
[no replies]
txt.file
 
Write your question here.I have been asked to write a program which will calculate the percentage an...
[2 replies] Last: thnks! (by streak21)
My program skips input statement and strange compile error...
 
This program computes a patient's bill for a hospital stay...It is about complete except that I am g...
[6 replies] Last: Sorry that it didn't work. Try this: float PatientAccount::getDailyR... (by xismn)
Help please (1,2)
 
Ok so in my class(I am a computer science student) our teacher gave us this assignment Write an a...
[25 replies] Last: Yeah it is only the 4th week of programming Still early days, you'l... (by Codermik)
So does "else if" enter a new scope?
 
This is doesn't matter, but I'm curious. Does else if behave like this, being a combination of an...
[3 replies] Last: if or else if by themselves don't create a new scope. The braces ... (by AbstractionAnon)
Help with dynamic arrays and pointers!
 
Hi i am writing a class that dynamically allocates an array that holds a user-defined number of test...
[5 replies] Last: ok this is what i have worked on #include <iostream> using namespace... (by painith)
Inputting text to an object then object into a list
 
I am currently writing a program that should read sets of coordinates from a file and place these co...
[2 replies] Last: Thanks you very much! I feel quite silly now. (by perrymanon)
Verification who wins in tic tac toe game.
 
yo everyone. Now im doing this tic tac toe practice for my school... so i have a problem with the ve...
[10 replies] Last: Thanks for your help =) I already made it work, with the winner and st... (by dualdark)
Text file into Vector
 
If I have the following code, how do I display what's in myVector? void calculations(ifstream&...
[1 reply] : If you're looking to print everything, just use a for loop and cout to... (by rssair)
Assertion failure
 
Hey guys. I'm trying to load into a 2d array from a text file of integers. The array loads fine, but...
[2 replies] Last: I know nothing of this error, but a quick Google search returned this.... (by rssair)
Compiling despair!!!
 
Alright. As the title indicates, I have a compiling problem. Any help is much appreciated! Here is ...
[4 replies] Last: Your function prototype should be like this: //Line 5: int merge(ifst... (by closed account j3Rz8vqX)
Text file into Array
 
Hi If I have a text file containing data of one number per line such as: 1 2 3 4 5 How do i read i...
[8 replies] Last: Thanks (by JasonMcG)
by angelk
Enlarge the window
 
Hello everyone, do you know if it is possible to extend the code via the console window?
[5 replies] Last: @Chriscpp thank you very much. :) P.S. Another thing after the conso... (by angelk)
April 2014 Pages: 1... 678910... 67
  Archived months: [mar2014] [may2014]

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