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 raj_rohit10

  1. R

    Looking for some C# tutorials

    Re: C# tutorial I am having Inside c# soft copy but size is too large around 15MB. How can i send it to you?
  2. R

    What will those strings print out?

    Re: what will print out? but it should print the "name"
  3. R

    Resources for studying RTOS

    using ucos rtos with code warrior better you can start from ucOS2 book it is having very nice and compact introduction to RTOS.
  4. R

    Where to get info about boot loaders?

    hi I wm new to this field and want to understand boot loader.Can someone provide me the pointer to resource for that thanking you in advance. rohit
  5. R

    Function Pointers in C

    hello the best use of function pointer what i feel is the implimentation of FSM and as it is told erlier 2nd one is call back function.
  6. R

    Cellphone interfacing

    home automation what kind of interfacing u are asking or want to know ?? i have done the interfacing to check the cell phone and that was using the AT commands ...
  7. R

    Help! Compiler VC++ 7.0 error

    mfc xutility error as per MSDN the error refer to some details which i am giving below and lets see if it helps u... Visual C++ Concepts: Building a C/C++ Program Compiler Error C2059 Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: C#...
  8. R

    which language programming is best?

    ya c is the best to start and i will suggest go by K&R book only...
  9. R

    file modification code

    hi, can u clarify the exact OS on which u want this code ??
  10. R

    Difference between .net and Windows

    Re: .net vs windows hi, window is the operating system and .net is the frame work for creating different application so i don't feel there is any comparision between them.
  11. R

    req: C programming help

    hi, I am pointing you the basic problem with code and if u still want any help please write me... #include <stdio.h> main() { int i; int j; i = 1; j = 1; while( i <= 10) { printf("*"); i = i + 1; while( j <= 10) { printf("*/n");#here you are using "/n"inspite of "\n" and u have given...
  12. R

    Need RTOS design flow for a scheduler

    Re: RTOS DESIGN ya i want that book how can i get it??
  13. R

    Need RTOS design flow for a scheduler

    Re: RTOS DESIGN does any one having ucos book??
  14. R

    How can we achieve data hiding in C?

    Re: DATA Hiding in C. In c also using static function u can achieve some extent of data hiding.For details you can search for the static function in c.If any issue let me know.
  15. R

    How to link programs in C and C++?

    Re: C programs Linking As per my understanding C++ is the superset of c so directly you can compile c files also in cpp compiler by changeing just the name of file from .c to .cpp. this way u can link it.If any issue let me know.

Part and Inventory Search

Back
Top