Hi,
I'm trying to create a basic "Client class with Dec-C++. the client class followiing good programming pactice has private attributes and public getter and setter methods. It also has a coup...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21702960.html
Zones:
C++Date Answered: 01/19/2006 Grade: A Views: 0
Using Dev-C++ 5 Beta 3:
----
#include <iostream.h>
#include <conio.h>
int main()
{
gotoxy(1,1); // Not important where
cout << "Hello world.";
} // end main()
----
Returns the e...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20308388.html
Zones:
C++Date Answered: 06/06/2002 Grade: B Views: 211
I have Dev-C++ and i am wondering if there was a way to print the results of a program only using C++
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20435731.html
Zones:
C++Date Answered: 01/01/2003 Grade: A Views: 0
OK,
I wrote some code a while back using Dev C++ from bloodshed, i recently downloaded the most up to date version, and it no longer works.
An extreemly simple example of what works on my old...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20600359.html
Zones:
C++Date Answered: 04/29/2003 Grade: A Views: 0
I need to write a program using c on linux. So far I know only this:
#include <sys/types.h>
#include <sys/stat.h>
int main(int argc,char *argv[])
{
int result;
struct stat sta...
http://www.experts-exchange.com/Programming/System/Linux/Q_20617180.html
Zones:
Linux DevDate Answered: 05/31/2003 Grade: A Views: 0
I just dowload Dev-c++ ,I want to install alegro lib ,but after i must istall mingw32 in .I am following some instructions i found in the web but in the step that i must type "fix mingw32" the OS t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20730166.html
Zones:
C++Date Answered: 01/31/2004 Grade: A Views: 0
My Dll's export are twined and decorated
ex: For the function void __stdcall HelloWorld(void) i've got : _Z10HelloWorldv@0 and _Z10HelloWorldv
How do i get a export that i can just call HelloWo...
http://www.experts-exchange.com/Programming/Languages/Q_20806251.html
Zones:
LanguagesDate Answered: 11/25/2003 Grade: A Views: 96
HI, I'M USING BLOODSHED COMPILER BUT WHEN I EXECUTE MY C PROGRAMS, I CAN`T SEE THE OUTPUT EVEN IF I USE GETCH(). ANOTHER PROBLEM IS THAT WHAT CAN I USE INSTEAD OS CLRSCR().
THANKS FOR YOUR HELP
http://www.experts-exchange.com/Programming/Languages/C/Q_20901378.html
Zones:
CDate Answered: 03/04/2004 Grade: A Views: 5
Hi,
Im using Dev-C ++ the free complier and trying to compile some sourcecode ive obtained but get the error messages:
64 C:\Documents and Settings\Dan\Desktop\OVoiceChattClient\stdafx.h:15
...
http://www.experts-exchange.com/Programming/Misc/Q_21019582.html
Zones:
ProgrammingDate Answered: 06/09/2004 Grade: C Views: 0
I followed the instructions from http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/tut1 to set up SDL with dev-c++, but it still doesn't work.
I unzipped all the files to the app...
http://www.experts-exchange.com/Programming/Game_Development/Game_Graphics/Q_21019697.html