by Cory Jamnick
Trouble with i/o and file opening
|
|
[6 replies] Last: ShellExecuteEx() worked perfectly. The space before and after the file... (by Cory Jamnick)
|
by gaffer0
precompiled headers not wanted
|
|
[5 replies] Last: Easiest way to remove them is to not use them in the first place. W... (by Disch)
|
by subaruwrx10
system commands visual studio 2010 C++
|
|
[13 replies] Last: system is even more evil than goto. There are, under some very, very r... (by hanst99)
|
by Nikhar
Problem regarding data type conversion
|
|
[1 reply] : I mean shouldn't the output have been "51999/10000" Based on what w... (by Nisheeth)
|
how to implement Online transaction example using stack and queue in C++ |
|
[no replies]
|
by Zingam
string to char* and dynamic allocation???
|
|
[9 replies] Last: ah, you're right, it's not. Well it depends. It's actually hard to s... (by Disch)
|
by BeFu
wxDev-C++ 7.3.1.3 DLL funcitions create / include
|
|
[no replies]
|
by secret
how to store names using array C++
|
|
[2 replies] Last: k i haveto give it a try (by secret)
|
by mathewfer
Got to next line from current line position in a file
|
|
[1 reply] : halla to capture every thing in a line ,yo need to include '\n' when... (by secret)
|
by josiahhh
Need help with salary deductions and overtime
|
|
[1 reply] : Could you say exactly what your problem is? Also, could you use code ... (by jalfor)
|
by Winston12
Reading From Files
|
|
[2 replies] Last: The std::map is usually what you'll want. It will accept a string as... (by OnlineCop)
|
by Neary Sim
inputs for four salespeople...
|
|
[3 replies] Last: This forum is all about C++, not C#. And besides... you're not likely... (by Code Assassin)
|
by Gatleos
Using a void parameter
|
|
[2 replies] Last: Disch's answer is probably going to be the best for you. A good examp... (by OnlineCop)
|
by YellowDog
Why does this work?
|
|
[5 replies] Last: Variable length arrays aren't even allowed in the C++ standard at all.... (by shacktar)
|
by lab3
Sorting and carrying along all the information
|
|
[3 replies] Last: Yes. (by kbw)
|
by Fisch
Resizing Bitmap
|
|
[3 replies] Last: Thank you for your quick reply! I'll use CoolImage. It also complies ... (by Fisch)
|
by lewisjb3
Infinite loop while clearing a linked list
|
|
[3 replies] Last: Technically your solution of replacing thisNode with HeadPtr works... (by diedrexler)
|
by shrimants
Interacting with Javascript Websites
|
|
[2 replies] Last: You mean like http://code.google.com/apis/v8/embed.html that? I am le... (by shrimants)
|
by johnhuge
link list
|
|
[9 replies] Last: [quote=johnhuge]when i print the code it doesn't execute (sic) Care t... (by closed account zb0S216C)
|
by bilyed
Mix of types into a char pointer
|
|
[4 replies] Last: OK....I have many parts in my program that is concatenating informatio... (by bilyed)
|