| Thread | Last Post | Replies |
|
| how to keep console window open | 30 Mar 2005 09:43 GMT | 3 |
When I spawn a console application from a another application of mine using _spawnl(_P_NOWAIT, my_program, ......), it opens a new console window but when it is finished the
|
| how does one post to this group? | 30 Mar 2005 09:21 GMT | 1 |
I've tried to post a legitmate question 15 times with NO success, but my simple single line "test" message went right through. - Robert - --
|
| Dumb String Conversion Problem? | 30 Mar 2005 07:41 GMT | 8 |
I have a function that requires a LPCTSTR parameter. I have the value I want to pass to it in a TextBox->Text field. Is there any way to do it in a single assignment. e.g.
|
| Error C2327 | 30 Mar 2005 04:46 GMT | 2 |
I have effectively the following (part of a much bigger header): namespace X { namespace Y
|
| help with file server app | 30 Mar 2005 00:38 GMT | 1 |
I have been asked to design a file server application. Here are the particulars: The data that is to be served is on a 80Gbyte USB drive connected to a USB 2.0 port.
|
| how do I set compiler options??? | 30 Mar 2005 00:00 GMT | 1 |
How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0. thx!
|
| graph plotting | 29 Mar 2005 22:39 GMT | 1 |
i want to plot a line graph. The values that I obtain are the RGB value of a TIFF image. i m plotting RGB values vs value(1,2,3..) so when generated the RGB values, there will b a column of values for me t plot the line graph
|
| Using C++ to 'get' files from SourceSafe | 29 Mar 2005 15:11 GMT | 1 |
Can someone direct me to an example of how to call VSS to 'get' files from a particular project/lable? Thanks
|
| .net beginner help | 29 Mar 2005 15:01 GMT | 4 |
I am totally new to .net So far, I hate it. I been programming vb since vb3 and .net took a 1 line program and made it a 47 lines program filled with stuf that appears meaningless... ok, I know it's not, but it seams that way. Forgive me, I'm old and stuck in my ways. I did not want ...
|
| Xstream Class | 29 Mar 2005 08:43 GMT | 1 |
i want to read all the records of a file *( first till last )* using xstream, please help me with VC++ codes.iam a begginer to VC++. thanks in advance! +----------------------------------------------------------------+
|
| Location of template instantiation when I get a template compile error? | 29 Mar 2005 03:33 GMT | 2 |
I am using boost which uses templates heavily. When I make a typo the compiler complains, but it complains in the boost headerfile (I attached an example at the end where I forgot to pass in a parameter). But what I actually need to know is where this template was instantiated so ...
|
| graph plotting | 28 Mar 2005 23:46 GMT | 1 |
May i know how can i plot a column of values?? pls. Apparently i have a column of values generated. how can i plot it using vc++? wat are the command use and necessary header files that are needed? thanks...
|
| GroupBox border | 28 Mar 2005 23:39 GMT | 4 |
In a standard GroupBox, how do I make the visible 'border line' not show (it looks like an etched in line about 5 pixels shy of each border of the group box)? Thanks in advance!
|
| displaying decimal number in edit box | 28 Mar 2005 23:26 GMT | 1 |
Understand that SetDlgItemInt is to show the number in edit box SetDlgItemText is to show text... How abt displaying a decimal number, like 187.542?? thanks alot
|
| File::GetAttributes Is a file read only | 28 Mar 2005 19:50 GMT | 4 |
I'm trying to see if a file (exportfile) is set to read only using File::GetAttributes: if ((File::GetAttributes(exportfile.c_str()) & FileAttributes::ReadOnly) != 0);
|