Beginners - June 2015 (Page 26)

3D Array Keypad Help.
 
So I'm trying to output the numbers in the form of the square left hand side keypad you find on some...
[1 reply] : Why the three dimensional array? You only initialize part of that arra... (by jlb)
STRUCTURE entered item delete
 
NEED HELP WIH DELETE ACC PART #include <cstdlib> #include <iostream> using namespace ...
[5 replies] Last: LOL * sign did the trick ;) (by VaMpZzz)
Debug error: out_of_range at memory location
 
Hello, folks. I am getting a debug error in a program for parsing entries in a text file. This is an...
[5 replies] Last: You don't need the for loop however you will then need to declare i an... (by jlb)
Accesing private vector member in another classes
 
Hey i have big problem , maybe it's easy to fix but really idk how. I'm creating game and i have one...
[7 replies] Last: One question, you want to modify it in many other classes, why private... (by liuyang)
structured input
 
can someone help me with structured input how to create it struct clientData // client data...
[2 replies] Last: not exactly what i'm looking for first of all i need input of one by ... (by VaMpZzz)
by asad92
Hi , can you help me ?
 
Can you help me ? first sorry for bad engl. , i need the code (console aplication) that "cout" the ...
[1 reply] : http://www.cplusplus.com/doc/tutorial/basic_io/ (by mutexe)
data base :)
 
ok here is a deal i'm making simple database but im a little stuck... i can only add one client righ...
[4 replies] Last: still to fix 1. input 2. delete fixed section 4 // ============... (by VaMpZzz)
by iBz
A question about fstream
 
What's the difference between: fstream file("File.txt", ios::out); and fstream file; f...
[3 replies] Last: Just as I thought. Thanks. (by iBz)
Need clear explanation
 
Can someone explain in details what this linked list do. I've been having trouble with linked list i...
[3 replies] Last: What do you mean with "parameters" and with "list move"? (by keskiverto)
by koopey
want to start GUI
 
I have basic knowledge of c++ and I was suggested to start experimenting with GUI. I want it to be c...
[2 replies] Last: I wanted to do QT but never got the time. Believe me, it's awesome :... (by Gamer2015)
by mindoo
Making an IRC client
 
Hi everyone, I recently thought of making an IRC client but I have no idea how to make one. I think...
[6 replies] Last: Thanks, I'll go check it out. (by mindoo)
fstream, copy info from one file to another
 
Good evening gents, madams. I have an unfinished matter with whom i'm struggling with. I'm creat...
[4 replies] Last: We haven't touched functions yet, so im not aware of how it is done, ... (by jlb)
I'm beginner,please help me!
 
please help me to write a program to enter 40 interger and output like as example Input: Enter ...
[1 reply] : are you a beginner and want to improve your programming skills in C++?... (by Kh G A Mujtaba)
Editing a line in a text file
 
Hi, this is a code snippet from a part of a little game project I am working on, it comes from rando...
[6 replies] Last: I'll be honest I wasn't sure which parts were essensial for the thing ... (by Attempted)
"Hello World" does not return 0 in Xcode
 
Quite new to c++ and programming, so I apologize in advance for the simplicity of my question. When ...
[2 replies] Last: Thank you! That makes a lot of sense. (by eric johnson)
How to get a function to parameter values?
 
I can't figure out how to get the double displayFunc(double paymentRate, double balanceWInterest) fu...
[3 replies] Last: Why do you think that you cannot call a function from a function? (by keskiverto)
by Skanin
Calculator help
 
Hi. I am making a calculator. I can now do +, -, / and *. Pretty simple. The user has to type for e...
[1 reply] : There are answers to this problem all over the place, but if you want ... (by andywestken)
Partially filled array memory question
 
My understanding is when I declare an array of size "5" then the computer locates a consecutive grou...
[4 replies] Last: Sorry, you're kind of right. You can declare an array without a siz... (by andywestken)
by niski
Syntax error evades me!
 
Write your question here. Hey guys, I've recently started learning c++ and all was running really...
[7 replies] Last: As koopey points out, it might be worth mentioning that if you are wan... (by mutexe)
by grudge
undefined reference error
 
i have just started with c programming.And when i try to compile the following code i get an error: ...
[3 replies] Last: i found the the mistake. it was very silly actually. i thought extra.c... (by grudge)
June 2015 Pages: 1... 2425262728... 32
  Archived months: [may2015] [jul2015]

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