Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by emma2409

  1. E

    C programming tip

    what kind of programming tip do you want?
  2. E

    a->b what it means

    pointer a which is pointer to a structure is pointing to structure member b by using operator ->
  3. E

    Common mistakes with pointers in C

    Very nice for beginners.
  4. E

    C Programming: Elementary Doubt in structure

    for that you have to declare a variable of structure school into person by that you can use its member such as struct school { // code } struct person { //some code struct school s; }
  5. E

    programming in c

    i will suggest let us c by yashwant kanetkar that book is really nice and even that book is not at all boring.
  6. E

    Structure coding and initialization

    struct ver_id { U32 address; U32 mode_val; U32 rst_val; U32 majVer : 12; struct regDef majVer_rD; U32 minVer : 20; struct regDef minVer_rD ; }; in this i think you are trying to declare a structure inside another one which is not allowed

Part and Inventory Search

Back
Top