Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~171 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for boschow

Hi all, it is possible to declere a function within a structure, then in the main function with the use of the pointers call this function and assign the specific parameters . To make my idea clearer check out the sample code. [code] struct { int AND_function; int math_funct; int …

Member Avatar for asa22
0
139
Member Avatar for asa22

Hi All, I have a program with threads and after a while i ve got std::out_of_range error. when i broke the process to debug, it pointed me to this line: > testsimulatord.exe!mainCRTStartup() Line 182 C and my stack contents are: KernelBase.dll!7604b727() [Frames below may be incorrect and/or missing, no symbols …

0
32