can't you explain me what wrong with my string?? |
|
[2 replies] Last: my problem like this: Enter u:char Enter v:1 Enter u:Enter v:1 <=== h... (by badstudent314)
|
Displaying character arrays |
|
[no replies]
|
by ayagomaa
assignment expression
|
|
[6 replies] Last: thank you so much (by ayagomaa)
|
by Alby94
weight's Pointers
|
|
[2 replies] Last: &p gives a pointer to the pointer p so both are actually the size of p... (by Peter87)
|
by Hunniche
Structs & Vector problem
|
|
[2 replies] Last: I'm such an idiot. Thank you, I have been stuck on this for an hour. C... (by Hunniche)
|
by sky3
Deleting the nth node in a list
|
|
[3 replies] Last: Anyone? (by sky3)
|
File Handling C++ |
|
[4 replies] Last: I mean, the data will be written to a txt file. Once we write, then w... (by closed account oy721hU5)
|
by nichathan
Making a loop with input
|
|
[3 replies] Last: do you know why when I have just cout<< "Hello"; my window will clos... (by AbstractionAnon)
|
by football52
2 questions, array and looping
|
|
[8 replies] Last: If cin is invalid or itemPrice is <= 0, you will never exit the loop a... (by AbstractionAnon)
|
by dnulho
Finding size of passed array
|
|
[1 reply] : That's a different type of array. I'm typing on a phone, so it's hard ... (by BlakeK)
|
by dualdark
Help with random command.
|
|
[3 replies] Last: All the information you need is in the link mutexe provided. You ... (by AbstractionAnon)
|
by Alby94
Pointers
|
|
[1 reply] : p is the address to the new integer that has the value 8. &p is the ad... (by Bourgond Aries)
|
by OUIJ
Trouble with multiple polymorphism classes
|
|
[12 replies] Last: > Was your point that my suggestion would not allow for adaptive strat... (by ne555)
|
by glfl
How can I split a string into string vector with \n?
|
|
[3 replies] Last: "/n" is not a newline character, it's a / character followed by an n c... (by Disch)
|
by lizardqueen
inputting numbers within a class
|
|
[3 replies] Last: Would I put that segment of code in the main function then? That de... (by AbstractionAnon)
|
by lizardqueen
Deriving classes
|
|
[2 replies] Last: Thank you! (by lizardqueen)
|
by friedPotato
How can you put a range between 2 numbers in C++?
|
|
[4 replies] Last: Oh.., Okay read about the 'and' operator many times, but didn't realiz... (by friedPotato)
|
by rubito
Dynamically allocated arrays
|
|
[2 replies] Last: I guess what I actually needed for this program was to simply write ... (by rubito)
|
by bjcool4
sudoku Help
|
|
[3 replies] Last: You need to think about the layout differently. Sudoku is a 3x3 grid... (by AbstractionAnon)
|
by rubait
change position
|
|
[2 replies] Last: Thank You Sir (by rubait)
|