mia saam
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
292,951
of 295,448
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
adjust a txt file and delete some strings from it ?
hello, if I have a txt file like this: p 1 = 1 B9 7 ; p 2 = 2 E3 D ; p 3 = 3 12 F ; p 4 = 4 C8 2 ; and I want to...
6 years ago | 1 answer | 0
1
answerQuestion
using sliders to scroll up/down the result appears in static text object
hello I have written a simple code to generate a set of numbers from (1-1000).however results appear in the static text are in...
6 years ago | 1 answer | 0
1
answerQuestion
delete an element in char array without deleting the duplicated elements before it
if I have a char array ex: 'drinking tea' and I padded this string with 'ab' till its size becomes 16 but now when I want to del...
7 years ago | 2 answers | 0
2
answersQuestion
print leading and trailing zeros into text file
hi I have this hex values 0BA12CE0 that I want to print to a text file ,uses these commands to do that : fileID1 = fopen...
7 years ago | 1 answer | 0
1
answerQuestion
dividing input of type char into blocks of equal size with zero padding if needed
hi I need to implement cbc mode with rc6 algorithm so far I did the rc6 algorithm but I have a problem of how to divide the i...
7 years ago | 1 answer | 0