Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for ahjiefreak

Hi, I recently has a C++ code which only run on Fedora Platform. I wanted to run debugging on these code as I came across some unexplainable scenario output. Can anyone suggest how could I use any debugger? I tried to use GNU GDB but then the code I am …

Member Avatar for ahjiefreak
0
245
Member Avatar for ahjiefreak

Hi, I have a list of data in text files with :- ColA ColB ColC ColD ColE ColF 12 122 2280 30 0.012987 1.776 13 118 2280 30 0.012987 1.954 14 115 2620 30 0.011321 2.131 15 113 2654 30 0.011177 2.309 16 145 1882 25 0.013110 2.487 17 112 …

Member Avatar for eggi
0
896
Member Avatar for ahjiefreak

Hi, I have multiple text files (.txt) which is a table like input:- Column1 Column2 Column3 Column4 1 5 10 15 5 10 20 40 .......... This is just one of the .txt files and I want to insert these txt files into separate worksheets in excel workbook. Any idea …

Member Avatar for eggi
0
276
Member Avatar for ahjiefreak

Hi, I have the following file input:- [CODE] 542 4795 61 543 4795 61 544 0 0 545 292 2 546 292 2 547 0 0 548 0 0 549 0 0 550 111 4 551 0 0 552 0 0 553 4614 63 554 4614 63 555 0 0 …

Member Avatar for eggi
0
153
Member Avatar for ahjiefreak

Hi, Recently I have a text file which contain a bunch of numbers :- 1,0,0,1,0................ 1,0,1,1,1................ I would like to read these numbers line by line and stored into an array. However, I get seg fault for this. [code=c] char filename[5000]; char dump; strcpy(filename,argv[2]); while(!feof(tfPtr)) { for (i=0; i<16; i++) …

Member Avatar for Narue
0
129
Member Avatar for guy40az

Hi, I happen to bump around wiht this problem too. I have a .c file and multiple header files. After executing the -lm flag, I managed to get the executable file. However, when I tried to ./a.out, the compiler just hangs there without any response. The motivation for me to …

Member Avatar for Salem
0
175

The End.