sscanf to explode
#4

PHP код:
enum
    E_DATA
{
    
E_DATA_C,
    
Float:E_DATA_X,
    
E_DATA_NAME[32],
    
E_DATA_Z
}
main
{
    new
        var[
E_DATA];
    
sscanf("1 12.0 Bob c""e<ifs[32]c>", var);

Reply


Messages In This Thread
sscanf to explode - by IgrexolonO - 12.03.2013, 09:02
Re: sscanf to explode - by GTAItsMe - 12.03.2013, 09:16
Re: sscanf to explode - by IgrexolonO - 12.03.2013, 09:19
Re: sscanf to explode - by GTAItsMe - 12.03.2013, 09:20
Re: sscanf to explode - by IgrexolonO - 12.03.2013, 09:29
Re: sscanf to explode - by IgrexolonO - 12.03.2013, 11:58
Re: sscanf to explode - by IgrexolonO - 12.03.2013, 16:06
Re: sscanf to explode - by IgrexolonO - 12.03.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)