by Dan Su
Error/Disable String Input
|
|
[2 replies] Last: Ah thanks, I think I can make something work with the !cin. (by Dan Su)
|
memory leak question |
|
[6 replies] Last: Considering most larger non-critical applications have at least few le... (by hanst99)
|
by vanessatse
merging vectors
|
|
[2 replies] Last: I don't seem to be able to combine my vectors though I've tried severa... (by vanessatse)
|
by Davester
Compiler problem
|
|
[1 reply] : There's no 'k' there so this is the wrong function. (by hanst99)
|
by dnd123
Arrays with no set value
|
|
[1 reply] : int n; cin >> n; int* array = new int ; (by Moschops)
|
by IU1
Population program
|
|
[13 replies] Last: moschops - I understand. Sorry for any trouble. Shinigami - Thanks on... (by IU1)
|
by ATMOSF3AR
█ Need Help
|
|
[12 replies] Last: It's somewhat refreshing to see a different approach to solve the same... (by moorecm)
|
by projectfilly
Assigning class objects to pointers
|
|
[1 reply] : carPoint = carArr ; So, carPoint is a pointer to a car object, bu... (by Moschops)
|
Kth Value |
|
[1 reply] : What iS meant by the kth kth means first or second or third or four... (by vin)
|
by dale
Assigning data from file to matrix C++
|
|
[1 reply] : Well there is a laundry list of small, easy to make errors here. Since... (by slider57)
|
by justinko
password input (1,2)
|
|
[20 replies] Last: ok sweet :))) I started using Xcode for mac, and it's working nice :) ... (by justinko)
|
by Grax
need help in getline() and cin
|
|
[6 replies] Last: that's what i exactly need! thanks for the explanation! thanks for all... (by Grax)
|
by sherlock
Get all text after point
|
|
[17 replies] Last: anyone please? (by sherlock)
|
by vanessatse
pointers
|
|
[2 replies] Last: Thank you for your quick reply.The corrections were of great help. (by vanessatse)
|
by Jiksy
Find highest and lowest marks
|
|
[5 replies] Last: Thanks a lot Moschops... I understand that part better now. 1) I now... (by Jiksy)
|
by darkmoon
What's wrong with my coding???
|
|
[2 replies] Last: The first thing you want to do is clean up your code like this int ... (by TightCoder)
|
Getline makes you enter phrase twice |
|
[3 replies] Last: Because of this: cin.ignore(); (by Moschops)
|
by bardhi232
Help needed "hotel management program"
|
|
[1 reply] : I made like comment, because the program can work like that . (by bardhi232)
|
by Ch1156
Cant understand Referencing
|
|
[9 replies] Last: also can i use a struct for the variables instead of a vector or an ar... (by Ch1156)
|
by freak04
can someone help me finish this code.
|
|
[10 replies] Last: Not entirely useless. A few more codes and you could turn it into a bl... (by slider57)
|