by sourena
allocate memory
|
|
[2 replies] Last: thanks bazzy that was exactly what i need. (by sourena)
|
by hieuhan
Application loses its control when opening MS Word by msword8
|
|
[2 replies] Last: Ah yes, sorry COleVariant m_True((short)TRUE),m_False((short)FALSE)... (by hieuhan)
|
by MadMatt
Text document in folder
|
|
[2 replies] Last: Thanks!, I will give that a go now EDIT: Tried it, couldnt get it w... (by MadMatt)
|
by abu Alhassan
why winbgim.h not work will with codeblocks?
|
|
[7 replies] Last: m4ster r0sh my dear friend i thank you very mach using getch(); sol... (by abu Alhassan)
|
by zelli
eofbit lost?
|
|
[5 replies] Last: @zelli You don't read anything from the file. So you will never rea... (by Galik)
|
by Wander
VERY Basic GUI in Console
|
|
[6 replies] Last: How would: if (left == true) do anything? And, yes they are stand... (by Wander)
|
by SgtPooki
error C2668: 'Name::Name' : ambiguous call to overloaded function
|
|
[8 replies] Last: By defaulting it, it means that any code that currently uses the sin... (by Disch)
|
by CarrotTop
Detect Console Keypress
|
|
[4 replies] Last: You need to #include windows stuff to use curses on windows, since the... (by Duthomhas)
|
by Suzie
Using external dll
|
|
[8 replies] Last: Thanks again. I'l get my head back into the tutorials and try to un... (by Suzie)
|
by TreyBrehm
sales tax problem...
|
|
[2 replies] Last: i do suppose that WOULD make more sence ty :D (by TreyBrehm)
|
by TreyBrehm
need practice programs to write...
|
|
[1 reply] : See: http://www.cplusplus.com/forum/articles/12974/ (by firedraco)
|
tables? |
|
[3 replies] Last: use std::cout. Take a shot at it. You may have to fiddle with iomanip... (by kempofighter)
|
by MottMan
Function is Overreacting
|
|
[2 replies] Last: Thanks for the quick reply and lightly altered code :) (by MottMan)
|
by Wander
Text File - Deleting
|
|
[2 replies] Last: Well, as of now, I have almost nothing to my program except for like, ... (by Wander)
|
1st C++ Program From Tutorial Won't Compile With GCC |
|
[2 replies] Last: Thanks for telling me that... so will that do the same with C programs... (by jwesleycooper)
|
by aag61
calling a running process
|
|
[4 replies] Last: thanks but when i try this with notepad already open it does not work... (by aag61)
|
by dorians58
static_cast - reinterpret_cast
|
|
[1 reply] : when casting from void* it doesn't matter. static_cast makes it so ... (by Disch)
|
by jbourne
What is the value of 'a' in a = a++ + a++?
|
|
[4 replies] Last: +1 spaggy +1 bazzy -300 Skillless Answer is undefined in both c... (by jsmith)
|
by Goofy
do I undeerstand THIS?
|
|
[3 replies] Last: Also, although not necessary, it is better to do: alpha(int d) : date... (by mcleano)
|
by xbsd
Simple vector issue
|
|
[4 replies] Last: use getline() function instead of cin. I guess it will solve the probl... (by kraj)
|