-
-
### Description
Add C# language support for the questions
### Acceptance criteria
- User should be able to select C#
- Code in C#
- Then see answers in C#
- We can probably add saving the …
-
#include
int main()
{
int a[]={1,5,36,4,33,8,95,62};
int n=sizeof(a)/sizeof(a[0]);
int max=a[0];
int min=a[0];
int i=0;
for(i=1;imax)
{
max=a[i];
}
}
…
-
@DhanushNehru Ading C programming language
-
-
I have been working on a C++ bindings generator in a fork at https://github.com/cpetig/wit-bindgen for some time.
After a rewrite the code is less clumsy and could be considered for merging upstre…
-
### Description
We have a large scale C++ HPC astronomy application and want to use calls to Python actors from within C++. From the codebase it looks like it's possible to call C++ actors from Pytho…
-
Implement two types of queues in C:
- Static Queue using a fixed-size array.
- Dynamic Queue using a linked list.
Both implementations should support the following operations:
- enqueue()
-…
-
**'Support for C and C++ languages**
Refactoring code sometimes moves code quite a bit around, and a semantically aware tool for diffs could be very useful.
jornj updated
3 months ago
-
[https://github.com/SwuduSusuwu/SubStack/tree/trunk/c/](https://github.com/SwuduSusuwu/SubStack/tree/trunk/c)
"If your project can not include `C++` libraries,
please use `cfront` [ [https://wikiped…