Search:

Type: Posts; User: Jalo

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,063

    Parallel programming library C

    Hi.

    Does anyone know a good library that will allow me to use parallel functions?

    Any help will be appreciated.
    Thanks.
    Daniel
  2. Replies
    1
    Views
    3,524

    Parallel programming book

    Can anyone suggest me a good parallel programming book for a begginner? Have in mind that I pretty much don't know anything about it, and that I have experience in C and Matlab only (mostly Matlab)....
  3. Replies
    1
    Views
    730

    converting text to a variable

    Hi.
    I've recently done the following script, which finds the zeros of a given function:


    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>


    /*
  4. Thread: Plots in c

    by Jalo
    Replies
    1
    Views
    4,024

    Plots in c

    Hello.
    Does anyone know how to make plots in c?
    Example: plot of a vector x and vector y (same number of elements), where x is 100 equally spaced numbers between 0 and 100 and y is cos(x).

    If...
  5. Replies
    5
    Views
    1,162

    command to shutdown exe

    Hello.
    I want to shutdown a code if some condition is met.


    if(condition is true){
    some command to end the exe
    }


    for example,
  6. Replies
    1
    Views
    815

    random number formation

    Hello.
    I'm doing a blackjack game as a way to learn to program in C.
    I've wrote it, and it works fine, the only problem is that my rand function, which generates a random number between 1 and 52,...
  7. Thread: Vector error

    by Jalo
    Replies
    2
    Views
    717

    I'm sorry for the idiot question. It's my first...

    I'm sorry for the idiot question. It's my first day programming with c therefore I'm making some dumb mistakes.
    Thanks for the answer. It was very helpful!
    D.
  8. Thread: Vector error

    by Jalo
    Replies
    2
    Views
    717

    Vector error

    Hello.
    I ran into a problem and I can't find out what I'm doing wrong...
    I'm doing a simple script that simulates a blackjack game. I use the rand()%10 function to get a random number between 0 and...
  9. Thread: Function in C

    by Jalo
    Replies
    5
    Views
    971

    Thank you very much, that was very helpful :)

    Thank you very much, that was very helpful :)
  10. Thread: Function in C

    by Jalo
    Replies
    5
    Views
    971

    And how exactally do I modify my function to...

    And how exactally do I modify my function to return a float?
    I'm sorry but this is my first day programming in C...
  11. Thread: Function in C

    by Jalo
    Replies
    5
    Views
    971

    Function in C

    Hello.
    I'm trying to learn C now that I have free time. I have experience programming in Matlab.
    I tried doing a simple bissection problem, but i ran into a problem with functions. I made a...
Results 1 to 11 of 11