Skip to main content
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky
  • Member for 13 years, 9 months
  • Last seen this week
6 votes

Passing value by pointer to function. Shall we create copy of variable inside function?

6 votes
Accepted

Implement a stack by using a pointer to pointer

6 votes

Stuck with Disassembly

6 votes

How can use a vector name as a variable?

6 votes
Accepted

Ambiguous behaviour of strcmp()

6 votes
Accepted

I'm try use a Simple Switch case but its not working?

6 votes
Accepted

Cannot understand this error in this simple C program

6 votes

Prevent Simple Macro Substitution

6 votes
Accepted

C compilation error for code that is otherwise normal

6 votes

The best way to avoid using lots of global variables or make them easy to access and modify

6 votes
Accepted

Setting global environment variables programmatically

6 votes
Accepted

Writing a file into separate new files

6 votes
Accepted

Store char arrays address in new array

6 votes
Accepted

is there a way in c++ not to generate debug information for a specific portion of a project?

6 votes

Swap on void* array doesn't work correctly

6 votes

How to convert reading ADC Value to Float?

5 votes

How to fix my e^x approximation C program?

5 votes
Accepted

C using fstat() to read size of file

5 votes

MISRA C 2012 Rule 15.4 and replacing goto's with break's

5 votes

c and c++ function declaration & definition : specifying data type

5 votes
Accepted

Is LONG_MAX -1 in 64bit machine?

5 votes

How can use asm() with a const char* instead of a string literal?

5 votes

how to convert float to hex array

5 votes

Single-line if statements in C - which statements are affected?

5 votes

How to implement member functions used in C++ to convert the same program in C?

5 votes
Accepted

Handling accelerator in a dialog

5 votes
Accepted

Code for pin mapping

5 votes
Accepted

Why didn't work C++ code(strncpy_s)?

5 votes

Why is type int needed to handle EOF and return of getchar()?

5 votes
Accepted

Incorrect multiplication of integers in C

1 2
3
4 5
62