
please wait
by AshuSyntel
VS2008 Problem in pise of code
|
This Small pice of code this is rum in VS2003 but not in VS2008 result on VS 2003 :- call the constructor. i got this error on VS 2008 "error C2248: 'CVoic... |
Aug 18, 2009 at 12:29pm
[2 replies] Last: read this in addition, everything what you need (and what will clarify... (by johnkravetzki)
|
by Lauke
windows.h references
|
Hi guys. Can you tell me where can i find a COMPLETE REFERENCES about windows.h implementation? thx |
Aug 18, 2009 at 11:07am
[1 reply] : go to the #include "window.h" and right click on the file name an... (by AshuSyntel)
|
by AshuSyntel
VS 2008 c++ code problem in friend funcation between diff classes
|
"cannot access private member declared in class" its probelm related to friend function and i m use only one firend funcation and its run in vS2003 but not in ... |
Aug 18, 2009 at 9:46am
[5 replies] Last: A member function already has access to class member data. This is wh... (by kbw)
|
by dannyboy997
Windows Form? to work with codes
|
i was wondering how do you work with a windows form, -for an example if you want to have a progressbar in the window how do you control that object with c++... |
Aug 18, 2009 at 3:24am
[no replies]
|
by AshuSyntel
oledb seeting VS2008
|
Problem in VS2008 for SDK is not responce c:\program files\microsoft sdks\windows\v6.0a\include\oledb.h(633) : error C2143: syntax error : missing ';' before ... |
Aug 17, 2009 at 4:02pm
[1 reply] : You shouldn't change system header files. (by kbw)
|
by Outerblob
What Should I Learn?
|
Should I learn C# or C? Another Question what is the difference between C# and C? |
Aug 17, 2009 at 2:14pm
[12 replies] Last: I wouldn't say C# is completely useless. A great number of business a... (by Return 0)
|
by tomasito
Call prgramm from a program and close calling program
|
Hello, I would like to start a program B with an autorun.inf when I plug in an USB stick. The program is on the HDD, however, there seems to be a dependency ... |
Aug 17, 2009 at 12:55pm
[5 replies] Last: Ok, now it is working more or less... I put the folder of the proce... (by tomasito)
|
by AshuSyntel
problem in VS2008
|
this pise of code is Smoottly run in VS2003 but not run in VS 2008 what is the wrung in the code please help me. for (int i = 0 ; i<10;i++) {//i++; // i... |
Aug 17, 2009 at 11:43am
[4 replies] Last: Hi @Grey Wolf and johnkravetzki Thank you very much for fast repl... (by AshuSyntel)
|
by Gregor
catching console close in win32 app
|
Hai AllocConsole(); a console pops up when you redirect output and use it. I'd like to know when user closes that window so I can do some cleanup... |
Aug 17, 2009 at 11:11am
[1 reply] : http://cplusplus.com/forum/general/11433/ (by Incubbus)
|
by chipp
completely new (bie)!
|
hy, i completely new to windows programming, can anyone tell me how to programming in windows with C++? i you have e book, if you might... |
Aug 17, 2009 at 5:27am
[6 replies] Last: awwight, then i'll try to look at it... i'll ask if there's any troubl... (by chipp)
|
by alexprg1920
mysql.lib
|
hi all. i wanna to connect to sql database, so i need mysql.lib, right? where can i get it? |
Aug 16, 2009 at 7:36am
[7 replies] Last: Tell me, i need to do this! main.obj : error LNK2001: unresolved e... (by alexprg1920)
|
by j3lps
Vector push back slows program...
|
Hi all, I'm fairly new to programming and I'm writing a program which has around 6 variables that change at each time step, and at each time step I append th... |
Aug 15, 2009 at 11:55pm
[3 replies] Last: So I was actually wrong about this - it wasn't actually appending vect... (by j3lps)
|
by ShadowRayz
Problem with Endless loop
|
So i wrote this code... double spin(int); void RadiusChange(); bool Control = false; int radius;; int APIENTRY WinMain(HINSTANCE hInstance,HINSTA... |
Aug 15, 2009 at 6:06pm
[3 replies] Last: In order to have a GUI, you need to have a messge pump. A message pum... (by webJose)
|
by Tom Backton
Command Line Parameters
|
void main(int argc, int** argv) { /* ... */ } argv is an array of agrc pointers of type char* , each representing a character sequence. int WINAP... |
Aug 15, 2009 at 5:52pm
[2 replies] Last: But I'm not using wide characters... Anyway, I'll just write my own pa... (by Tom Backton)
|
by kingis
how to display many picture in 1 dialog
|
Hi, In my dialog, i have 4 picture control to display the picture 1 -> picture 4 4 radio button to select picture 1->picture 4, and 1 button(Load Image button... |
Aug 14, 2009 at 6:22pm
[4 replies] Last: I think this is the usual problem of ' inappropriate painting ' in a G... (by guestgulkan)
|
by macla
How to get MS SQL database size using API
|
Hi, How to get MS SQL database size using API |
Aug 14, 2009 at 2:15pm
[1 reply] : You connect to SQL server using one of several methods: Named pipes, ... (by webJose)
|
by ajay16oct
Wats the value of the expression?
|
Hi everyone I want to know how this expression works int b=5; int c=(b++)+(++b)+(++b)+(++b); printf("%d",c); The answer is coming out to be c=27.... |
Aug 14, 2009 at 12:12pm
[2 replies] Last: The answer is very, very, very undefined, as the standard does not def... (by jsmith)
|
by Force
Direct3D8 Debug
|
Hi again!I've installed DX SDK 8 and I had a few problems with a basic Window programming and displaying surfaces.I solved the problems,although it took me 6 ho... |
Aug 13, 2009 at 3:07pm
[5 replies] Last: If i use the reference, i linked to above and look at the functions de... (by Incubbus)
|
by hamsterman
iostream with wincon?
|
I'm trying to make a windows aplication with a console. Here's my code: #include "windows.h" #include <iostream> #include <string> using namespace std; ... |
Aug 13, 2009 at 1:04pm
[1 reply] : Adding Console I/O to a Win32 GUI App http://www.halcyon.com/~ast/d... (by Duthomhas)
|
by Null
How to find all files
|
How can i find all files on the volume (or search by extension)? Thanks! |
Aug 13, 2009 at 11:52am
[2 replies] Last: Thank you. (by Null)
|