Beginners - March 2010 (Page 15)

by billy1
calendar zeller
 
I have been doin this calendar program and I am completely stuck on how to finish it.i have put what i have been able to do but i cant figure out the next part....
[6 replies] Last: Ok, you need to be smarter. First, DON'T double post things. It will m... (by sammy34)
selection repetition problem
 
can some one give me some problem for LOOP, SELECTION, REPETITION for level of Programming 1 not so difficult and not so easy. i just want to solve it. (^_...
[3 replies] Last: thanks. (by ecomoda)
by ollie
Trying to figure out bool...
 
Hi I have been getting the following errors when running my code and cannot figure out why my checking of the user data using bool doesn't work the second time ...
[1 reply] : It's do ... while (...); , not do {...} . (by helios)
how to use _getch_nolock() ??
 
Hi, I'm trying to create a loop that keeps going until the user presses a key, I'm currently using _getch() which pauses the thread until there's an input, whic...
[4 replies] Last: i just started as an empty project, i guess its a console application.... (by omgBUNNY)
rename file makes a copy of the file
 
Hello all, I am trying to rename an existing file, but it gives me -1 as result and it makes a copy of the old file, named with the new name. Is this perh...
[5 replies] Last: Thank you both Sammy34 and Duoas, it seems the problem is related to m... (by acgrama)
by caldin
using streams
 
hey guys, i'm new to the site, and i'm trying to figure out how to use ifstreams and ofstreams. i'm in an advanced C++ class which is killing me. i have a pro...
[3 replies] Last: anybody have any insight here for me? thanks for any help, guys. (by caldin)
3 dice game
 
guys can any1 help me out w i dnw evn with this question please i dnw evn wer to start:( ====================================================================...
[6 replies] Last: instead of repeating, num = 1 + rand() % (6); num2 = 1 + rand() % ... (by kfgoh)
List all files in the directory
 
Hi I just want to list all files in specific directory when i tried this one http://www.cplusplus.com/forum/beginner/9173/ i faced error in dirent.h, when i ...
[2 replies] Last: More on dirent.h (working examples): http://www.cplusplus.com/forum... (by Duthomhas)
arrays
 
Hello, I'm trying to do a homework assignment for my C++ class but I can't figure it out. We're supposed to write a program that asks user to enter 10 number...
[8 replies] Last: I am thinking I need to have a function loop that checks a number aga... (by jsmith)
Pass By Value and By Reference
 
Two alternate functions specified are given, each of which simply triples the variable count defined in main . I'm not so sure how to explain t...
[7 replies] Last: +1 to what Danielsson said. Passing by const reference is for when ... (by Disch)
by ARWA
half empty array
 
hellow every one,i have a question i have an array which have some index are empty and they are in the last of course,so i want to compute the average of all th...
[2 replies] Last: thank you allot again ^_______^ and about the index thanks again f... (by ARWA)
by aregaa
How to make a menu in C++ ?!
 
the problem with this code when the user choice a number of the menu it repeat it self again and again it how could i fix it int main() { int ch...
[8 replies] Last: First thing, please use code tags.. thats unreadable. Second, that loo... (by Blitz Coder)
A few linked lists questions. Very confused...
 
I guess the best way to start would be by providing the context of my program. I have already begun writing it, however, I'm very confused with a few things. He...
[7 replies] Last: Here's a copy of what I sent my cousin's husband, who's going to try a... (by burzum619)
by ARWA
error:function style & function definition>.<
 
hi every one,im in the biggenning in my prog and iv allready finished my algorithm so when i was writing the cod i wanted to make shure that first all my functi...
[4 replies] Last: right thanks Danilesson it works perfictly know i can go on ^__^ (by ARWA)
by w0ot
c++ components
 
hi all, i would like to check whether the following is it components of c++ ? string,int, char, double, float, array, pointer, struct and class ? i manage t...
[2 replies] Last: thanks much :) (by w0ot)
by BJG
Booking system for a hotel
 
I am trying to create a ms-dos hotel booking system for college. It is just an exercise. I need to mimic checking for room availability. If a certain room i...
[5 replies] Last: Just good coding practice in general. For this it probably does not ma... (by Blitz Coder)
Visual Studio with C++/C# advice plz
 
Hi, I've been only using Visual C++ 2008 just for the color-coded syntax and alignment features. I want to move on to Visual Studio 2008 or 2010 and learn how ...
[no replies]
Hello,try correcting this code...
 
#include <iostream> #include <cmath> using namespace std; int main() { double n,s,p; cout<<"input number"<<endl; cin>>n; s=sqrt(n); p=pow(n,2...
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; int mai... (by bxc)
please assist sooooon
 
Hey guys, So i keep getting this error: 1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmai...
[1 reply] : The problem is that since it is a Win32 project, it is looking for a W... (by Zhuge)
How do I make a choice list?
 
Like... I understand Y/N questions but say.. I wanted to make a list of choices and a unique answer for each one... Which website do you want to visit? Yo...
[3 replies] Last: That pretty much does what you want. You'd just need to extend it a li... (by Zhuge)
March 2010 Pages: 1... 1314151617... 34
  Archived months: [feb2010] [apr2010]

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