Click here to Skip to main content
15,949,686 members

Comments by jeron1 (Top 200 by date)

jeron1 11-Jul-24 10:14am View    
What is ARPlines? Maybe you expand more on what exactly you are expecting to happen during/after the connection.
jeron1 20-Jun-24 10:25am View    
Do you mean 'appear' instead of 'compare'?
jeron1 13-Jun-24 16:16pm View    
There is nothing here at this point that is assembly related.
jeron1 11-Jun-24 10:05am View    
Does this solve your issue or is this an addition to the original question?
jeron1 10-Jun-24 13:20pm View    
Here's a link to simple program, to display the words "Hello World". Take a look at it and see how it differs from what you have in terms of your main() function.

C++ "Hello, World!" Program[^]

Then take a look at how functions work,
C++ Function (With Examples)[^].