Click here to Skip to main content
15,891,597 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TEMPLATE FUNCTIONS Pin
Antti Keskinen19-Sep-04 23:08
Antti Keskinen19-Sep-04 23:08 
GeneralPragma Pin
caoquanghanh19-Sep-04 18:43
caoquanghanh19-Sep-04 18:43 
GeneralRe: Pragma Pin
Ramkrishna Pawar19-Sep-04 20:19
Ramkrishna Pawar19-Sep-04 20:19 
GeneralRe: Pragma Pin
caoquanghanh22-Sep-04 19:47
caoquanghanh22-Sep-04 19:47 
GeneralRe: Pragma Pin
Alpha Siera20-Sep-04 3:06
Alpha Siera20-Sep-04 3:06 
Generalcircular linked lists Pin
jhorstkamp19-Sep-04 17:42
jhorstkamp19-Sep-04 17:42 
GeneralRe: circular linked lists Pin
Antti Keskinen19-Sep-04 23:28
Antti Keskinen19-Sep-04 23:28 
GeneralString stuff Pin
Timothy Grabrian19-Sep-04 17:02
professionalTimothy Grabrian19-Sep-04 17:02 
I'm trying ot write a IRC program and I've hit a snag. Getting the string into pieces is tough for me, I've tried strtok, memcopy, copymemory, all that crap and I just can't seem to get it right, the program just crashes.

This is basicly what I need to parse:
:Nick!Stuff@=HostOrSomething.eggormuffin PRIVMSG #channel :hi\r\n

I need to get it into:
Nick
PRIVMSG
#channel
hi

If you could give me some advice, some code, or an article I would greatly appreciate it

wWw.KruncherInc.cOm
GeneralRe: String stuff Pin
Aamir Butt20-Sep-04 0:06
Aamir Butt20-Sep-04 0:06 
GeneralRe: String stuff Pin
David Crow20-Sep-04 6:00
David Crow20-Sep-04 6:00 
GeneralRe: String stuff Pin
Timothy Grabrian20-Sep-04 11:59
professionalTimothy Grabrian20-Sep-04 11:59 
GeneralRe: String stuff Pin
David Crow20-Sep-04 16:52
David Crow20-Sep-04 16:52 
GeneralRe: String stuff Pin
Archer28220-Sep-04 13:16
Archer28220-Sep-04 13:16 
Generalchanging text color Pin
Jump_Around19-Sep-04 15:19
Jump_Around19-Sep-04 15:19 
GeneralRe: changing text color Pin
Archer28219-Sep-04 16:09
Archer28219-Sep-04 16:09 
GeneralRe: changing text color Pin
Sujan Christo20-Sep-04 1:52
Sujan Christo20-Sep-04 1:52 
Generalmaking your app upgradable Pin
mickelliot19-Sep-04 15:05
mickelliot19-Sep-04 15:05 
GeneralRe: making your app upgradable Pin
Christian Graus19-Sep-04 15:59
protectorChristian Graus19-Sep-04 15:59 
GeneralRe: making your app upgradable Pin
mickelliot19-Sep-04 16:11
mickelliot19-Sep-04 16:11 
GeneralRe: making your app upgradable Pin
mickelliot19-Sep-04 16:13
mickelliot19-Sep-04 16:13 
GeneralRe: making your app upgradable Pin
Christian Graus19-Sep-04 16:15
protectorChristian Graus19-Sep-04 16:15 
GeneralCSocket GetSockName Pin
transfer168919-Sep-04 11:55
transfer168919-Sep-04 11:55 
GeneralCalling my COM server via VBScript Pin
Alexander M.,19-Sep-04 10:12
Alexander M.,19-Sep-04 10:12 
General[edit] Who rated this?[/edit] Re: Calling my COM server via VBScript Pin
Jörgen Sigvardsson19-Sep-04 10:15
Jörgen Sigvardsson19-Sep-04 10:15 
GeneralRe: Calling my COM server via VBScript Pin
Alexander M.,19-Sep-04 10:33
Alexander M.,19-Sep-04 10:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.