Search:

Type: Posts; User: TheTaoOfBill

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,600

    Alright this is the updated code so far... ...

    Alright this is the updated code so far...


    // matmul_static .c
    // CS4540 Fall 2010
    // kapenga
    //
    // This program is one of a set of three programs that show a
    // matrix itteration. The...
  2. Replies
    4
    Views
    1,600

    Ooops! yeah okay that should be for(i = *(int...

    Ooops! yeah okay that should be for(i = *(int *)id; i < n; i += Threads)

    thanks! Still getting a segfault though...I've tried going through gdb for hours but I cannot find the problem...

    EDIT:...
  3. Replies
    4
    Views
    1,600

    Need help with pthreads

    I have an assignment to optimize a piece of code to use pthreads. Here is the original code.


    // matmul_static .c
    // CS4540 Fall 2010
    // kapenga
    //
    // This program is one of a set of three...
  4. That's pretty good advice. And sounds like a lot...

    That's pretty good advice. And sounds like a lot of fun to produce. Is there something in particular that would be a good project to attempt? I've been doing Project Euler in my spare time. I might...
  5. Yeah the thought had occurred to me...he kinda...

    Yeah the thought had occurred to me...he kinda made it seem like he wanted to get around some licensing issues over the phone without actually saying those words. I didn't want to jump to conclusion...
  6. Computer Science Student In Need Of Job Advice

    Hello all! I am looking for some advice from either recent graduates or experts in Computer Science.

    I recently got a job opportunity that said they were looking for a "Computer Geek" and "A...
  7. The problem was solved by a friend! The teacher...

    The problem was solved by a friend! The teacher forgot to include a chdir(argv[1]) to change the directory so that it could read access the dirp->d_name for information to put in the struct stat
  8. Directory Traversal Question. lstat error.

    I'm working my way through an example provided by my teacher and it is giving me an lstat error. Here is the example I was given.


    /* ! This is a code fragment to demonstrate
    ! the use of...
  9. Passing Structs Into An Array Of Structs.

    Here I have a C program that is supposed to pass structs that it reads from a .csv file to get the fields for the individual structs. Then it should pass the filled struct into the array. But it's...
  10. Replies
    3
    Views
    1,103

    Nothing is wrong with doing it that way. Just my...

    Nothing is wrong with doing it that way. Just my personal preference. Thanks for the solution though.
  11. Replies
    3
    Views
    1,103

    Changing where the exe file compiles

    Is there a setting in Visual Studio 2008 that allows me to decide which folder gets treated like the bin/debug folder where the exe is compiled?

    The reason I ask is my school project is asking me...
  12. Replies
    6
    Views
    2,258

    I actually just figured it out on my own. I was...

    I actually just figured it out on my own. I was using dots instead of arrows to point. Thanks anyway! Sorry if I wasted anyone's time.

    EDIT: Thanks for your help! We arrived at similar solutions!...
  13. Replies
    6
    Views
    2,258

    Array Of Pointers With Objects

    I'm having some issues with a homework assignment. I've tried everything I can think of but there is just something I'm missing. Basically the assignment tells me to make a composition class with a...
  14. Replies
    3
    Views
    1,401

    I am amazed at how often it is something so...

    I am amazed at how often it is something so simple. Thanks a lot!
  15. Replies
    3
    Views
    1,401

    Help with C++ Homework

    Don't worry, I'm not asking you to do it for me. If it makes you feel better you could just point me to the right line and have me figure it out. But this thing is making my head hurt so I have to...
Results 1 to 15 of 15