by GulHK
compare vectors for inequality
|
|
[2 replies] Last: Duoas! the structures are actually different. They have different numb... (by GulHK)
|
by cdummy
Changing a bit?
|
|
[2 replies] Last: You need to learn about the bitwise logical operators. See here: htt... (by guestgulkan)
|
Does MingW come with an assembler? |
|
[2 replies] Last: Yes thank you Bazzy. I finally decided to go with NASM, but the proble... (by Zia Ur Rehman)
|
Maximum array size? |
|
[7 replies] Last: what compiler do you use? MingW GCC... The IDE is Code::Blocks. I s... (by Zia Ur Rehman)
|
I know it can be done |
|
[2 replies] Last: thanks, it worked perfectly (by closed account 4Gb4jE8b)
|
by qwe123
2d array function
|
|
[1 reply] : int test2 = { {0} }; std::copy(test2 , test2 + 4, std::ostream_... (by stereoMatching)
|
by western
Why pointers? WHY?!?!!?!
|
|
[10 replies] Last: Even we are not able to do polymorphism without addresses in C++. Ho... (by lionishy)
|
by teguh123
What does ref mean?
|
|
[6 replies] Last: Anyone heard of MonoDevelop? I tried running a C# and C++/CLI windows ... (by blackcoder41)
|
by crazzzyhands
Don't quite understand rand().
|
|
[6 replies] Last: So basically copywrites disallow "copy, paste, this is mine!" That's ... (by Browni3141)
|
by thenewguy
Switch and Case issues
|
|
[1 reply] : this is what i came up with. some correction on what i "think" your tr... (by acorn)
|
by gigiez
My Program Can't Run
|
|
[3 replies] Last: hi friend..., i tried to understand what you up to with your program, ... (by hasula)
|
by Bman900
Read line by line from a file into an array
|
|
[3 replies] Last: while( (fgets(readarray, 25, f))!=NULL){ // 25>10 You could avoid t... (by ne555)
|
by teguh123
Vectors of Pointers
|
|
[7 replies] Last: well i have not used such a thing but anyway you can create an interfa... (by aktyagi)
|
by Crutoy
Palindrome
|
|
[8 replies] Last: Thanks for the input , but arrays are not covered therefore violate t... (by Browni3141)
|
by teguh123
Alias for a member variable
|
|
[3 replies] Last: Basically yeah. You'd make Latitude and Longitude member vars as refe... (by Disch)
|
by acorn
issues with your trick duoas
|
|
[5 replies] Last: acorn My knowledge of the iostream is rather limited. Of cause, ... (by lionishy)
|
by teguh123
require_once
|
|
[10 replies] Last: Then in some other file someone in your team does the same again in a ... (by kbw)
|
by Napwneon
output doesn't show following do/while loop
|
|
[7 replies] Last: Just fix the errors I've pointed out and you should be good. (by Return 0)
|
by reacen
Is Qt socket a fast solution?
|
|
[4 replies] Last: You might as well consider not using sockets at all, and try asynchron... (by rapidcoder)
|
by Bman900
Cope letters until space is reached
|
|
[4 replies] Last: Thank you very much Moschops! That was the problem and the solution wo... (by Bman900)
|