Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

IP string to const char

$
0
0

@mindthegap wrote:

Hello,

how can I convert a IP string read in with XMLSettings to a const char[15].
regards.

string udpOutIP = XML.getValue("settings:udpOutIP", "192.168.178.30");

udpConnectionOut.Create();
udpConnectionOut.Connect("192.168.178.30", udpOutPort);

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles