Writting c++ library |
|
[2 replies] Last: I want to learn writing libraries. For this I am planning to go with f... (by dearvivekkumar)
|
by bujon
funny string to wchar_t conversion
|
|
[5 replies] Last: Great, thanks a lot. For now I will try the Dishes solution and if I ... (by bujon)
|
How to allocate an multi-dimensional array dynamically? |
|
[18 replies] Last: gaorozcoo: Dev-C++ uses GCC as its compiler. GCC has for a long time a... (by helios)
|
by Skordec
Lock up/Freeze during loop [C++/SDL]
|
|
[1 reply] : Why would you think it would behave any differently? The loop repeats ... (by Moschops)
|
by Muhasaresa
C++ String Find and Replace
|
|
[5 replies] Last: Thanks everyone for your help :D Muhasaresa (by Muhasaresa)
|
by davidcpp
problem with classes....help please
|
|
[3 replies] Last: Helegurbann thank you very much but "name" was a private member, not ... (by davidcpp)
|
by Donanza
C and c++ remove a value from a vector
|
|
[1 reply] : There are no vectors in C, C++'s std::vector has an erase method http:... (by quirkyusername)
|
by Portalife
Boundary extraction
|
|
[2 replies] Last: Hi, Thank you very much. Also is there any way to handle the fonts in... (by Portalife)
|
by winecoding
load csv file into a matrix
|
|
[1 reply] : http://www.cplusplus.com/forum/general/17771/#msg89751 http://www.cplu... (by Duthomhas)
|
Help me debug this error? |
|
[4 replies] Last: Any ideas? I might have to turn it in as is. (by skatingrocker17)
|
by loppanlina
3D game programming in c++?
|
|
[5 replies] Last: Thanks for all the answers i'll check em out, and im programming for W... (by loppanlina)
|
by glararan
Void* return
|
|
[8 replies] Last: The MSDN entries for these functions -- RegCloseKey, RegOpenKeyEx, ...... (by andywestken)
|
by Clead
Doubts about OpenCV cartoonization
|
|
[no replies]
|
by techmonster
Date from number of days
|
|
[5 replies] Last: #include <stdio.h> #include <time.h> const time_t sec_per_day = 24... (by Syuf)
|
by lufee
lotto revenue simulator
|
|
[no replies]
|
by Gaving30
C++ Prime Factor Program
|
|
[6 replies] Last: Thanks for the help and replies, i now have this code doing as i need ... (by Gaving30)
|
by mekkatorqu
[win32] Change text color (1,2)
|
|
[21 replies] Last: thanks a lot!: ) (by mekkatorqu)
|
by Donanza
Compiler problem
|
|
[8 replies] Last: I don't quite follow your last post: -> So it's OK if you use the wiz... (by andywestken)
|
by nethoinkz
Newbie here. [Lost]
|
|
[5 replies] Last: it worked. thanks. :) (by nethoinkz)
|
by deepakmurthy
C++ problem
|
|
[1 reply] : tripTime = 42; That should work, regardless of the value of the othe... (by ne555)
|