in reply to Re: From string with variable Address to actual referencing that address? (core crypting problem)
in thread From string with variable Address to actual referencing that address? (core crypting problem)
You can still do what's he's asking to avoid.
printf("%s %s\n", user, pass);
The only thing you did is switch the language.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: From string with variable Address to actual referencing that address? (core crypting problem)
by Argel (Prior) on Apr 20, 2011 at 00:23 UTC | |
|
Re^3: From string with variable Address to actual referencing that address? (core crypting problem)
by Anonymous Monk on Apr 19, 2011 at 23:54 UTC | |
by ikegami (Patriarch) on Apr 20, 2011 at 02:47 UTC |