Beginners - December 2009 (Page 20)

by j3tt
employee payroll program
 
//payroll program //created by Jett Bailes #include <iostream> #include <string> #include <io...
[7 replies] Last: Ok so weeklyPay is entered by the user in the getInput function. shoul... (by j3tt)
Trouble with Serialization
 
I'll post the relevant code and then explain the problem. class graph { public: edgenode *e...
[5 replies] Last: That... shouldn't work at all. (by helios)
C++ Tic tac toe
 
I'm having an output problem with my tic tac toe.When player 1 goes it marks a o.But when player 0 g...
[4 replies] Last: thanks that helped out (by halestorm222)
Input mode control
 
Perhaps this belongs in the windows c++ section, I am not entirely sure. But anyway, I was perusing ...
[no replies]
by mtod1
How do I hide user input such as passwords?
 
Hi all I would like to know how to have user input via console appear either as asterix thus ****...
[2 replies] Last: Thanks for that ;) (by mtod1)
Tic Tac Toe Winner
 
Afternoon Gents, I've been using this website for reference ever since I began C++ 4 months back. Wh...
[2 replies] Last: Thanks for the help. I'll use your code alongside loops to check for h... (by revanjedi1988)
by s4l
Need some advice
 
Hello cplusplus! I'm currently studying computer science, and need some advice. I'm not exactly sure...
[2 replies] Last: Ugh.. Seems like the jump from what I'm doing now to OpenGL is soo har... (by s4l)
by wasabi
Which is faster?
 
While reading a standardized file where you know the character-length of each word, which is faster?...
[4 replies] Last: The first will be at least as fast as the second for reasonable values... (by jsmith)
Storing x and y co-ordinates in seperate arrays!
 
Hey there, Ive been told to use a loop and store the x and y coordinates of each corner of a shap...
[1 reply] : See: http://www.cplusplus.com/doc/tutorial/control/#loops http://www... (by Bazzy)
adding elements to a dynamic array, programg crashes
 
This code is inside the constructor to a class. When I run my program it crashes and this is the out...
[3 replies] Last: The point is, you're using post increment rather than pre increment. ... (by kbw)
Graphics in VC++ (console base)
 
Dear friends , i'm using VC++ 2008 ex Ed. in windows 7 i've a problem in graphics when i call a r...
[2 replies] Last: please any one tell me how can i use graphics in VC++ console base....... (by mrprince786)
Solving Patterns w/ arrays. Well, trying.
 
My assignment is to create a series of these numbers starting with 1. I am really not sure at this p...
[1 reply] : you have some trouble in CreateNextNumber(). reiheNumber[i+1] was a... (by herbert1910)
draw shapes in C
 
Dear all, This code below draw a triangle in C Could someone help me about drawing square,brill,re...
[5 replies] Last: Hello, this is my first post, so i'll try to explain the best I can. ... (by Ashden)
get out of the loops? (1,2)
 
hi, is there a way to get out of a loop from a loop or a function inside that loop? while(.....
[31 replies] Last: It does beg the question, why is that function so complex? That comes... (by kbw)
Calculator problem
 
#include<stdio.h> void addition(); void multiplication(); void division(); int main() { int o...
[8 replies] Last: No problem. And it was just a hint for you how to write questions ins... (by MaikCAE)
Bitwise Qns
 
#include <iostream> using namespace std; int defaultPara (int x = 100, int y = 200, int z = 300...
[6 replies] Last: Tks kbw & MaikCAE! I am grateful to your help. Cheers, makan007 (by makan007)
Beginner Program
 
Needing help with a beginner program here. First class I've had on C++ and I'm having some trouble ...
[6 replies] Last: your , is probably supposed to be a && (logical and). i like your u... (by herbert1910)
Semaphore
 
Hi, I'm working on a project,using VxWorks to create a real-time embedded system,I have a task th...
[2 replies] Last: Put the thread code in loops. Think about when Task2 can release the ... (by kbw)
Not Declared in scope...?
 
I just finished typing Wator an ecosimulation in visual studio 2008.. it works perfectly and all.. b...
[3 replies] Last: g++ ( 4.4 at least ) allows that too (by Bazzy)
P.P
 
where will i find practice problems of the beginners level.........pkz tell
[3 replies] Last: Take a look at this thread, which I just replied to before seeing your... (by nayakan88)
December 2009 Pages: 1... 181920212223
  Archived months: [nov2009] [jan2010]

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