by amitjaspal
processing other languages using c++
|
|
[3 replies] Last: To read from a file you need to know the encoding ( it is specified in... (by Bazzy)
|
by binarysolo
Trying to write a base converter
|
|
[3 replies] Last: No, I mean you should just make a function that takes the string and t... (by firedraco)
|
by somyasinha
error LNK2001: unresolved external symbol
|
|
[1 reply] : "unresolved external symbol" means the linker can't find the body for ... (by Disch)
|
by Wr3ckinCr3w
File IO Problem
|
|
[4 replies] Last: You are going to get through all this fine. One cultural issue to con... (by cmoth)
|
by Gregor
thread sync problem
|
|
[7 replies] Last: If CreateWindow fails, the critical section is never released. (by kbw)
|
by tsilis3
segmentetion fault......again.
|
|
[3 replies] Last: Ok. I took PanGalactic's advice and for the past two days i've been tr... (by tsilis3)
|
by Malang
Strange Errors while including boost
|
|
[4 replies] Last: Boost version is { BOOST_LIB_VERSION "1_34_1" } and i'm just using b... (by Malang)
|
by cidron
c++ and mySQL: mySQL++, problem with examples
|
|
[no replies]
|
by jrohde
ifstream problems
|
|
[1 reply] : Put spaces between your outputs. The overload of operator>>() can't te... (by helios)
|
arrays |
|
[6 replies] Last: any suggestion at how i should fix these problems and what would be th... (by hastefan20011984)
|
by pccX
128 bit data type
|
|
[8 replies] Last: smilodon is right. I don't think you've thought through the other lim... (by PanGalactic)
|
by n4nature
protected destructor
|
|
[4 replies] Last: Good to know. Most of the confusion occurred because the behavior is d... (by n4nature)
|
by n4nature
creating objects, while making class non-inheritable
|
|
[8 replies] Last: Thanks (by n4nature)
|
by Sephiroth
Multidimensional arrays with new...
|
|
[7 replies] Last: That works fine, and I may use it. I am probably just going to make a... (by Sephiroth)
|
by cdhdds
Reviving an Old Aztec C program and problems
|
|
[8 replies] Last: Thanks kbw, This helps me think through the process. pfxlist in th... (by cdhdds)
|
by yalcin
Using Class Template in Visual C++
|
|
[1 reply] : there shuld be no difrence for C++ templates in those project template... (by Gregor)
|
by ritchiezy
file manipulation
|
|
[1 reply] : Try http://www.cplusplus.com/reference/clibrary/cstdio/ (by Bazzy)
|
by yalcin
Class Template in Visual C++
|
|
[2 replies] Last: this beeing your post, look @ it fist http://www.cplusplus.com/forum/... (by Gregor)
|
by Hypernova
A good book on pointers,memory and some inner workings of compilers for C++
|
|
[2 replies] Last: 4. is a remnant of the DOS/Borland compiler days. 5. no, at least... (by jsmith)
|
by DrSchwartz
segmentation fault with fgets
|
|
[1 reply] : My first concern is that buffer is not null terminated. But why don't... (by jsmith)
|