by EverBeginner
Are class operators more efficient than class functions?
|
|
[1 reply] : they're the same, performance wise. Overloading operators just make... (by Disch)
|
by unregistered
does the or( || ) operator use short circuit evaluation?
|
|
[3 replies] Last: && and || operator uses short circut evaluation and in C++ we should a... (by rahulroot)
|
how to use explicit correctly? |
|
[5 replies] Last: explicit keywords used to avoid implicit conversion from constructor a... (by rahulroot)
|
by memecs
typedef and size_t
|
|
[6 replies] Last: Well, here _SIZE_T is just renamed with typedef directive to avoid ... (by EverBeginner)
|
by majia1
matrix new and delete / memory leak
|
|
[18 replies] Last: Line no 21 has problem,its writing beyond boundry error.it must be ... (by rahulroot)
|
by Tiigon
Global variable doesn't work
|
|
[4 replies] Last: are you including your header file in another source file. Note: In... (by rahulroot)
|
Searching method |
|
[5 replies] Last: Sorry mate, I can't give you the entire program... for 2 reasons: 1. I... (by steve lorimer)
|
by yoonkwun
Multi-File Woes
|
|
[6 replies] Last: +1 m4ster r0shi Both .cpp files should be including both headers. ... (by Disch)
|
by RyRy
Can't get User Input with XOR encryption?
|
|
[10 replies] Last: [quote=RyRy]I get the same binary as their answer. Well that site do... (by Galik)
|
by majia1
memory leak detect using _CrtDumpMemoryLeaks
|
|
[8 replies] Last: ops, sorry, I made a stupid mistake... Thanks guys! (by majia1)
|
by jzone3
Quadratic Formula
|
|
[4 replies] Last: well i figured it out myself. thanks anyway (by jzone3)
|
by D Technodude
Software Questions
|
|
[5 replies] Last: This here might help too -> http://www.drdobbs.com/cpp/204202899 (by m4ster r0shi)
|
by RyRy
Problem with some characters.
|
|
[6 replies] Last: I've been advised to not use system calls such as system("Pause"). I ... (by RyRy)
|
by LJones
public class member modifies private member via pointer, runtime crash
|
|
[4 replies] Last: Looking at this now, I truly have no idea what I was thinking. Thanks ... (by LJones)
|
by AdventWolf
SFML with Visual C++
|
|
[2 replies] Last: Alright I guess I'll just place it in the same directory. (by AdventWolf)
|
by eamo2020
MFC
|
|
[2 replies] Last: It looks like it's just copying the string in sn to serial. (by helios)
|
by jhen
2dimension array
|
|
[8 replies] Last: you know what thanks for that info now i know it....thanks guys!!! ... (by jhen)
|
by declan
Is it possible to call this operator with a pointer?
|
|
[7 replies] Last: myPtr -> operator() (1,4,5) how about (*myPtr)(1, 4, 5) ?..... (by hamsterman)
|
by gaurav13191
Linked List error!
|
|
[1 reply] : The problem is that p keep pointing to NULL. Try this //void append(... (by ne555)
|
by dragoshcpp
Hash_map
|
|
[2 replies] Last: I'm no expert, but 2 things spring to mind. If you are attempting t... (by steve lorimer)
|