by dmkitsch
System::string to char array
|
|
[4 replies] Last: I use another C language for pic's that require the use of char arrays... (by dmkitsch)
|
by sebgar
Database question
|
|
[3 replies] Last: Just took a quick peek at SQLite site and I think it's just what I was... (by sebgar)
|
by dynamiclc
void * unknown size error in C
|
|
[4 replies] Last: What I want to say is that to move x consective elements is a loop lik... (by guestgulkan)
|
by dynamiclc
void* assignment error
|
|
[2 replies] Last: Line 23 is incorrect. It should be: memcpy(v->pvElement, elem, v->i... (by webJose)
|
by Radergan
Descriptions of main()
|
|
[5 replies] Last: Thanks Comptergeek01! I forgot about Windoze! ;) I said Main usua... (by kooth)
|
by wagnerag
problem with cout
|
|
[11 replies] Last: when I created the project I clicked on windows application instead of... (by wagnerag)
|
I seriously dislike QNAN |
|
[3 replies] Last: NAN is an acronym for Not a Number . As Kooth said, your methods ... (by closed account zb0S216C)
|
by Nisheeth
Stack Overflow
|
|
[10 replies] Last: In my opinion this one is easier to do with a little math knowledge an... (by Browni3141)
|
by zintinos
loop inside a directory and open files
|
|
[6 replies] Last: wow, is it than simple? I've tried that various times, but it always g... (by zintinos)
|
by Enterprise D
Problems with classes & objects
|
|
[3 replies] Last: Thank you very much. Enterprise D (by Enterprise D)
|
by tonnot
Is it possible to use streambuf directly ?
|
|
[3 replies] Last: I guess you could have a buffer and then write that.. Though I don't ... (by hamsterman)
|
by lufus
Modify every 3rd line of a text file
|
|
[10 replies] Last: The stream has a 'seekg()' function for reading and 'seekp()' for writ... (by coder777)
|
by linch
reading tabulated data
|
|
[10 replies] Last: Well, it works for the first file, but closing the file doesn't work ... (by linch)
|
by tonnot
Can i create 'cout' objects
|
|
[3 replies] Last: Have you looked at http://www.cplusplus.com/reference/iostream/strings... (by hamsterman)
|
error LNK 2005... already defined....Please help |
|
[5 replies] Last: "Unresolved external symbol" indicates that the linker cannot find a c... (by Moschops)
|
by Majeth
Problems outputting to .txt
|
|
[2 replies] Last: yeah, the int-return 0; is a bad habit of mine, I'm sorry to say. Th... (by Majeth)
|
by tmtt
how i can find size of dynamic array in c++
|
|
[1 reply] : You can't. You have store it somewhere when you allocate the array. Or... (by hamsterman)
|
by snufflehound
Why pass arrays by reference?
|
|
[2 replies] Last: Very clear explanation, thank you. (by snufflehound)
|
by ringa271
Can someone please write a C++ code for this question using safe user IO, arrays, and dynamic memory?
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by webJose)
|