I am trying to use this macro definition in C: #define STR(x) #x Is it possible to contain some escape sequen
My delete function can pass the test 1-5 shown in main() but can't pass test 6. The expected result is me
We are using popen and poll with timeout for reading output from a process. I have a case where we with popen
I know how to initialize strings in C in two different ways. char str[] = "abcd"; char str[] = {'a'
I am trying to write the code with my own library. I did this for the other functions such as 'bind'
i'm trying to pass struct variables to a function, but i receive: error: conflicting types for 'refe
The following test code shows that a -DMY_FLAG on command line gives the symbol MY_FLAG a non-zero value, acco
Is there a consistent way across browsers to hide the new spin boxes that some browsers (such as Chrome) rende
I have a bunch of elements with a class name red, but I can't seem to select the first element with the c
I have a case where I must write inline CSS code, and I want to apply a hover style on an anchor. How can I u
Given this HTML and CSS: span { display:inline-block; width:100px; background-color:palevi
Lets say you have an array that is rendered in a ul with an li for each element and a property on the controll
How do I center a div of one column size within the container (12 columns) in Twitter Bootstrap 3? .cente
I want to create a div that can change its width/height as the window's width changes. Are there any CSS
I'd like to have my Bootstrap menu automatically drop down on hover, rather than having to click the menu
I need to place a div (with position:absolute;) element in the center of my window. But I am having problems d