by gaurya95
Returning Reference
|
|
[1 reply] : (c1+=c2+=c3)=c4; Ugh. Setting aside that you should never do this ... (by Disch)
|
by pinky4free
How can i make a SHA1 hash in C++?
|
|
[4 replies] Last: #include <msclr\auto_handle.h> int main( array< System::String^ >^ a... (by JLBorges)
|
by aDamNerd
Troubles calling functions; vector of pointers
|
|
[15 replies] Last: I found the problem!! my while loop was grabbing the null terminator ... (by aDamNerd)
|
by tomz6
A simple to use menu/GUI lib that works with DirectX?
|
|
[no replies]
|
by moneysab
help
|
|
[1 reply] : The following links might be helpful: http://lmgtfy.com/?q=C%2B%2B+so... (by MikeyBoy)
|
by electro
C++11 two dimensional array declaration and initialization
|
|
[3 replies] Last: See this edited version of your code http://ideone.com/P4YIMC (by naraku9333)
|
Looking for a sending script |
|
[no replies]
|
by pinky4free
Why doesn't this work in Windows Form Applications?
|
|
[12 replies] Last: @naraku9333 I need it to be a "const char*" which that does not conve... (by naraku9333)
|
by moneysab
Urgent help
|
|
[1 reply] : [quote=moneysab]also the programs outputs only 41 random integers. [qu... (by LB)
|
by cppUser77
adjucent_find
|
|
[1 reply] : the deleted my query as there was a mistake in the code. (by cppUser77)
|
by nbonzani
Program stops mid-way.
|
|
[7 replies] Last: Look at the order and use of your parameters. You pass (string, copy) ... (by LB)
|
by jjroyale
Linked List Code
|
|
[2 replies] Last: http://ideone.com/N3EXgI[quote=gcc]In function `main': prog.cpp:(.text... (by LB)
|
by knowNothing
Use Object in Header File Field
|
|
[14 replies] Last: Thank you. You have been of great help. I will follow your advice; how... (by knowNothing)
|
by spelly
expected ")" before "*" token.
|
|
[9 replies] Last: Ok, i am sick of this code and i give up. If anybody care to fix the p... (by spelly)
|
please help me with this problem! |
|
[4 replies] Last: where would i place 'cin >> meter;' At the point in the code where ... (by MikeyBoy)
|
by venkatacplpl
finding if string has unique characters
|
|
[8 replies] Last: everyone....thanks for replying. (by venkatacplpl)
|
by IndieExe
Why doesn't this work?
|
|
[2 replies] Last: Is it a typo? Yes, and not it works. Thank you. char * p = new c... (by IndieExe)
|
Void Functions |
|
[10 replies] Last: [quote=baketballcourt]isnt a void function when you do: void computeAr... (by LB)
|
by anurag117
operator << used in for loop and if statement
|
|
[5 replies] Last: @cire : Ok, you're right with the meaning of ^ in C++. But I've defin... (by tcs)
|
by Tresky
Pointer Question
|
|
[3 replies] Last: Awesome! Thank you very much. Very helpful answers. :) (by Tresky)
|