Beginners - March 2008 (Page 7)

by Wolf
Names analyzing!!
 
Hi all, How can I do this : when the user enters any name has "w"or "W" as the first letter and "f"or "F" as the last letter, the program whould write "...
[2 replies] Last: Thank you (by Wolf)
Put .o and .exe in separate folder
 
How do I have make put the .o and .exe files generated in a separate folder?
[4 replies] Last: Thanks! (by Nate879)
by Fasine
File Organization...
 
Greetings! I'll try to be short, my problem is this: my code is split between about 6 or so .cpp files, all of them need access to certain variables, but if I d...
[3 replies] Last: The reason I'm having to do it is this: I'm using a static list of poi... (by Fasine)
by maxac
command for run a file
 
pls need command for run a file.
[no replies]
by sadon
two-dimensional array !!??
 
Hi, This prpgram seems to be easy but I couldn't do it!!! so please help me thank you Write a program that populates a two-dimensional array in ma...
[2 replies] Last: this is what I've got but I don't know how to get the total of the... (by Wolf)
Endlessly frustrating run-time error.
 
This is my first post here! Woot. Just so you all know, I've read most-all of the tutorials on this website, the entire 7 book C++ for dummies, and am fairly we...
[3 replies] Last: Ended up solving it on my own (needed to use a C-style string instead ... (by swifti111)
Networking with C++
 
Hello All, I'm dying to embark on an adventure to create an internet control gateway of sorts; both as a learning platform and also potentially as an income ...
[no replies]
arrays
 
I need help! on how to display the students grades in increasing order of the number of correct answers. #include <iostream> using namespace std; int main(...
[4 replies] Last: i am glad to help you;) (by guruplus)
by djkami
need help asap
 
repeat flag := true; turn := j; while (flag and turn=j) do no-op; critical section flag := false; remainder secti...
[3 replies] Last: Thanks a lot (by djkami)
How to play sounds in Dev C++?
 
Hi all. I'm currently playing around with the PlaySound API in windows.h, with difficulty lol. If anyone out there can gimme a hand to successfully play a sound...
[4 replies] Last: i tried your code but there are some fewc error.. i looked at the p... (by takemewithyou)
need help in coding!!!
 
hi, i use pic16f877,a 3x4 keypad and a 16x2 LCD display to do my project.my progress is like this:first,keyin password for privacy,then choose status i want an...
[no replies]
by Wolf
please help!!!
 
I don't know how to do it !!! please help me!! Program2 Imagine you work at a ticket sale desk at a theatre company! And you are asked to: Write ...
[2 replies] Last: thank you (by Wolf)
by jat22
function call.
 
Hi all. I was wondering if I could get some advice on a program im working on. I need to write a program that tells what coins to give out for any amount of c...
[2 replies] Last: const int valueOfQuarter =25; const int valueOfDime =10; int qu... (by closed account z05DSL3A)
Binary files
 
What's the difference between regular files and binary files?
[2 replies] Last: Yes, by "regular files", I meant text files. (by Nate879)
by adenus
How to equal 3 double type variables?
 
Hello in forum. I have a problem, that i can`t figure out how to equal 3 varibles to find out max and min variable??? And i need to build it as a function? Pls ...
[1 reply] : Can you explain more clearly what you want? What do you mean by "how t... (by magicalblender)
MFC and namespaces
 
I am trying to understand how to use VC 2005 Express to create a MFC app and I am not getting a couple things about namespaces and calling forms. I do understan...
[7 replies] Last: You may find the MSDN library of use: http://msdn2.microsoft.com/e... (by closed account z05DSL3A)
FUNCTIONS..please help
 
The book im using is the Programming in C++ by D'Orazio ok my problem is i cant get the function to return the right calculation for p this is what i have s...
[1 reply] : Your code is not calling power(). try: Cons >> v >> i; p=0; ... (by closed account z05DSL3A)
Array questions
 
I am having trouble with understanding how to loopthrough an array and change a string value and add another string value to it. The maximum amount of strings i...
[7 replies] Last: hello, here is what u need http://www.cplusplus.com/forum/beginner/8... (by guruplus)
string array
 
how would I create an array of four strings and initialize the first three items to a value and then change the value of the first item and then add the fourth ...
[4 replies] Last: Declaring variables at the beginning of the function is something that... (by ropez)
by cva
x* y;
 
what does x* y means?can anyone explain to me... thank you.
[8 replies] Last: int* x, y; // x is a pointer and y is not int *x, y; // easier t... (by ropez)
March 2008 Pages: 1... 56789... 15
  Archived months: [feb2008] [apr2008]

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