LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Search Forums
User Name
Password

Notices


Showing results 1 to 5 of 5
Search took 0.02 seconds.
Search: Posts Made By: ntubski
Forum: Programming 02-21-2024, 05:05 PM
Replies: 16
Views: 386
Posted By ntubski
I guess that is in some abstract sense the output...

I guess that is in some abstract sense the output of the program. But how does it relate to what the program prints to stdout? (E.g., what NevemTeve posted?)



I learned about it once, but...
Forum: Programming 02-20-2024, 10:09 PM
Replies: 16
Views: 386
Posted By ntubski
I don't understand what format you are using...

I don't understand what format you are using here, or how this relates to the actual output of the program.
Forum: Programming 02-13-2024, 10:19 PM
Replies: 16
Views: 386
Posted By ntubski
Then you have made it too simple. Please try...

Then you have made it too simple. Please try again using linked lists.



Okay, here is your program without omp but still with the same bug:

#include <stdlib.h>
#include <stdio.h>
#include...
Forum: Programming 02-08-2024, 06:01 PM
Replies: 16
Views: 386
Posted By ntubski
No, that is not my solution. Sorry for being...

No, that is not my solution. Sorry for being unclear, I included just the parts of your program that were relevant, to keep things short. That is, I left out the omp parts because you don't need to...
Forum: Programming 02-03-2024, 09:34 PM
Replies: 16
Views: 386
Posted By ntubski
void subroutine(float *subject, float *object,...

void subroutine(float *subject, float *object, int index){
object[index] -= subject[0];
}

subroutine(&v0[1], &v1[id], id);
This should be
subroutine(&v0[1], &v1[0], id);
// or just...
Showing results 1 to 5 of 5

 

Didn't find what you're looking for? Try Google:


  



All times are GMT -5. The time now is 06:10 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration