How do I cin chars into an array and stop when the console reads a specific char |
|
[1 reply] : Sorry, but you can define the size of the array after inputting data i... (by joe864864)
|
Beginners adventure rpg |
|
[2 replies] Last: This video has you covered. https://www.youtube.com/watch?v=pc-fA05eKZ... (by Marcus Aseth)
|
by asyrafilias
Need help for coding!
|
|
[4 replies] Last: The program should then output the account number, account type, curr... (by dhayden)
|
by UnKn0wN n00b
pseudo rand exercise help!
|
|
[2 replies] Last: thank you so MUCH FOR YOUR BREAK DOWN AND YOUR TIME. I guess I just ne... (by UnKn0wN n00b)
|
by rviens
Trying to apply conditionals.
|
|
[6 replies] Last: Here is a simple demo how to find the smallest element is 2d array. Ma... (by Thomas1965)
|
by Leo Li
Operator overloading question
|
|
[2 replies] Last: Thank you for explanation ! its really helpful ! (by Leo Li)
|
by ElusiveTau
Persistent data storage options
|
|
[1 reply] : C++ is a flexible and modern programming language, you are only limite... (by wizebin)
|
Basic command line question |
|
[4 replies] Last: Peter87, you are a genius of the highest order! I am not worthy....hah... (by closed account 28qpoG1T)
|
by moosyman
Program crashed after use of .length()
|
|
[5 replies] Last: Thank you! I probably should work over my logic on these things, as I'... (by moosyman)
|
by ashish1203
file handling, last bit repeating twice
|
|
[3 replies] Last: in addition to correct replies above also after running my code when ... (by Cubbi)
|
general question |
|
[4 replies] Last: There is a small demo that calls streambuf::eback here if it helps: ht... (by Cubbi)
|
by segnerjay
How to go about this
|
|
[1 reply] : Well I'd go about it by first trying to write some code (or at least s... (by gunnerfunner)
|
by heckl
print out text file content into string array
|
|
[5 replies] Last: forgot but i think ostream where you could read the text in there as ... (by integralfx)
|
by david12345
Any way I can make my program NOT select the same string in the array twice?
|
|
[3 replies] Last: #include <iostream> #include <string> #include <ctime> #include <rand... (by JLBorges)
|
by Flaze07
question
|
|
[2 replies] Last: @Flaze07 Here's the beginning of the game I decided to write, based o... (by whitenite1)
|
by BjornC
What's this? a().b()
|
|
[1 reply] : Request->OnProcessRequestComplete() returns an object (or a referenc... (by Peter87)
|
by user42
help with program
|
|
[19 replies] Last: #include <iostream> // includes... #include <cstdlib> // .......... (by user42)
|
by LordDeek
Strange If statement? C++
|
|
[4 replies] Last: Oh my mistake! I over looked that at the top! Thanks! :) (by LordDeek)
|
by CosminPerRam
Borderless?
|
|
[5 replies] Last: It worked! THANKS a lot! (by CosminPerRam)
|
Sequence of number |
|
[2 replies] Last: Thank you so much sir! (by ArslanFaisal1122)
|