CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: charmcaster

Search: Search took 0.03 seconds.

  1. Re: how to prepare for basic computer science questions?

    Thanks!
    It is aptitude test of bank exam. There will be mix-match question on computer science and marketing.
  2. Re: how to prepare for basic computer science questions?

    Thanks!
  3. how to prepare for basic computer science questions?

    hi
    how to prepare the basic computer science question and answers containing DBMS, C,C++, Java(mixed questions)?
  4. Replies
    2
    Views
    2,375

    Re: is coding done on terminal software?

    Thanks!
  5. Replies
    7
    Views
    2,773

    Re: what does the following code means?

    Thanks!
  6. Replies
    2
    Views
    2,375

    is coding done on terminal software?

    Is coding is done on to display real time data on terminal software? or it is done on some other software (to display data on terminal)?
  7. Replies
    7
    Views
    2,773

    Re: what does the following code means?

    Thanks!
    can you provide me info about efs and uart in the code?
  8. Replies
    7
    Views
    2,773

    Re: what does the following code means?

    can't we directly put the value in ADCR? what is the need to shift and or operation. why to shift 0 with PINSEL0?
    shift 0 answer will be 0 only? PINSEL0 value will be HEX then how shift operates?...
  9. Replies
    7
    Views
    2,773

    Re: what does the following code means?

    don't understand....
    PLL0CFG = MSEL | (1 << PSEL1) | (0 << PSEL0);
  10. Replies
    7
    Views
    2,773

    what does the following code means?

    what does the following code means?
    AD0CR = (0X00200600) | (0x01 << 3) | (0x01 << 24);

    and
    if ((((IOPIN0)&(0x01<<2))==0)&&(keypressed==0)){
    keypressed =1;
    ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured