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...
[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...
[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 checki...
[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 _...
[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 co...
[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...
[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....
[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 s...
[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 d...
[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 t...
[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 ag...
[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 ...
[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 wri...
[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, dou...
[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 ...
[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 ...
[no replies]
Hello,try correcting this code...
 
#include <iostream> #include <cmath> using namespace std; int main() { double n,s,p; cout<...
[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: unresolve...
[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 ...
[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.