Hash tables |
|
[11 replies] Last: Yes, its the same thing. (by jonnin)
|
Unexpected output from function |
|
[2 replies] Last: And it works! Thank your for the quick response! (by closed account 1Ck93TCk)
|
by codeq12
Populating a Dynamically Allocated (2D?) Array From File of a struct type
|
|
[1 reply] : Here is how I dynamically allocated space for it, assuming I would ha... (by jlb)
|
by lost110
Converting maxheap to minheap
|
|
[1 reply] : I will continue under the assumption that you wrote that code. Theref... (by Duthomhas)
|
by Mungo1981
Type Mismatch between the same Type
|
|
[7 replies] Last: std::make_pair can absolve a lot of sins when dealing with pairs: ... (by deleted account xyzzy)
|
Repeated numbers! Need help understanding the following function. |
|
[1 reply] : It doesn't work. Try making the last element of the array 10 instead ... (by lastchance)
|
by mdh1559
Is there a faster way to start up Visual Studios
|
|
[2 replies] Last: you are doing something very wrong. it should save everything you nee... (by jonnin)
|
modifying my program |
|
[2 replies] Last: Use strings Make sure you #include <string> string filename; cin... (by Ganado)
|
by codeq12
File isn't storing into a string??
|
|
[12 replies] Last: Thank you so much! It's honestly crazy how the smallest things can t... (by codeq12)
|
by dhavi546
Need help with this program for a project
|
|
[1 reply] : First half of your code is pretty fine, then you start to mix things u... (by Enoizat)
|
by mdh1559
User Input Validation
|
|
[2 replies] Last: I will take a look at that in a few mins. Thank you very much. I was t... (by mdh1559)
|
by thorpedo
Code running but with error
|
|
[2 replies] Last: Hello thorpedo, PLEASE ALWAYS USE CODE TAGS (the <> formatting butt... (by Handy Andy)
|
by nickjonas
C++ code for this tough question
|
|
[2 replies] Last: Start drawing diagrams like this -> https://ibb.co/9Gmp9mf I suppose ... (by salem c)
|
by Euno
I need to make it for every integer
|
|
[6 replies] Last: [My apologies to the regulars, who've heard me say this about 7 billio... (by dhayden)
|
by lost110
Post order traversal of min heap
|
|
[1 reply] : In C++, arrays are indexed from 0 to size-1. Your code uses indexes 1 ... (by dhayden)
|
by valiciousx
sum and product of two matrix in C (with functions)
|
|
[2 replies] Last: You haven't got enough arguments to your matrix product routine. You w... (by lastchance)
|
by ajent047
Calendar not displaying correctly
|
|
[2 replies] Last: Unfortunately, this fails all of the tests because the offset is wrong... (by ajent047)
|
by highwayman
extremely inefficient but works....?
|
|
[8 replies] Last: Yeah you can do bit masking to get """uniform"""" distributions, e.g. ... (by Ganado)
|
by ninjz98
Graph Printing
|
|
[7 replies] Last: Yeah, a fun challenge! // Draw a graph! // Guaranteed to get you ei... (by Duthomhas)
|
by BatJuan72
Help please
|
|
[1 reply] : Don't put semi-colons after if-statements. Make sure every logical che... (by Ganado)
|