by real hackz
scanf_s into array help
|
|
[8 replies] Last: A char stores 1 character, not words. If you don't know how many li... (by ne555)
|
by jorgen
eof() changing behaviour?
|
|
[2 replies] Last: And it works, thanks! (by jorgen)
|
by ivansl
need help!
|
|
[3 replies] Last: Look here: http://cplusplus.com/reference/clibrary/cstdio/sprintf/ Bu... (by Caligulaminus)
|
by tsunadesama
Calling C++ from VBA
|
|
[no replies]
|
by vitke
Recursion and function inlining
|
|
[1 reply] : If you use the -S option to gcc, you can dump the assembly and have a ... (by kev82)
|
by Giri89
Pointer Queries
|
|
[2 replies] Last: I think your problems stem from your use of strtod() . Let's take a ... (by kbw)
|
by webJose
How can I create my own stringbuf?
|
|
[2 replies] Last: I ended up posting this as a bug in MS Connect: https://connect.micro... (by webJose)
|
by zurn
2 Random numbers
|
|
[3 replies] Last: @whitenite1 Thanks, I was doing that, but I thought there's less 'pri... (by zurn)
|
by ziczoe
HYE..
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { string name; ... (by Tatipu)
|
by Lyncheese
how to make cout like fprintf???
|
|
[5 replies] Last: that's how i laughed hwhwhwhwhwhwhw (by Lyncheese)
|
by orxshi
?extern? (1,2)
|
|
[21 replies] Last: A reference is simply an abstracted pointer. Pointers can point to onl... (by ModShop)
|
by tottino
Very URGENT : comma-delimeted lines
|
|
[1 reply] : Check the reference section about "getline", which can take an optiona... (by moorecm)
|
by ziczoe
i need a help.. please3...
|
|
[3 replies] Last: ziczoe, what helios attempted, in a fairly verbose way, to inform you,... (by ciphermagi)
|
by marlonmin
Basic pointer puzzle question
|
|
[1 reply] : Nevermind, you answered my question. Now I'll answer yours. a is an... (by ciphermagi)
|
by kraigballa
What is this for loop??
|
|
[5 replies] Last: Thank you steve. (by kraigballa)
|
by MoGuL
Dereferencing a const double* array, how?
|
|
[5 replies] Last: Thanks for pointing that out hamsterman, it solved my problem! What a ... (by MoGuL)
|
by Exiled
Supporting tile types larger than 9?
|
|
[6 replies] Last: Alright, I started storing the file as binary. Also, I have gotten til... (by Exiled)
|
c++ trouble, I cant figure the rest of the code out. |
|
[2 replies] Last: Pointers are random access iterators. http://cplusplus.com/reference/s... (by ne555)
|
by gwiz
Buffer overflows
|
|
[2 replies] Last: You could use STL types if you can instead of C types ( string instea... (by eypros)
|
Initializing structures |
|
[4 replies] Last: Yah that works, but I want to do it without having to give a name to e... (by closed account o1vk4iN6)
|