Search:

Type: Posts; User: nchauhan

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    4,916

    machine learning code in c/c++

    Hi all,

    Does anybody have any info. about where to find some simple/small "reinforcement learning" c/c++ code?

    I was curious to know how to approach to such programming (machinge learning)?
    ...
  2. Re: suggestions please! how do i learn OS / Languages?

    Qs: What is slackware? And how do I get it? Is it easier to learn with slackware than Redhat and/or Suse?

    Thank you for your help.
  3. Thank you 'ygfperson' and ' unanimous' for...

    Thank you 'ygfperson' and ' unanimous' for suggestions.

    I have already installed Linux 9.0 and Suse, so I should be now start playing! ok.

    I have some knowledge of c/c++, I have done some...
  4. suggestions please! how do i learn OS / Languages?

    Hi all,

    Can anybody help me with some good suggestions about "how to learn some OS / Languages"? I want to learn Linux (from scratch) and c/c++ (gain expertise). I am still student and want to be...
  5. Here is one doubt from a newbie. So does it...

    Here is one doubt from a newbie.

    So does it mean that for c headers we simply write them the way they are (stdio.h) but for c++ headers we use namespace (iostream and then using namespace) ???
  6. Replies
    7
    Views
    2,567

    Zach L. Thank you for the link. I have...

    Zach L.

    Thank you for the link. I have downloaded the software and will install it as soon I get my laptop working with Linux (RD9.0). :)

    Thank you again, you have been of good help.
  7. Replies
    7
    Views
    2,567

    Hi, Zach L. Ya you are right, careful before...

    Hi,

    Zach L.
    Ya you are right, careful before I wish! But I always liked programming and thrived to be better and there is no better way to learn than "having and solving errors"!

    Thank you...
  8. Replies
    7
    Views
    2,567

    Thank you quzah for the suggestion. Yes, I do...

    Thank you quzah for the suggestion.
    Yes, I do use Linux and also Unix! I tried gbd for a small program and it seems that it would be fun with thousands lines of code!

    Sorry vVv ,
    I thought...
  9. Replies
    7
    Views
    2,567

    Solving c/c++ errors using core dump

    Hi,

    I just learned that whenever we have this error :

    core dumped

    some kind of core is actually dumped somewhere! can somebody elaborate that please?
  10. Thread: Problem

    by nchauhan
    Replies
    12
    Views
    1,892

    Regarding reading from a data file, as far as i...

    Regarding reading from a data file, as far as i know we always use something like the following: (its not c/c++ coding, just algo.)

    while (!EOF){

    read the data from file

    }


    So I don't...
  11. Replies
    12
    Views
    1,348

    hey, i just joined the team! how abt...

    hey,

    i just joined the team!

    how abt "return;"??? - for void main()
    return 0; - for int main()

    wont that work too???
Results 1 to 11 of 11