by dakotad8218
Better way to input (x, y) with cin or getline(cin, var)?
|
|
[3 replies] Last: Functions are what you need void inputPoint( Point &p ) { cin >> p... (by salem c)
|
by charlieannie
Issues with conditional operators and decimals
|
|
[1 reply] : Change int to double and you should be good. Non-integers means floati... (by Ganado)
|
by dakotad8218
Autograde Fail?
|
|
[2 replies] Last: Yep, it was the extraneous << endl on the end of each line. Thanks! (by dakotad8218)
|
by amy119s
String to Date with exceptions c++
|
|
[11 replies] Last: that's good to hear! (by malibor)
|
by Dalski
Deciphering cppreference.com
|
|
[8 replies] Last: The reason it doesn't work is because you didn't put a semicolon after... (by TheToaster)
|
by Dalski
Where Can I View The std:: Namespace?
|
|
[6 replies] Last: Where can I see everything which lives inside the std:: namespace in ... (by mbozzi)
|
by synapse187
Re Order array or use lookup table?
|
|
[3 replies] Last: if the objects are large, fat things you can make an array of pointers... (by jonnin)
|
by Googie85
Still Having Isssues
|
|
[5 replies] Last: Im sorry but I thought this was a beginners forum... well, yes. But m... (by jonnin)
|
by saliya1964
how to create a card pack.
|
|
[3 replies] Last: You can check out my card class here. https://www.cplusplus.com/forum... (by markyrocks)
|
by azizcoktu
Eigenvalue Code
|
|
[7 replies] Last: So there is nothing wrong with the code. Thank you very much lastchanc... (by azizcoktu)
|
by Magplusplus
File handling (1,2)
|
|
[20 replies] Last: Thanks for the assignment. Have you learned about functions? Class m... (by dhayden)
|
by yin
How do i compare the usernames in my text file with user's input?
|
|
[6 replies] Last: Hi Ultralegendary, that would work for C-style strings. For strings th... (by Repeater)
|
by GOdliike123
help
|
|
[3 replies] Last: Use this as a starting point: enum class player_type { warrior, thie... (by Thomas1965)
|
by saliya1964
help please!! card game
|
|
[1 reply] : if your goal is to learn OOP, let us know. typically a deck of cards... (by jonnin)
|
by hbcpp
Implement std::list emplace method
|
|
[16 replies] Last: @ TheToaster I am missing something very important as I am not unders... (by hbcpp)
|
by Dalski
arr.end() Print Value/ Index Position
|
|
[2 replies] Last: Thanks dutch, sorry for my ambiguity, I was just trying to understand ... (by Dalski)
|
by saliya1964
help please!!
|
|
[7 replies] Last: thank you andy. it was really helpful (by saliya1964)
|
by gongong
Passing an array using for_each loop (1,2)
|
|
[24 replies] Last: thanks for all your help, people!! i really do appreciate it!! i will ... (by gongong)
|
Game of Life - Code help |
|
[3 replies] Last: ***EDIT - Just to update so everyone knows this is solved. I ended up... (by AvantGardener)
|
Multidimensional arrays program not working |
|
[8 replies] Last: Thanks, it is much more clear now (by Theloneinteger)
|