Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

Need help

Name: Anonymous 2010-06-24 7:08

hi sir,
I need help working code to print third message of program as follows :

#include <stdio.h>

void main(int argc,char argv[][])
{
 if(argc=3)
 {
  printf("%s",argv[3]);
 }
 return 0;
}

please help .
thank you for appreciation.

Name: FrozenVoid 2010-06-24 7:15

#include "stdio.h"
int main(int argc, char**argv){printf("%s",argv[3]?argv[3]:"");}



__________________
Orbis terrarum delenda est

Name: Anonymous 2010-06-24 7:25

=
boing.
Where's my [code] tags?

Name: Anonymous 2010-06-24 7:49

>>2
Segmentation fault

Name: Anonymous 2010-06-24 10:56

argv[argc] is guaranteed to be NULL

Name: Anonymous 2010-06-24 16:58

sir it's not working
please help better.

Name: Anonymous 2010-06-24 20:21

>>2
int main(void){return 0;}

>>1
#include <stdio.h>
int main(int argc, char *argv[argc])
{ fputs(argv[(argc | (argc > 3) * 3) & 3], stdout);
  fflush(stdout); }
  return 0; }

Name: Anonymous 2010-06-24 20:22

>>2
The real FV would include "void.h" you fucking impostor

Name: Anonymous 2010-06-24 20:23

NO EXCEPTIONS

Name: Anonymous 2010-06-24 21:15

>>9
You're about 7 posts late to the party, dude.

Name: Anonymous 2010-06-24 21:32

>>10
You're about 3 posts late to the party, dude.

Name: Anonymous 2010-06-24 21:47

>>11
You mean the one in /pr/? This isn't /pr/.

Name: Anonymous 2010-06-24 22:23

>>7
#include <stdio.h>
int main(int argc, char **argv) { return fflush(fputs(argv[(argc | (argc > 3) * 3) & 3], stdout), stdout); }

Name: Anonymous 2010-06-24 22:24

>>13
... Oops. Need another set of parentheses for fflush, sorry.

Name: Anonymous 2010-06-25 4:14

sir I want a simple code
my company not cares with your elite coder skills, it wants clear code please.

Name: Anonymous 2010-06-25 6:13


int main(int argc, char **argv){
  if (argc > 3)
    puts(argv[3]);
  return 0;
}

Name: Anonymous 2010-06-25 10:09

>>15
Your company will not make any money from this program.

Name: Anonymous 2010-06-25 11:16

>>17
I'd like you to reexamine your assumptions. We already have four companies buying over a hundred multi-PC licenses for this program.

Name: Anonymous 2010-06-25 20:17

>>17
sir you are not my companty, fuck off !!!

Name: Anonymous 2010-06-26 1:48

>>15
#include <stdio.h>
int main(int argc, char *argv[argc])
{ if(argc > 3)
  { fputs(argv[3], stdout);
    fflush(stdout); }
  return 0; }

Name: Anonymous 2010-06-27 12:12

sir it's not working, how to make it work ?

Name: Anonymous 2010-06-27 12:14

>>46
[code] tags.

Name: Anonymous 2010-06-27 12:28

>>44
companty

Name: Anonymous 2010-07-01 5:12

fuck you gremmar na,zi

Don't change these.
Name: Email:
Entire Thread Thread List