by maqalmulla
Maze solver using stacks and Queues
|
|
[6 replies] Last: @nuderobmonkey Thank you so much for your great help! (by maqalmulla)
|
Adding a "Node" instance to a linked list |
|
[5 replies] Last: You can skip the append(), unless your teacher requests it. There mus... (by keskiverto)
|
by BonJowi
My program stops and idk why(tictactoe)
|
|
[2 replies] Last: Thx :> Found the mistake, checkWin was just an infinite loop... Gotta ... (by BonJowi)
|
by ValDe
Vectors Menu Switch
|
|
[2 replies] Last: > I need help making a menu using vectors this is what I have so far, ... (by JLBorges)
|
Sorting Linked List by Last Name |
|
[2 replies] Last: When i run the program it compiles, but does not sort the list by last... (by mysiarobin1987)
|
sorting strings |
|
[1 reply] : #include <iostream> #include <string> #include <algorithm> // for std... (by JLBorges)
|
by toby1a05
struct array type problem
|
|
[5 replies] Last: coder77 thx! (by toby1a05)
|
by ronenp88
need help improving matrix calculator
|
|
[10 replies] Last: It wasn't the GCD, I changed the code to this and now the calculation ... (by ronenp88)
|
by CoolAvocado
Help Me C++
|
|
[1 reply] : The problem occurs because you are inputting a char into an int. You f... (by Too Explosive)
|
by bagrarajeev
Help regarding a drill by Bjarne Stroustrup
|
|
[5 replies] Last: @Enoizat Thanks for the elaborate help. (by bagrarajeev)
|
by gjur99
Please help me!
|
|
[1 reply] : You would use a if statement such as pseudo if y or n or Y or N els... (by SamuelAdams)
|
by niceman
Answer to the test case
|
|
[4 replies] Last: N is always even so how can it be 5? let it be 6 so, 2 2 2 2 2 2 Tot... (by eleven11)
|
by squiffy123
how would i change the else if statement below into a switch statement
|
|
[1 reply] : You could put switch statements inside of a switch statement. Or if st... (by Manga)
|
by plzcode
digitsum minimize
|
|
[3 replies] Last: mee too (by Dev8213)
|
by Kiara Chern
Calculate and finding divisions in company having highest sale
|
|
[1 reply] : I just can't figure out the process and how to write such a code. Re... (by Enoizat)
|
by DdavidDLT
Need help
|
|
[11 replies] Last: Oh it supposed to be out of loop. I finally did it. Thank you very muc... (by DdavidDLT)
|
by adam2016
Why can you use C code with C++
|
|
[2 replies] Last: See https://en.cppreference.com/w/cpp/language/language_linkage Note ... (by JLBorges)
|
by ames1951
Won't read input file
|
|
[9 replies] Last: I offer this for some thought. How do you know if the input files are... (by Handy Andy)
|
Calling non static function with function pointer syntax |
|
[1 reply] : > how to call non static member function using function pointer. to ca... (by ne555)
|
by shaheerx
i wrote this code but it is not giving my desired output
|
|
[5 replies] Last: i tried hard nbut couldn't understand how to print 7 Printing is so... (by MikeyBoy)
|