Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. S

    getchar

    Hi guys, I'm confusing about getchar() while reading Ritchie Kerninghans book. while this one loops as my 2.4Ghz can Ex1 c = getchar(); while( c != EOF ) { ++g; if ((g % 1000000000) == 0) { printf("%lld\n",g); } if(g > 10000000000)...
  2. S

    HTML & CSS how can I talk to divs within divs

    Guys I'am struggling with this for a while now. to how can i talk with a child who is on a different layer and in div of divs like: <body> <div id=main> <div class=top> <div class=links> <div class=mama> Mama </div> </div> <!-- end link --> </div>! end top...
Back
Top Bottom