by Squall83
Win32 API FileOpen used in DirectShow
|
|
[3 replies] Last: 1) Thanks, I'll keep that in mind. 2) If adding the A forces ANSI, th... (by Squall83)
|
by alhanz
Extract data from textfile to calculate amount.
|
|
[10 replies] Last: Solved thanks!! One last question, how do I reached the last delimiter... (by alhanz)
|
by Janman
DirectX or Game engine?
|
|
[2 replies] Last: I also heard that you needed to get involved in knowing the Win32 API ... (by mcrist)
|
by HenriK
Creating file packaging GUI?
|
|
[4 replies] Last: This is .grp file maker for old, classic video game, Duke Nukem 3D: ht... (by HenriK)
|
by Cfinderin
Where Can I find everything? on C++.
|
|
[8 replies] Last: I use GCC 4.6 and it implements most of the new features of c++0x. Als... (by Galik)
|
by TheCreator
An interesting question?
|
|
[1 reply] : I can't imagine that installation would be so different on Netbeans th... (by ModShop)
|
by mle
hashtable an array of vectors
|
|
[7 replies] Last: You can do table.push_back(some_Entry) to add entries to the table, o... (by mle)
|
by Helegurbann
How can i teach my value type?(Our self method.This is not typeid)
|
|
[2 replies] Last: Just create three overloads of Defuser(), one for each type. There is... (by jsmith)
|
by Victor Maia
Important libraries
|
|
[3 replies] Last: GUI: wxWidgets by far. Able to run on almost any platform, provides hi... (by TheCreator)
|
by vasiqshair
Writing a small shell program
|
|
[6 replies] Last: #include <stdio.h> #include <signal.h> #include <sys/types.h> #inc... (by vasiqshair)
|
by TheCreator
Urgent Help with simple task?
|
|
[3 replies] Last: I figured that out but I have no idea where /Library/Frameworks is (by TheCreator)
|
by cdd
Member Function Trouble
|
|
[no replies]
|
by Victor Maia
How do you store your libs?
|
|
[1 reply] : In Linux libraries are stored in: "/usr/lib" "/usr/include" Window... (by Turbine)
|
by tinkydwd123
Arrays, print user input?
|
|
[3 replies] Last: You are looping through all the array. if you don't initialise a vari... (by tinkydwd123)
|
by TheCreator
Unblocking sockets?
|
|
[1 reply] : It depends. If the child process has absolutely nothing else to do ot... (by jsmith)
|
by TheCreator
The most interesting question of the day?
|
|
[2 replies] Last: You have to look up your operating system's documentation on how audio... (by jsmith)
|
Initialization of Pointers |
|
[1 reply] : Technically neither is valid, but for reasons outside of what you say.... (by jsmith)
|
by kev82
Starting background process
|
|
[3 replies] Last: No, windows does not have fork(). I never use exec in windows anyway,... (by modoran)
|
by Avithohol
operator overloading performance
|
|
[4 replies] Last: Great hints Athar, thank You very much ! (i should learn the assembly ... (by Avithohol)
|
Using const and volatile simultaneously |
|
[1 reply] : A data member of a class may be declared volatile because, for example... (by jsmith)
|