by waelali
Connect 4 Game
|
|
[1 reply] : You need to be more specific about your questions. Connect 4 is a p... (by jsmith)
|
Manipulating Directories in Windows w/ VS 2008 |
|
[6 replies] Last: OK, so it is working pretty well. It's kind of silly that I didn't see... (by AngelGithara23)
|
by haplotheone
screen input
|
|
[2 replies] Last: > I need screen pixel colour information (as efficient as possible) ... (by george135)
|
A good beginners tutorial on making windows GUIs ? |
|
[2 replies] Last: > Windows GUIs by using C or C++ is too complicated rather than C#. ... (by george135)
|
by TheSte
file.open(..); string parameter
|
|
[1 reply] : file.open ( ( name + ".txt" ).c_str() ); .c_str() converts C++ stri... (by Bazzy)
|
by chrisag08
The Maximum of a Group of Numbers
|
|
[2 replies] Last: Thanks a lot! Never occurred to me that I was using it wrong. BIG than... (by chrisag08)
|
by Dayana
Search by size in directory then delete
|
|
[7 replies] Last: Problem solved here http://ubuntuforums.org/showthread.php?t=453691 (by Dayana)
|
by Mouhannad
I have error in Visual studio 2008
|
|
[5 replies] Last: It's ok, you are welcome. (by AngelGithara23)
|
Question on code from tutorial |
|
[3 replies] Last: new simply allocates enough memory for sizeof(int); Because the... (by closed account S6k9GNh0)
|
by waelali
Char* and long
|
|
[12 replies] Last: Is 1234567 a decimal number? If that the case, then what makes sure ... (by helios)
|
by gunsnet
C++ code f0r this plz!
|
|
[8 replies] Last: Thnx 4 d help guys ,..n0w i kn0w..., yes! Tnx again 4 d examples n clu... (by gunsnet)
|
by Sephiroth
Using the fstream class in UNICODE? (1,2)
|
|
[26 replies] Last: This seems highly odd that C++ fails under common circumstances in UN... (by hypercube1)
|
by Faken
Writing to file ending prematurely
|
|
[2 replies] Last: #include <iostream> #include <sstream> #include <fstream> #include... (by Faken)
|
by Syckness
Can't figure out what's wrong with if/else
|
|
[7 replies] Last: Thank you very much. I can finish my program now. (by Syckness)
|
Best IDE for embedded system ? |
|
[4 replies] Last: wind river is what we use on my robotics team at high school http:/... (by hypercube1)
|
by fire child
trying to prevent a char input
|
|
[4 replies] Last: thanks that worked perfectly (by fire child)
|
by spliffmaster
Fontsize in Console Apps
|
|
[3 replies] Last: Well, I have tried it like this: #ifndef _WIN32_WINNT #define _WIN3... (by spliffmaster)
|
by t0t0
check string consistancy using regex
|
|
[3 replies] Last: Well, I agree that boost::regex will be slower, but on the other hand ... (by jsmith)
|
by superQ
Intellisense what?
|
|
[2 replies] Last: Ohh neat...yeah thats pretty important ^_^ Thanks for the info j (by superQ)
|
by sross07
Question about arrays, get function
|
|
[2 replies] Last: I'm guessing that since they have a space, they are expecting you to u... (by firedraco)
|