Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~879 People Reached
Interests
software development
PC Specs
junior undergraduate computer science
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for Dimitar

Hello everyone, I am trying to pre-allocate a certain number of nodes to a linked list, I allocate 10 nodes at first and, if I have more data to store, I'll need to resize it by adding half of the total number of nodes, sort of like 10, second time …

Member Avatar for Dimitar
0
413
Member Avatar for Dimitar

I have an input file which is a 4X4 matrix, and each item of the matrix is represented by 4 digits 0's and 1's. 1 is closed and 0 means open, the direction is NSEW ( first digit represents North and so on..). I'm trying to recursively find my way …

Member Avatar for zentropy
0
72
Member Avatar for Dimitar

I think I have a good starting point on this, but I still need some help :) First I need to ask the user for the limits of integration and the error tolerance, (that's already done). So when I divide the trapezoid (when the end points are connected) in 2, …

Member Avatar for nezachem
0
157
Member Avatar for Dimitar

Hello everyone! I need to ask the user for a function say: X^5 +7 and I need to ask him separately for the value of X, so I can calculate it then. I really don't know how to store the function and then manipulate it! Thank you!

Member Avatar for Dimitar
0
81
Member Avatar for Dimitar

Hey, could someone help me out by telling me how I can read in 2 matrices from a single input file?

Member Avatar for Dimitar
0
156