by ndragon798
Adding a URL in ofStream to make Vbs script
|
|
[1 reply] : Escape the quotes launch << " Url = \"http://google.com"; (by naraku9333)
|
by vinaynaikwad
Removing an element from Map.
|
|
[6 replies] Last: Here are the details of the Map. Please let me know if you need defini... (by vinaynaikwad)
|
by Blanchy
Compund Interest formula problem
|
|
[2 replies] Last: Thanks for the code, was able to find the mistake in mine. cout <... (by Blanchy)
|
by mr1789
cout into another/new terminal
|
|
[2 replies] Last: > I want the "some text" to appear in another terminal > while the wa... (by JLBorges)
|
by xenoha
class objects
|
|
[5 replies] Last: yes, yes it is. I thought it kept erasing and rewriting the array when... (by xenoha)
|
Templates |
|
[1 reply] : http://lmgtfy.com/?q=C%2B%2B+templates (by kempofighter)
|
Problem with SDL + OpenGL (1,2) |
|
[26 replies] Last: Oh, I was thinking there were more window commands that SDL required f... (by closed account N36fSL3A)
|
Factorial. |
|
[5 replies] Last: still, you could reach a higher maximum with floating type (losing pre... (by ne555)
|
Turbo C compiler |
|
[1 reply] : I doubt that the compiler logs the error messages, you could use strea... (by ne555)
|
by venkatapr
Overloading new operator
|
|
[2 replies] Last: in general, the expression Type* p = new(arg1, arg2, arg3) Type; wil... (by Cubbi)
|
if statement |
|
[5 replies] Last: yeah i got it but according to my knowledge the syntax of if statement... (by gautamreloaded)
|
by latchu
Passing the missing numbers to an Array of 3 x 3
|
|
[5 replies] Last: Vlad your logic works great! With your logic, i can able to get the m... (by latchu)
|
by FeGarpelli
Dúvida em um programa.
|
|
[1 reply] : Sería útil si nos dijeras cuál es el problema. Para que el código... (by ne555)
|
reverse an array unexpected result |
|
[4 replies] Last: You're welcome! (by MikeyBoy)
|
by minak
'BCI2000Remote' : undeclared identifier
|
|
[1 reply] : The error is pretty straightforward. The compiler doesn't know what B... (by Disch)
|
by venkatapr
dynamic allocation
|
|
[3 replies] Last: int (*p) ; does not allocate memory; it is, as JLBorge said, a point... (by andywestken)
|
by aliasghar25
efficiency question
|
|
[1 reply] : Source code would be helpful as there simply might be a mistake. (by closed account o1vk4iN6)
|
by animesh644
Linking static library to .cpp file
|
|
[9 replies] Last: I solved the problem. Initially, I built the static library through c... (by animesh644)
|
by poohpooh
Detect Windows 8 Snap
|
|
[4 replies] Last: You may search from here: http://msdn.microsoft.com/en-us/library/wind... (by Roman Gorislavski)
|
Searching for character in string |
|
[6 replies] Last: What if statement should i insert? You already have the right if-sta... (by andywestken)
|