<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hello again,</p>
<p><br>
</p>
<p>I am trying with c-toxcore to make a main.cpp and use the Tox.h and tox.cpp <br>
</p>
<p>I would like to know if anyone can guide me to the right direction and order of commands as below or how the commands order and commands</p>
<p>are should be : <br>
</p>
<p><br>
</p>
<p>int main(){</p>
<p>     variable tox create new tox</p>
<p>     (create a new toxID) or (use an allready created toxID)</p>
<p>     create and start the server to the specific ip, port, and anything else is needed</p>
<p>     try to connect to other tox client created in the same way as above with ToxID or internet or how it is connected.<br>
</p>
<p>     close the connection with the other client</p>
<p>     close the server<br>
</p>
<p>     exit<br>
</p>
<p>}<br>
</p>
<p><br>
</p>
<p>I am trying to find these commands by including tox.h to test and understand how to use the commands but i have some issues
<br>
</p>
<p>can anyone point me or give a right way to do it ?</p>
<p><br>
</p>
<p>Thank you all in advance for your time and guidance<br>
</p>
<p><br>
</p>
<p><br>
</p>
</div>
</body>
</html>