Click here to Skip to main content
15,912,457 members

Comments by njukenanli (Top 4 by date)

njukenanli 17-Sep-23 11:22am View    
All right, I've thought about it for a whole week. If I can figure it out myself, I won't go to the web...... Our teacher don't provide answers.
njukenanli 13-Jun-23 8:17am View    
Thank you. Your advice has completely solved my problem. I think that my assignment of a local variable (string) to a name that will still be used after the function returns (a global variable) may be the source of the problem.
njukenanli 9-Jun-23 11:21am View    
wow thank you! I haven't heard this func before. This would make my codes much simpler.
njukenanli 9-Jun-23 11:09am View    
To extract name-value pairs after '?' from the url.
Then save them into the array-query_parameter* params.
one struct should be:
params[0].name=id
params[0].value=1234