Beginners - March 2008 (Page 11)

need help to explain what's should i do when build new project
 
Help... currently, i use anjuta to build new project, and then anjuta create some files that i do...
[no replies]
erase function to a map?
 
Hi, I've made this map: struct person{string name1; string adress; string phonenumber;} data...
[14 replies] Last: Thank you :) I'll look at it tomorrow, too tired now.. My teacher isn... (by malik1986)
Execution
 
Is there a command in which for a line of code to open up another program outside of the code within...
[4 replies] Last: thanks...great help (by hacksoftgofar)
prime numbers
 
Please anyone who know how to make a program to find the prime numbers using C++?
[2 replies] Last: Thanks (by antonaros)
request
 
hellow every body , i'm moetaz from egypt i need any book or site provides c++ problems with soluti...
[2 replies] Last: "C++ Primer Plus" is the book you want. Hotaru (by Hotaru)
search item, total in array, renew infor
 
Hi i got a problem here......... if i wan to total up the whole sales in array how can i do it? ...
[2 replies] Last: thk for the help.........but can anyone tell me how to search back the... (by madne33)
by Robot1
The How To's Of C++
 
Hi everyone, I just started using C++ 5.02 for Windows just yesterday and have never used C++ for an...
[4 replies] Last: Yes. If you're using Visual Studio, there's probably something you mig... (by ropez)
by cva
confuse on pointer
 
m_pModule = (CTSModuleForWnd *) pModule; usually we use pointer in front rite?why is it behind of a...
[1 reply] : What's happening here is a casting to assure that the pModule is up to... (by diogenes mota)
Simple Array
 
I'm trying to write a blackjack program, in which i'm shuffling cards, dealing, and determining whet...
[1 reply] : In your post, you wrote double , but in the code you have double , b... (by ropez)
understanding switch statements
 
Can someone help me out with switch statements, doesnt make sense to me
[3 replies] Last: Hey CPlusPlusKing... i've been stuck on some c++ lingo in the past and... (by fcisconj)
iostream.h (error C1083 )
 
Hi! Btw. my first code. I have this simple problem: the Visual C++ expresss -08 nags about thi...
[15 replies] Last: Thank you all, this should help me fix all problems. And btw im not... (by Themonk)
by cva
what is the purpose of header file
 
hie...what is the purpose of header file? thank you.
[4 replies] Last: the "->" operator is basically analogous to the "." operator, except y... (by magicalblender)
Didn't print the output...
 
hi.. im new to c++ and had a problem with my simple program.. Why my program cannot print the outpu...
[1 reply] : When you double click on the icon of an exe, it will run, and close as... (by magicalblender)
please!!!
 
i've submitted my code under the topic "err" i wanted some help in correcting it..basically the 3rd...
[no replies]
Questions Needed...!!
 
hi guys...nice to meet ya all..!! anyway...hey guys i need some questions on c++ to enable my self t...
[4 replies] Last: anyway wads bool prime?? wads the function of it?? (by rat genius797)
by cva
what does this means??
 
i got a question....x->y();......what does the '->' means??dont care about the x and y....:)
[1 reply] : x->y() is basically the same as (*x).y() It mean "call the member f... (by ropez)
Arrays and Functions
 
Can an entire array be an argument of a function? And can a function return an entire array? Or do ...
[4 replies] Last: Just to close this thread out, lets see if I can answer my own questio... (by Roger Allison)
how to start compiler for console i/o
 
Please guide me to understand as to how to start a Borland C++ or GNU compiler in the console i/o mo...
[4 replies] Last: Thank you. This site has a tutorial. I like it. I am studying it. BUT ... (by inteleque)
Searching through binary (or hex) data
 
I have an 8 bit data and I need to find the index where the zero bit occurs. For instance, the data ...
[4 replies] Last: Solved (by kingofwestern)
by red55
HOW to check if integer ends in zero using modulus %
 
Hi, my problem is as follows: I have an array of ints, each integer has 5 digits. How can I find...
[2 replies] Last: oh yes. thanks (by red55)
March 2008 Pages: 1... 910111213... 15
  Archived months: [feb2008] [apr2008]

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