Enter Keywords:
1 - 10 of 230(0 seconds)
Sort By:
 
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...
Zones: C++Date Answered: 01/19/2006 Rating: 8.6 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...
Zones: C++Date Answered: 06/06/2002 Rating: 5.6 Views: 360
I have Dev-C++ and i am wondering if there was a way to print the results of a program only using C++
Zones: C++Date Answered: 01/01/2003 Rating: 7.6 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...
Zones: C++Date Answered: 04/29/2003 Rating: 7.8 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...
Zones: Linux DevDate Answered: 05/31/2003 Rating: 7.6 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...
Zones: C++Date Answered: 01/31/2004 Rating: 8.0 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...
Zones: LanguagesDate Answered: 11/25/2003 Rating: 6.6 Views: 18
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
Zones: CDate Answered: 03/04/2004 Rating: 7.8 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 ...
Zones: ProgrammingDate Answered: 06/09/2004 Rating: 7.8 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...
Zones: ...Date Answered: 06/13/2004 Rating: 7.8 Views: 100