Beginners - February 2008 (Page 4)

Maze traversing program
 
Hey. I'm working on a project which i have posted different parts about. What it does, is the progra...
[no replies]
Need Help putting random # into array
 
I can generate a set of random numbers, but I need to get them into an array. Can someone please hel...
[3 replies] Last: well your code is completely screwed up. you declare an array of 45 i... (by maeda)
by maeda
linker problems
 
Well hi everybody... I have problems with linker in Visual Studio Express edition 2008 and in Dev Cp...
[no replies]
Yo everybody..need to know sumting
 
i was trying to create a program using a while loops (its also same as while statement rite?) but th...
[4 replies] Last: well i'm using borland 4.5 one..can any1 tell me where to get newest v... (by Reidwan)
can anyone check if there's any error to my program...
 
#include<stdio.h> #include<conio.h> struct zodiac{ char day ; char month ; char year ; }...
[1 reply] : Look for double single quotes in your source: i.e. '', like when the c... (by Pepsi Boom)
by oilman
windows commands
 
I was wondering how you can a program so that it will run windows commands like ipconfig? I want it ...
[no replies]
Just a comment. :)
 
This is just a comment, so please, take it with a grain of salt. But, when I decided to learn C++, I...
[2 replies] Last: Hey I'm with you Julie, I'm only in 9th grade and I'm not learning pro... (by Geralds mod)
nulled strings in struct
 
Hi all! i am having quite a challenge with this program. when i run it it nulls out my strings. ...
[1 reply] : Actually, the problem is with printf(). The printf() function expec... (by Duthomhas)
by Otto
Any code, that puts 4-2 values to order?
 
I´v almost finished my game, but I need a code, that puts the scores to order. Any help?
[3 replies] Last: You should put the scores in an array, then you could use qsort. ... (by dirk)
Adding to a vector
 
So I'm doing an assignment where I've created a data holder class called Directory. So in my other ...
[1 reply] : Let's see the Directory class declaration. (I suspect there is an erro... (by Duthomhas)
by MystD
My first project using ASCII file I/O
 
I plan on doing a software that reads a text file and then converts anything that consists only of +...
[1 reply] : You might be better off using the 'sed' utility. I assume that there i... (by Duthomhas)
by mrwoo
C noob.. array in a dll .. tips please
 
Greets. I know a number of different script languages a bit and a fair bit of vb, but now I find an ...
[no replies]
Validate input is not a character?
 
How do I validate whether an input is not a character? For example: int number; cout << "What ...
[4 replies] Last: Thanks very much. I just tested that out. I never knew about it till... (by elem3n7)
by Mike B
Ideas?
 
So I made a federal income tax calculator. Now what. I'm interested in learning and becoming comfort...
[1 reply] : You know, the very site hosting this forum is specifically designed fo... (by Graham)
Unable to extract Dev-C++
 
I recently downloaded Dev-C++ and I can't extract it. I agree that I am new with C++, but this had m...
[13 replies] Last: Thx a bunch for the help Mike! I've enabled private messages and tried... (by Kittyfang)
Can't figure out last line! Help
 
I recently just started learning C++ and i was just messing around trying to create a first and simp...
[2 replies] Last: Yep. It worked. Thanks again. (by tlittle)
Compiling in Visual Basic 2008?
 
I first downloaded Bloodshed's Dev-C++, but a good friend told me to use Visual Basic 2008. In Dev-C...
[1 reply] : Well I honestly don't know. Do what you know. Instead of using time tr... (by Mike B)
creating a directory..?
 
I need to : 1. Test to see if a directory exists. 2. If the directory does NOT exist, create it. ...
[3 replies] Last: True, but underneath the sweet metallic veneer are all the gears and g... (by Duthomhas)
Homework Help!!!
 
I have a file that someone already has inputed. I now need to be able to 'encrpyt' it by changing ea...
[3 replies] Last: I suspect that his domain covers ASCII 32 to 126, and not just A..Z. ... (by Duthomhas)
can someone help me here....
 
how can i make a program using <structures> output must be: Enter your birthday: zodiac sign is...
[1 reply] : There is no standard include <structures>. Are you using some sort of ... (by Duthomhas)
February 2008 Pages: 123456... 10
  Archived months: [jan2008] [mar2008]

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