by ivareske
Redirect cerr from a dll
|
|
[no replies]
|
by amiref
Problem In Prime number Program
|
|
[5 replies] Last: [quote=Seraphimsan]:/ correct me if I'm wrong but isn't the proof of p... (by m4ster r0shi)
|
by poonninja
2d Collision detection
|
|
[2 replies] Last: If your rectangle's edges are aligned to the axes, there is a faster w... (by hamsterman)
|
by PlagueX
GetSaveFileName and GetOpenFileName
|
|
[no replies]
|
by moslem
what's the wrong with my code C++?
|
|
[5 replies] Last: [quote=mtweeman]your wrote C:\\infile.txt. I didn't write C:\\infil... (by chrisname)
|
by croakiepie
undefined reference to winmain@16 in cygwin gcc
|
|
[4 replies] Last: Windows GUI programs should have a winmain function and console prog... (by guestgulkan)
|
by arupsarkar
FIX Protocol: FIX using QuickFix
|
|
[no replies]
|
by arupsarkar
Error during build of QuickFix in Exceptions.h
|
|
[2 replies] Last: Please mark this post as resolved. I set the character set of the VS p... (by arupsarkar)
|
by kaiser orn
Sparse Matrix
|
|
[9 replies] Last: If you know C++, you could learn basic Java in a week or less. It is m... (by xoreaxeax)
|
by korg
Programming questions/puzzles
|
|
[4 replies] Last: 1. Find a number of all fours (a,b,c,d) such that (a + b + c = d), whe... (by xoreaxeax)
|
by Junhui Liao
How to "combine" two text files
|
|
[7 replies] Last: 1. This is Scala. You can start here: www.scala-lang.org. At first the... (by xoreaxeax)
|
by vijkrr
scope of a variable
|
|
[1 reply] : You can't do that. Inner "a" declaration shadows outer "a" declaratio... (by jsmith)
|
by Robertsong
Use 'scanf()' scanning in decimal problem
|
|
[12 replies] Last: I am still not exactly sure what you want this to do, but if you need ... (by Galik)
|
by RyanCaywood
Manipulating direct output on the Monitor
|
|
[1 reply] : What also might work is a way to constantly move everything on the scr... (by RyanCaywood)
|
by jammas615
Pass data to other functions?
|
|
[2 replies] Last: If you mean something like this: void MyFunc(std::string Str) { ... (by elega)
|
by poonninja
Cant make Directx work
|
|
[5 replies] Last: nadda. i think i will just stick to opengl. (by poonninja)
|
by bluezor
SFML Scrolling Background
|
|
[6 replies] Last: In the console I print their positions when the transition happens and... (by bluezor)
|
by mgupta
Doubt about size of structure with inner structure
|
|
[11 replies] Last: Thanks all. (by mgupta)
|
by s2h6699
Trying to get program to recognize keys pressed.
|
|
[3 replies] Last: But the functions being used are Windows-dependent. (by NGen)
|
by POUYA
Pointer to Arrays
|
|
[2 replies] Last: This happens because the << operator of the cout object is designed to... (by m4ster r0shi)
|