by kalyanreddy
macros declaration in headers
|
|
[5 replies] Last: I also saw another post about this topic in detail http://www.cpluspl... (by kalyanreddy)
|
by gvlbukowski
C++/C code to convert .bmp to .jpg
|
|
[3 replies] Last: Windows already has gdiplus builtin, other operating systems will requ... (by modoran)
|
by Bouya
Problem with compilation
|
|
[6 replies] Last: @bluecoder - That is also a solution , but it 1) changes the original ... (by AJIT DESHPANDE)
|
by lasert
Problem with transposition with Armadillo Library
|
|
[2 replies] Last: Hello, Yes it was a problem concerning linking to Lapack and BLAS. My... (by lasert)
|
by Stewbond
Parallel port communication
|
|
[15 replies] Last: I've seen that tutorial. That was my original attempt. Unfortunately... (by Stewbond)
|
by Stephie22
variable diagrams
|
|
[2 replies] Last: @Stephie22 You had some of the variables capitalized while referring... (by whitenite1)
|
by liquidfuzz
Read and compare two textfiles.
|
|
[3 replies] Last: getline(ref_file,reference); src_file >> source; reference.find(sourc... (by ne555)
|
by AcarX
How Drawing Libraries Works?
|
|
[12 replies] Last: I'm using SDL and SDL has own socket library.So how can i think using ... (by AcarX)
|
3d projection problem! |
|
[3 replies] Last: There isn't enough information here. What API are you using for dra... (by MrHutch)
|
by WetCode
Algorithm
|
|
[4 replies] Last: Pos is the value returnd by .find(). + the length of MatchString so sh... (by WetCode)
|
by perimate
Help with beginning programmer
|
|
[5 replies] Last: File streams aren't booleans! WHY DOES EVERYONE KEEP DOING THAT!?! Us... (by closed account zvRX92yv)
|
by AbG
Seeking help to do a C++ prodram
|
|
[1 reply] : We won't do your homework for you, only help you if you get stuck. I ... (by closed account zvRX92yv)
|
Converting in between UTF-8 UTF-16 and UTF-32 |
|
[no replies]
|
by ProjectB
Cant initialize a class object in main.cpp
|
|
[16 replies] Last: Ok I believe I have found what the problem is I cannot use the name P... (by ProjectB)
|
by Esteban
Modifying a singleton design pattern
|
|
[1 reply] : Another solution would be to completely remove this getInstance method... (by Esteban)
|
by Janeson89
A question on how goto statement works
|
|
[8 replies] Last: I got it. And I know now how while loop can replace "goto". And it wor... (by Janeson89)
|
by soranz
asctime vs asctime_s (deprecated)
|
|
[2 replies] Last: Ahhhhh :) I have it working now thank you ! (by soranz)
|
by dzimme2
input file fuction
|
|
[1 reply] : your problem is in this code: while (inFile>>N1>>N2>>N3) { ... (by Azagaros)
|
by pleasehelpme
help passing array through function!
|
|
[5 replies] Last: Are you trying to get something other than this, which is what I get a... (by Duthomhas)
|
by giszzmo
Errors in BST
|
|
[2 replies] Last: Thanks! It didn't quite work though. Now I get this error: bst.cpp:... (by giszzmo)
|