Beginners - March 2008 (Page 12)

Novice Question
 
I would just like to know exactelly what these do? I'm just opening examples in my Dev-C++ program.. And if I was to make a #define IDM_HELPINFORMATION would ...
[3 replies] Last: edit: nevermind.. solved. (by jburridge)
by antoin
switch case , queues
 
Hello everybody this is my first time posting and I hope you can help me with this piece of code I'm pretty much a beginner at this and this may look mickey mou...
[2 replies] Last: Thanks very much was as simple as that, that seems to work, cheers (by antoin)
please help me!!!
 
IS THERE SOMEONE THAT CAN GAVE ME A CODE IN VISUAL C++ ABOUT BINARY TREE AND MATRIX RELATION.....HOPE YOU CAN HELP ME I NEED THIS CODE NOW PLEASE SEND IT T...
[no replies]
help me!!!
 
IS THERE SOMEONE THAT CAN GAVE ME A CODE IN VISUAL C++ ABOUT BINARY TREE AND MATRIX RELATION.....HOPE YOU CAN HELP ME I NEED THIS CODE NOW PLEASE SEND IT T...
[no replies]
function does not take 3 arguments?
 
Hi, I've made a struct and I would like to put it in a function, but when I call the function i get the error: "function does not take 3 arguments". This ...
[2 replies] Last: Thank you alot Jeff :) and thanks for the tip about cin.get() (by malik1986)
by Delpee
I got a error with Microsoft Visual C++ 2005!
 
Hello everybody, I just started C++, and I really like it. Now I want to try out some code, but Microsoft Visual C++ 2005 keeps giving errors, while I exact...
[3 replies] Last: but as i noe..!! the using namespace std and include<iostream> are oni... (by rat genius797)
Trouble finding the errors
 
can someone help me with what's wrong with this code? I can't seem to get it to work. The assignment is to write "I will always use object-oriented design" ...
[3 replies] Last: Thanks for all the help. I edited it and attempted to recompile, an... (by jackarmstrong)
by Epoch
Comparing 2 strings from a I/O file.
 
OK...i want to be able to compare 2 strings from a .txt file. My program is like a account creation page. The user inputs his name and password in, it then save...
[1 reply] : Well Good Luck. Your question is....? your code has improved but y... (by Jeff HS)
Which is the best C++ IDE for Mac OS X
 
Hi. I want to know which is the "best"(?)/most popular C++ IDE for Mac OS X (Leopard is what I am using). Simple answers please, in laymans terms. Many thank...
[4 replies] Last: Thankyou. (by glossywhite)
by Epoch
Comparing 2 stings from a I/O file.
 
OK...i want to be able to compare 2 strings from a .txt file. My program is like a account creation page. The user inputs his name and password in, it then save...
[1 reply] : go to the other post of the same name... (by Epoch)
[NEW]Set up.
 
Well I'm new in this all programming stuff, and I need to know from the very begin what I need specific to use C++: What kind of compiler would be good for a...
[2 replies] Last: Thank you gzero ,I used once DevC++, is not so hard and Visual C++ too... (by PSPMAN90)
Synthedic Division
 
Need to find the problem with this code...it infinitely loops. // This program checks for factors of polynomial equation by using synthedic division.// #inc...
[1 reply] : If you initialize you variables(one, two, three, four, five) with say ... (by Jeff HS)
More about Arrays and Functions
 
I have to write a program that accepts 10 numbers from a user and stores them in an array. Pass the array and its size to a function that determines and display...
[3 replies] Last: hey srfischer83 the variable intNum is being used as an array index a... (by Jeff HS)
Hello, can anyone help me with sorting strings?
 
I have a problem with sorting strings TY
[2 replies] Last: Check: http://www.cplusplus.com/reference/clibrary/cstring/ Give u... (by Jeff HS)
Pls help me solve the problem
 
Ok, I am a c++ noob for sure. So thk in advance to anyone who helps me!!! What I am trying to do is write a multidimensional array. I am just looking for...
[1 reply] : hey madne33 welcome to c++. heres a good start: http://www.cplusplus... (by Jeff HS)
Having some coding trouble
 
Okay we have this simple school project where we take several XML northwind documents and do cout for specific information. Anyways for the OrderDetails and Pr...
[2 replies] Last: hello CoronaNights25. Are you using an IDE? if yes does it have a de... (by Jeff HS)
by Epoch
File I/O help.
 
I want my program to be able to write to a txt file with the information that the user inputs. Then i want it to be able to reopen the file, and read from that ...
[1 reply] : Hi Epoch. hmm ok lets start with your variables.... You want the use... (by Jeff HS)
Random number generator
 
Hello, could someone help me understand how to take a loop on a random number and choose the highest number from the loop? Thank you for any help!
[6 replies] Last: If the whole program is executed twice in the same second, it will pro... (by ropez)
by cppcub
why does array return only last item?
 
Hi all, I am new to this forum, and pretty new to C++. This is what I use: WinXP Home SP2 mingw32: g++ (GCC) 3.4.2 (mingw-special) Dev-C++ 4.9.9.2 My p...
[4 replies] Last: @naja yes, I am learning C++. And since I did this renaming with De... (by cppcub)
by Epoch
write/read from file(2)
 
I want my prog. to write to a file and then to read from the file for account names and passwords. how do i get it to write the input to a file and then, make ...
[1 reply] : bump (by Epoch)
March 2008 Pages: 1... 101112131415
  Archived months: [feb2008] [apr2008]

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