Title |
Δ |
how to initialize a matrix in C
|
+0.43 |
Matrix pointer in C
|
+0.42 |
In c, is there an equivalent of "+=" for "p = p->...
|
+0.42 |
Problem with c++ function - error: incompatible types in assignment...
|
+0.43 |
Difficulties with implementation of stack
|
+2.64 |
Arrays, pointers, and memory management toy example question in C
|
+2.17 |
Why isn't my DeleteNode() function working?
|
-0.56 |
Segmentation fault while returning a Node Linkedlist
|
+1.30 |
c Function is not called
|
-1.26 |
Can array length in declaration be non-constant?
|
+2.22 |
Can I strcpy a char pointer into another without allocating the sec...
|
0.00 |
C memory management conventions: freeing memory allocated on heap b...
|
-0.61 |
Nested for loop in C
|
-0.07 |
How do I remove the "incompatible pointer type" warning f...
|
0.00 |
Shortening a function that counts the number of unique chars in a 2...
|
+1.88 |
Why can't std::array<std::pair<int,int>, 3> be init...
|
-1.11 |
Comparing two ways of initializing an int pointer
|
+0.41 |
ERROR C2371 Override, the default format is different. what is the...
|
+1.46 |
C++ vector erase function not working properly
|
+2.30 |
Sorting a linked list by finding the largest and placing it at the...
|
-0.39 |
C - Variable has incomplete type "struct ..."
|
0.00 |
C - How to pass _self into a function thats assigned to a pointer
|
0.00 |
I am writing C function that convert lowercase char to upper case c...
|
+0.09 |
Assigning a character array to struct variable | c
|
0.00 |
Errors while using dynamically allocated arrays
|
0.00 |
C Pointers, understanding how to pass arrays to function
|
+1.58 |
Confusion around using a macro for an array length
|
0.00 |
Remove only first met element in stl list
|
+0.44 |
how to find longest and shortest string in c program?
|
-0.11 |
Am I returning double char the correct way?
|
0.00 |
Create pop() function stack implementation in C
|
+0.45 |
What is the difference between ' and " in C?
|
+0.45 |
What does “typedef void *(*Something)(unsigned int)” mean
|
+0.74 |
How to search in a queue?
|
-0.27 |
Pointers, function and 2d array in c program
|
-1.12 |
Trying to make a loop which counts letters but not spaces
|
-1.39 |
void replaceLetters(char *text, char original, char new_char) shoul...
|
-0.05 |
Print pointer string which is return from function in C
|
-1.04 |
I'm getting an error in C programming. ([Error] expected identi...
|
-0.76 |
Running this example the output is always 1. It seems that the C++...
|
+0.15 |
I am trying to change the order of english alphabets in a string su...
|
-1.01 |
Accessing elements of std::vector<std::map<int, unsigned char...
|
+2.21 |
I have a question about 'push_back()' with reverse_iterator
|
0.00 |
Unclear behavior of structs in a function
|
+2.10 |
Why do I get an error in this code when using "using namespace...
|
+2.04 |
How can I call function from other function in C
|
-1.37 |
C Issue - Double-Linked List for a List of Students
|
0.00 |
(Newbie) Ending a program, even or odd program
|
-0.10 |
Find cardinal number of a list in C
|
+0.45 |
Why does printing out an array of char result in random characters?
|
+1.26 |