by Not a coder
Return nothing from a function having a return type
|
|
[4 replies] Last: If you return a pointer you need to think about the lifetime of the ob... (by Peter87)
|
by AL88
How can I make the class return the entered string
|
|
[5 replies] Last: Without defining a default constructor, it is still done basically the... (by Manga)
|
by tghatem
Define Class as an array
|
|
[2 replies] Last: Thank you tpb. I moved #include "ZY_Cal.h" from main to Input_Data and... (by tghatem)
|
by clonxy
fstream: reading map
|
|
[2 replies] Last: I found the solution. Here it is for people that need it: //David C... (by clonxy)
|
by sgill1998
Calculator pt2
|
|
[4 replies] Last: I know all that, the point of the post is to help me find the other wa... (by sgill1998)
|
by Timmy767676
'else' without a previous 'if'
|
|
[1 reply] : Please format your code so we don't have to... #include <iostream> ... (by SamuelAdams)
|
Error codes. |
|
[1 reply] : Repaste your code within code tags to preserve indentation: your ... (by tpb)
|
by Mc Daniel
Reservation Program
|
|
[3 replies] Last: #include<iostream> #include<fstream> #include<windows.h> #include<stri... (by Mc Daniel)
|
by valkjo1
user input causes console to flood
|
|
[6 replies] Last: Thank you for fixing up my code, I wasn't aware of cin.ignore either. ... (by valkjo1)
|
by AL88
Trying to write a simple get and set function
|
|
[1 reply] : Why do you keep creating new topics for the same question? Respond to ... (by tpb)
|
by Candyfloss
Estimating e using Monte Carlo
|
|
[2 replies] Last: The Monte Carlo method is to use the mean of a large number of experim... (by lastchance)
|
by Oknel
Need text of void encode( char* buf, int size ); (1,2)
|
|
[20 replies] Last: @MikeyBoy I wish I knew. It is inside the project folder that came fro... (by Oknel)
|
by TheLent
What am i doing wrong?
|
|
[6 replies] Last: XD omg ive heard people like apples........ Thanks i supose i need to ... (by TheLent)
|
by clonxy
class: not reading private variables
|
|
[6 replies] Last: Thank you Stewbond, that was really helpful. I made the changes. Curre... (by clonxy)
|
by seungyeon
Lottery number generator
|
|
[17 replies] Last: I found it!! Why my code made duplicates!!! And fixed that som bitch!!... (by Manga)
|
by oayrancioglu
After import text file, how to separate lines as strings and integers and also how to store only numbers into an array.
|
|
[4 replies] Last: If you have access to some common unix tools you can do this: grep "^... (by dhayden)
|
by NoobToThis
How could this be done?
|
|
[4 replies] Last: Thanks. I know I didn't give the entire code but I added these lines i... (by NoobToThis)
|
by AL88
Trying to set a class member string with getline
|
|
[2 replies] Last: Use a default constructor for this. Example... #include<iostream> #i... (by Manga)
|
by sgill1998
Segment Fault.
|
|
[14 replies] Last: Excellent! You probably already fixed this, but I was looking at dlist... (by tpb)
|
by Doggo Gamo
else without a previous if error
|
|
[6 replies] Last: Thanks everyone for all the awesome help, it really helps me out. Than... (by Doggo Gamo)
|