provide it

const char* code_already_supplied_as_a_starting_point = 0;
for(;;) 
{
  printf( "give me code " );
 if( ! code_already_supplied_as_a_starting_point )
  printf ("you first " );
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.