15,993,495 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Lilyanaa (Top 51 by date)
Lilyanaa
22-Jun-18 13:02pm
View
No, is the same problem when using .csv
Lilyanaa
22-Jun-18 9:33am
View
why Segmentation fault ?
Lilyanaa
22-Jun-18 9:22am
View
thanks for your helping, can you see my update question?
Lilyanaa
21-Jun-18 14:28pm
View
I want in the same format in the example how can do that?
Lilyanaa
10-May-18 16:34pm
View
thanks for your notes, can you see my update please, I do something like that, but the error same incompatible type for argument 1 of fun
Lilyanaa
10-May-18 16:23pm
View
Ok, thanks, something like this.. but can I do without a pointer?
Lilyanaa
28-Apr-18 10:04am
View
I do it thank u so much
Lilyanaa
28-Apr-18 9:14am
View
the output of this code is after replace = 5
after replace = 6
after replace = 7
after replace = 7
after replace = 7
after replace = 3 ,
it shuld be{4 5 6 7 7 3}, what is the problen in this code?
Lilyanaa
28-Apr-18 8:53am
View
Deleted
the output should be: 4 5 6 7 7 3
Lilyanaa
28-Apr-18 8:51am
View
Deleted
the output should be: 4 5 6 7 7 3
Lilyanaa
28-Apr-18 8:50am
View
I have other members in my program, but this simple description of the issue
Lilyanaa
28-Apr-18 8:45am
View
Deleted
the output should be: 4 5 6 7 7 3
Lilyanaa
4-Mar-18 16:23pm
View
@Rick York, think the problem in this part because when I comment it, the program run in correct way if(argc > 2) {
T = argv[2];
if(argc > 3) {
P = argv[3];
if(argc > 4) {
Db = argv[4];
}
}
}
Lilyanaa
4-Mar-18 16:20pm
View
Deleted
@Rick York, I think the problem in this part if(argc > 2) {
T = argv[2];
if(argc > 3) {
P = argv[3];
if(argc > 4) {
Db = argv[4];
}
}
} because when I comment it, program run in correct way ):
Lilyanaa
2-Mar-18 13:33pm
View
Deleted
how can do please, I use smpicc and semi/grid simulator
Lilyanaa
2-Mar-18 10:28am
View
I don't need to use file now, so I commented it, but I have this problem how can solve it, please/// ===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 2173 RUNNING AT sara
= EXIT CODE: 11
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Lilyanaa
2-Mar-18 10:24am
View
Thank you so much, I have this error and to other files why? incompatible type for argument 2 of ‘fprintf’fprintf(matrixfile, a[i][j]); note: expected ‘const char * restrict’ but argument is of type ‘double’
extern int fprintf (FILE *__restrict __stream,
Lilyanaa
2-Mar-18 7:52am
View
Deleted
Thank you so much, I have this error and to other files why? incompatible type for argument 2 of ‘fprintf’fprintf(matrixfile, a[i][j]); note: expected ‘const char * restrict’ but argument is of type ‘double’
extern int fprintf (FILE *__restrict __stream,
Lilyanaa
2-Mar-18 7:39am
View
Deleted
thank you so much, I have this warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [-Wint-conversion]
if( (strcmp(Db ,"-d")==0) || (strcmp(T , "-d")==0) || (strcmp(P == "-d")==0) ){
Lilyanaa
1-Mar-18 18:12pm
View
I have problem in this part can you help how can translate it to c
if(argc > 2) {
T = argv[2];
if(argc > 3) {
P = argv[3];
if(argc > 4) {
Db = argv[4];
}
}
}
Lilyanaa
1-Mar-18 18:08pm
View
Ok, Now I'm trying
Lilyanaa
25-Feb-18 17:20pm
View
No, I must use two menus, logically my code must be correct if .c1 more than 8, must generate new random number, but I don't know why it doesn't work, anyway thank you very much
Lilyanaa
25-Feb-18 15:51pm
View
thank you so much, I'm waiting
Lilyanaa
25-Feb-18 15:04pm
View
Yes, so I use if(count1<=8) to guarantee that doesn't choose more than 8, if the new random number be 1 too, it must generate new random number and in the same time the .c1 be all = 1 because all the 8 names were chosen
Lilyanaa
25-Feb-18 14:38pm
View
thanks for your efforts, actually I don't know why the if conditions do not work, I just want the output consists of 16 names, eight from each menu and without duplicate in names
Lilyanaa
25-Feb-18 12:49pm
View
Ok, I will try, thanks
Lilyanaa
25-Feb-18 12:39pm
View
I was explained what I want in my question, can u help, please?
Lilyanaa
25-Feb-18 12:05pm
View
is the same, r = rand() % (2 + 1 - 1) + 1 ;
Lilyanaa
2-Jan-18 13:54pm
View
Thank you so much, but if I have 3 string in arr1[] I know it must be define arr1[numofstring][stringlen] , but how can I give it initialization ?
Lilyanaa
2-Jan-18 12:51pm
View
No,it is not a homework, and in this code I'm trying to give constant value to the members of struct. thank you
Lilyanaa
2-Jan-18 12:29pm
View
yes,I saw it , but that link use array of struct
Lilyanaa
25-Dec-17 14:04pm
View
Deleted
Thanks, but how can compare with the result of rand() function ? because this is my problem
Lilyanaa
25-Dec-17 14:03pm
View
Deleted
Thanks, but how can compare with the result of rand() function ?
Lilyanaa
24-Dec-17 17:44pm
View
I solve it :)
Lilyanaa
24-Dec-17 17:30pm
View
Deleted
Can you see my update please the output lara200 lara300 lara300 how can make it more flexible
Lilyanaa
24-Dec-17 16:32pm
View
Deleted
Thanks for this information I do all put the out put is
lara200lara300
lara300lara400
lara400
Lilyanaa
23-Dec-17 7:27am
View
Oh ,I'm so sorry inadvertent error
Lilyanaa
19-Dec-17 11:38am
View
oh yes thanks a lot
Lilyanaa
19-Dec-17 11:34am
View
Deleted
when I run I have "Segmentation fault" how can solve this
Lilyanaa
19-Dec-17 11:17am
View
Can you see my update please ?
Lilyanaa
19-Dec-17 11:15am
View
Can you see my update please ?
Lilyanaa
19-Dec-17 10:41am
View
yes, but how can fix this word "host" and make the number generate randomly??
Lilyanaa
19-Dec-17 10:31am
View
No, I want array must have "host101"...
Lilyanaa
6-Dec-17 5:46am
View
Or give me other way to compute communication + computation time,please
Lilyanaa
6-Dec-17 5:44am
View
In main function I compute all time (communication + computation )time, but in Matrix multiplication part,I compute computation just time
Lilyanaa
1-Dec-17 1:50am
View
I use 4 processor (mpirun -np 4 ./progname) so this condition is not work just if I use 1 processor
Lilyanaa
28-Nov-17 5:56am
View
Deleted
thanks for you, why when commented transpose_matrix() I have error in result for example if a={{1,1,1,1},{1,1,1,1},{1,1,1,1},{1,1,1,1}} and b={{1,1,1,1},{1,1,1,1},{1,1,1,1},{1,1,1,1}} the result of this is c={2,2,2,2},{2,2,2,2},{2,2,2,2},{2,2,2,2}} why?
Lilyanaa
18-Apr-17 11:47am
View
How can do this ?
Lilyanaa
18-Apr-17 11:16am
View
How can I use switch statements with 2 array ?
Lilyanaa
18-Apr-17 11:10am
View
Thanks, yes that is right, I will use char array
Lilyanaa
18-Apr-17 11:08am
View
Thank, this is two sequence of DNA, I'm trying to replace the char in sequences DNA (:
Show More