Search:

Type: Posts; User: mhrsolanki2020

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,246

    Okk .. So will do it up with Minix 3 ... And read...

    Okk .. So will do it up with Minix 3 ... And read c codes and rewrite them so as to implement it in my own manner .. :) thankyou for the advice ...
  2. Replies
    12
    Views
    1,246

    I am not developing roms because i have to .. i...

    I am not developing roms because i have to .. i am developing it because i want to learn new things.. so i dont mind to give less time to build rom and learn about linux more in depth .. I would get...
  3. Replies
    12
    Views
    1,246

    @Jimmy .. i am 17 .. i am in college .. And For...

    @Jimmy .. i am 17 .. i am in college .. And For me to make a road map , i should have slightest knowledge of what is linux kernel made up of which i dont ...

    1) Assembly language?? Like full top...
  4. Replies
    12
    Views
    1,246

    I am confortable in programming with C .. (except...

    I am confortable in programming with C .. (except file input output ) I know a bit of data structures



    Proficient would be what level of expertise in C ?? Cuz i know C Since a year and a half...
  5. Replies
    12
    Views
    1,246

    Done with C .. Now what? :(

    Hello ,
    I am done with C programming , i know bit of c++ .. and currently attending classes for java ..
    But i wanna go into linux kernel programming ..
    I have tried twice by reading a book...
  6. i just bought the book of alex "Jumping into C++"...

    i just bought the book of alex "Jumping into C++" its like 400 pages i can read through it right? and may be even learn c++ , my java class is still 15 days later ..
    "Jumping into C++" Wud be...
  7. About learning C ++ (jjust the concepts)

    Hello ,
    I am pretty comfortable with C programming.
    I wanna start learning Java now, but the problem is that i wanna know about OOP(object oriented programming) which i can learn in C++ but i dun...
  8. Data structures ??? Can u throw a lil light on...

    Data structures ??? Can u throw a lil light on that ? .



    Thankyou , sequence logo program means ? I will check out as soon as I have access to my pc . On bed its 1 am :)
  9. Want to dive into some serious C programming

    Hello,
    I have learnt the basics of C programming.
    Variables,arrays,pointers,structions,file and console i/o etc.

    So i thought i would just download a android linux kernel and start reading it to...
  10. Replies
    2
    Views
    1,956

    My apologies, I didnt knew there was a scroll...

    My apologies,
    I didnt knew there was a scroll bar in there so didnt try to .
    The error is :


    Sample.c
    c:\program files\microsoft visual studio\myprojects\sample\sample.c(4) : error C2061:...
  11. Replies
    2
    Views
    1,956

    Error while windows programming in C

    hello,
    I am reading a book "Let Us C" by Yashwant Kanetkar.
    Book For learning C programming.
    In that book towards the end, After done with C Programming, It teaches a lil bit of windows and linux...
  12. Ok thankyou .. :)

    Ok thankyou .. :)
  13. um non-integral meaning???

    um non-integral meaning???
  14. may be a for loop? i can ask the user if he want...

    may be a for loop?
    i can ask the user if he want to square or cube or to the power of 4 ,5 6 whatever..
    and save it in x.
    and pass it to squared function,
    and then use a for loop, and loop it 'x'...
  15. Ohk . I have used, but never with the %.8f format...

    Ohk . I have used, but never with the %.8f format specifiers..
    And i got error 1 exit status.. i changed powf to pow then it worked fine.

    if i change the return to

    return(s_input*s_input);...
  16. Thankyou , for your help.. #include ...

    Thankyou , for your help..

    #include <stdio.h>
    #include "squared.h"
    int main()
    {
    printf("The result of squared(4.0f) is %.8f\n", squared(4.0f));
    return 0;
    }
    Can you explain me %.8f ?
  17. But its for Windows xp or lower. not for 7. It...

    But its for Windows xp or lower. not for 7. It doesnt work with 64bit windows 7.
    The RHIDE doesnt work in windows 7.
  18. i dun know any good ide for windows7. Can u...

    i dun know any good ide for windows7.
    Can u sugest me some?
    Which on do you use??
  19. How to make a Library file and header file in GCC?

    Hello,
    I know how to make a header file in C when using turbo c/c++ (had done it long time ago when i was using Windows xp) now i am using windows 7 with Gcc (DJGPP ) . But now i dont know how to...
Results 1 to 19 of 19