
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
August 13th, 2022, 11:12 AM
Hi all,
I'm new to the C language, trying to do an exercice where I have to print the "fifth" bit of a given number (0 to 255).The condition of...
2 replies | 200 view(s)
-
August 15th, 2022, 03:31 PM
Hi,
Been trying everything to open a binary file into a listbox
and basically just getting a 0 in the box or with the code below
at the line = ...
0 replies | 125 view(s)
-
August 14th, 2022, 03:21 AM
#include <stdio.h>
int main() {
for (unsigned i = 0; i < 255; ++i)
printf("The fifth bit of %u is %u\n", i, (i / 16) % 2);
//printf("The...
2 replies | 200 view(s)
-
August 14th, 2022, 03:11 AM
You have not explained what is wrong, but your code effectively shifts the input integer five times to the right and then extracts the rightmost bit....
2 replies | 200 view(s)
-
August 12th, 2022, 09:15 AM
Great, and chances are you meet people who like to get together and code in C++.
Good luck!
4 replies | 1116 view(s)
-
August 12th, 2022, 04:47 AM
Hi Wolle. Thanks a lot! I am now registered to GDSC. Hope upcoming events comes soon! Juh
4 replies | 1116 view(s)
-
August 12th, 2022, 04:43 AM
Thanks! I am registered to GDSC! Hope for upcoming events! Juh
4 replies | 1116 view(s)
|
Click Here to Expand Forum to Full Width
|