Home : Bytes IT Community / View Full Version : C++


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68

  1. DragQueryFile Error
  2. What to derive a file I/O exception from?
  3. pointer error...
  4. Unique behaviour of incremental operators in recursion
  5. why some operators cannot be overloaded
  6. C++ Project Organization Guidelines
  7. Looking for list of features ***valid in C but deprecated in C++***
  8. memory not allocated
  9. [STL] How to use set_intersection
  10. Segmentation fault in list...
  11. Portability
  12. Doxygen formatting question
  13. C++ class with static member function ???????
  14. Cross-namespace name lookup
  15. Templates - Garbage In Garbage Not Out
  16. Connections
  17. singleton in gcc 3.3
  18. final methods/functions
  19. char[] as template argument
  20. problems with abstract classes
  21. Array of pointers to arrays of Fixed Size
  22. Trouble With Retrieving A std::string From boost::program_options
  23. How to copy a link list
  24. quiz....
  25. using namespace available outisde namespace
  26. Overload by deriv class param; call w base class param
  27. When exceptions aren't enough: Dealing with runtime errors.
  28. Design Question: Inheritance or Accessors
  29. difference in the following terms with examples. (regarding scope and binding)
  30. Convert SYSTEMTIME to BSTR
  31. undefined template reference again ??
  32. Strange access/scope resolution errors
  33. pointer_protector template
  34. Sierpinski code problem with recursion
  35. Class templates and friend function templates
  36. overloaded friend operators in template class
  37. inherit assigment operator
  38. Constructor function
  39. What does linking library components mean in C++
  40. Overriding Virtual Function clarification...
  41. Determine pointer type
  42. Is 0 a decimal integer?
  43. Stream vs Buffer
  44. How to deal with Tree with several branchs?
  45. segmentation fault when resizing a vector
  46. GAlib, Static Lib, ...?
  47. difference in the 2 initializations
  48. Store Queue in a flat memory space ?
  49. run time error
  50. Pointer problems
  51. Dereferencing past-the-end iterators
  52. Easy to use regular expression library for speech control jukebox
  53. Segmentation fault with STL list class - PLEASE HELP
  54. calling a function (passed as a pointer) causing segmentation fault
  55. Named Constructor idiom - a question
  56. FYI:Modules in C++ Proposal
  57. Linked List
  58. static const members
  59. Getting Rid of Trailing white spaces
  60. compilation error with templates
  61. Multiple Inheritance
  62. forward class declaration and circular including
  63. Compare data in two groups
  64. Multiset (as dictionary) searching
  65. Changing access levels of inherited base members
  66. Use of the "new" operator in widget toolkits
  67. Books to learn c++
  68. MFC and sqlext.h (eng)
  69. A question of vector
  70. Why no operator << for stl containers.
  71. MFC and sqlext.h
  72. CPP++
  73. _snprintf
  74. Conditional erasing elements from list - in a loop
  75. operator ?:
  76. Looking for a better way to sort based on a third argument.
  77. typedef vs. class definition
  78. returning references and pointers (to C++ objects)
  79. convert valarray to basic array
  80. evaulation of boolean conditions...
  81. std::basic_string<wchar_t>: segmentation fault while accessing any member functions
  82. Function prototypes in C++
  83. Using sizeof() with a pointer : Not the normal debate....
  84. Expert Query on timing, threads, networking plz.... :S
  85. Static const variables within a namespace
  86. Download gcc for i386
  87. Borland C++ 3.1
  88. system( char(26)) error
  89. which on is correct?~about temp object~
  90. operator[] for maps
  91. Declare array of objects with constructor having arguments
  92. use of char**
  93. specialized member function takes precedence over generic template member function
  94. Which C Standard is currently definitive for C++?
  95. What's the best method for displaying the value of a function pointer?
  96. Changing a non-template class to a template class easily
  97. Text formatting with streams
  98. J-Integra for COM (Java COM interoperability)
  99. using maps of string *.
  100. Difference between initialisation and assignment?
  101. Is this Authentic?
  102. E-book Please
  103. How come I am able to access my private function
  104. the range of enum
  105. Shared memory and objects with virtual functions
  106. What does "::DestroyWindow(hWnd)" mean?
  107. [slightly OT] C++ Multi-threaded shared memory library
  108. this is a great group
  109. Is throw specification necessary?
  110. Open Source Middleware packages ?
  111. A Comprehensive treatement of linking C++ code?
  112. Tool to analyze header dependencies & eliminate redundancy
  113. pointers and dynamic memory in C++
  114. C++ Object serialization?
  115. unexpected compile error w/ member function specialization of a template class
  116. ANNC: Reliable Software releases their own C++ Windows Library
  117. istream weirds
  118. cyclic includes
  119. assign a struct variable into another struct variable
  120. What would you call this interface?
  121. vector<vector<Point3D> >
  122. system() ?
  123. Communicating between C++ application and Shell script
  124. using placement new to forward ctor calls
  125. string looses contents.
  126. what is difference between this,far,near pointer?
  127. design question
  128. for loop index variable
  129. Auto-initialisation of arrays
  130. Other headers #included via <iostream>
  131. template-id does not match any template declaration
  132. extending an interface
  133. non-constant reference
  134. Singleton Pattern
  135. Not nice but (question on void* and this pointer)
  136. ISO/ICE 23271:2005
  137. modifying a const object
  138. Whats wrong with this code? (nested classes question)
  139. Initializing a non-const reference with non-lvalue
  140. Speacialized operator for dissimilar types
  141. doing some initialization before the constructor gets called
  142. Game question.
  143. How to make sure that all the values in an array are different?
  144. How do namespace scope and class scope differ?
  145. Is Vector Reserve guaranteed to allocate contiguous memory?
  146. preprocessor q: impossible macro?
  147. An Empirical Analysis of CPP Use
  148. Memory allocation problem!
  149. containers and template classes
  150. Initialization via ctor vs. initialization via assignment
  151. Comprehensive treatment of new / delete
  152. friend class declaration question
  153. Can a destructor be declared private?
  154. Singleton desin pattern in C++
  155. time in c++
  156. Copy constructor
  157. Help on writing a timer class (cross platform thread spawing)
  158. BCB6 OLE Automation for MS Word
  159. Compile time inheritance
  160. Looking for scriptable plug-in framework
  161. small operator question
  162. What is volatile reference ?
  163. order of initialization of static class objects
  164. T t(a) not equivalent to T t = a
  165. How well did I do??? Quiz 3
  166. How well did I do??? Quiz 2
  167. any mailinglists gateway to this group?
  168. Difference between char* and char array
  169. Reversing a folder path in a string
  170. Scripting and block data manipulation- how to preserve performance
  171. compling/running the program
  172. decay bug
  173. nested classes and multiple files
  174. assert vs error handling
  175. Saving to a file
  176. Why doesn't this compile?
  177. const type& and type const&
  178. Using the () operator for dereferencing a smart pointer
  179. protected members
  180. question about constructor
  181. Storing objects in a vector
  182. Help Needed in file handling
  183. const-incorrect practice
  184. Help needed in File Handling
  185. Storing objects in vectors - what's wrong with this code?
  186. stupid question C++
  187. File and string question
  188. questions from strategies and tactics C++
  189. delete char * - why does it work
  190. returning refernce of array
  191. linker error
  192. Recusrion
  193. Returning string or vector from a function
  194. Expression B b(A()) seemed no effect?
  195. template functions and "return type overloading"
  196. Two things I'd like to see in C++ 2009
  197. Size_t & mutable
  198. member functions as friends - friends of each other?
  199. efficient approach to reverse a std::string object
  200. How to input?
  201. can you obtain the C++ source file from the machine code ?
  202. cout<<complex_num gives seg fault w/ intel compiler
  203. invalid threads ID
  204. Help for primitive Graphics in Debian Linux C++
  205. Storing objects in a union
  206. Comparing standards compliance between compilers
  207. Question concerning .NET 2003 and Namespaces
  208. Where do I get FFT, is ok if it uses real inputs only
  209. Storing and retrieving data from VFP
  210. Saving and retrieving from a VFP database
  211. Stroustrup: C++ in 2005
  212. a good way to debug g++ executable
  213. binaries not portable from Debian to RedHat
  214. returning constant reference of element from a template
  215. Segmentation Fault - Need assistance resolving {Novice C++ Programmer}
  216. Do I need two languages for distributed computing?
  217. error C2027: use of undefined type
  218. Can a reference to a pointer be created ?
  219. What is T*VQ&
  220. memory leak?
  221. Why is copy constructor called only twice here (should be thrice?)
  222. Need suggestion for C++ project
  223. C++ experts advice needed
  224. How to pass a class-member function to pthread_create(....)?
  225. Do i need a copy contructor?
  226. Calling Explicit Constructer
  227. Containers and sorting objects vs. pointers
  228. Is initialization order guaranteed?
  229. class member and local variable
  230. Why do{}while(0) in #MACROS?
  231. valarray problem
  232. reading a binary file in C++ and having trouble.
  233. type conversion w/ template
  234. Vector Finding and inserting
  235. ide in vstudio
  236. "expected unqualified-id before 'using'"
  237. fundamental types
  238. Execution time
  239. Please help me this my question
  240. how to include my code ?
  241. Templates: "implicit typename is deprecated" error and typedef'ing templates
  242. bbrowser question
  243. Write and then read from a file
  244. operator<< for a template with a structure
  245. Missing global variables from lib
  246. make error / g++
  247. using T& operator*(T*);
  248. what is const X cx={1};
  249. Using Handles.
  250. lists in a class
  251. Shannon-Fano algorithm
  252. How to convert CString to an ASCII character string?
  253. Getting Started with Design Patterns
  254. sizeof requirements for fundamental types
  255. pure virtual parameters
  256. convert a BSTR data type to std::string
  257. ofstream * vs. ofstream
  258. Simple inheritance question.
  259. Question about Memory Allocation and the SHORT INT in STL
  260. explicit templates instantiation .... more
  261. Funny locale problem
  262. Which method to use
  263. Outlook Express Registry Help
  264. C++ Exceptions Cause Performance Hit?
  265. const_cast versus compiler optimization
  266. reg. constructor parameters
  267. Cygwin + Windows XP
  268. For SGI and Linux: Instr like Semaphore with a Setable Timeout
  269. Template Member Functions
  270. How command line arguments are passed ?
  271. locale and numeric output
  272. Redesigning a debug API
  273. Shannon-Fano algorithm
  274. Multiple calls to new in member initializer list okay?
  275. langsamer delete operator?
  276. g++: error: invalid use of member (did you forget the '&' ?)
  277. Initializing Int Array With a Non-Zero Value
  278. comparison between double
  279. API Progamming
  280. #define or const
  281. Help needed with design of generic class to handle multiple types
  282. GCC
  283. Do functions defined inside a class need inline keyword ?
  284. cout, cerr and I/O redirection
  285. static initialization access violation error
  286. Assigning a variable count: need some help
  287. Getter returning strings by value -- good or bad?
  288. Custom Allocators question
  289. array declaration, is this legal?
  290. Template spec question
  291. Reducing build times
  292. FSM implementation
  293. Moving from Return Codes to Exception Handling
  294. std::auto_ptr / template question
  295. Change default allocation of std::string
  296. Help on Quick Reports (C++)
  297. How can I call class member function by a globle function pointer?
  298. variable number of function arguments
  299. How can I call class member function by a globle function pointer?
  300. bad_alloc unhandled exception
  301. what is regular expression
  302. Stroustrup on C++0x
  303. current standard is it legal?
  304. nested friend syntax?
  305. "<< hex" vs cout.setf(ios_base::hex)
  306. DLLs and CallWndRetProc and Timers
  307. Help on getting started Learning C++
  308. Can this be done with cout ?
  309. std containers and allocators.
  310. Cpp function to return a string
  311. fabs problem on matrix variable
  312. alternatives to pointers to member functions
  313. Why can't I do this ?
  314. Will this leak memory?
  315. first prog - first post
  316. first prog first post
  317. Whats wrong with this copy assignment cstor ?
  318. Question on vector assignment and object equality determination
  319. Can I declare my Class at several blocks.
  320. Question on vector assignment and object equality determnation
  321. Casting to pointer reference?
  322. using malloc inside overloaded new operator
  323. How can i use Itow() or wtoi() functions in Sun Solaris Sparc?
  324. how to declare an array of objects without "new"
  325. simple string management
  326. derived class and base class, member assignment, which goes first
  327. Algorithm to find nth largest or nth smallest in a range
  328. Define callback
  329. why not tell them...
  330. Correcting newlines
  331. callBack implementation question
  332. Pass-by-reference instead of pass-by-pointer = a bad idea?
  333. 1. Porting win to lin
  334. serialize c++ objects
  335. access specifiers and memory layout
  336. method overloading and ambiguity
  337. C, C++ and C# Forums
  338. custom C++ exceptions
  339. Life of a class
  340. C++ and networking
  341. Is it a C++ or Java?
  342. C++ and Fortran Compilation problems
  343. combining bytes to make a double?
  344. Adding White Noise (Gaussian Noise) To A Set Of 3D Points
  345. making an .exe file in VC++
  346. What does "TAG" in [class TAG MyClass {...};] mean?
  347. problems with function system
  348. Linking a C++ library to a C program.
  349. Is an address change possible by "deconstify/const_cast"?
  350. pointer ot static member function
  351. g++ ptypes compilation
  352. why is this map crashing?
  353. Runtime calculation
  354. Classes as concepts.
  355. atlconv.h header error..
  356. using string as a character buffer in unix system calls
  357. Overriding stl::sort()
  358. Why namespaces?
  359. Preprocessor/Compiler question
  360. C++ Profiler
  361. Trimming leading and trailing spaces from a string
  362. Finding old-style casts in code.
  363. returning a const vector
  364. Suitable data structure for a "context sensitive" 3-tuple?
  365. Implementation dilema
  366. Template parameter depending on another one
  367. Inadvertent function declarations
  368. Debugging question
  369. Hardcopy of ISO/IEC 14882:2003(E) Quality?
  370. Handling Vector Graphics in C++
  371. Passing C++ thread data to Vb thru callback
  372. Sizeof problems(interview questions)
  373. difference between MyClass a(); and MyClass a;
  374. CList double element error...
  375. Using STL map and set on large amount of data
  376. Command Line Parsing Library
  377. test to see if object exists with new/delete usage
  378. error 2664 Conversion error
  379. Projects With Explanations
  380. Global instance crash
  381. Function overloading
  382. Generating random strings without duplicates
  383. Net functions c++
  384. Forward declaration and nested classes ..
  385. vector problem
  386. SGI: Need Something like 1 Mutual Exclusion Semaphore for Multible Programs
  387. Corn programming language
  388. How to send data using IdHTTP to PHP script
  389. relationship pointers
  390. Arguments for not using throw()
  391. Getting address of buffer of vector.
  392. is this possible?
  393. Is STL-thinking over-emphasized in C++
  394. <iosfwd> & typedefs with incomplete types.
  395. Grammatical analysis of C++
  396. polymorphism question
  397. cout vs Print
  398. In a timeline pinch (Suspense: 25Jul05) pleading for assistance - Q1
  399. Errors while Linking with Visual C++ 6.0 PRO..
  400. stack corrupt around object or variable at close of Prog.
  401. Sun CC weird compiling message : is out-of-date and will be regenerated
  402. string (stream) stuff function
  403. Reading Lines with Fgets(?) and a bit of C++ {Novice Programmer}
  404. xServices::CServices<TImp>::StHoldClientList::StHoldClientList(std::set<TImp*, std::less<TImp*>, std::allocator<TImp*> >&)':
  405. A question of pointers..
  406. Quick question on smart pointers
  407. user-defined new-Op is not used
  408. Best way to return newly created object
  409. Synopsis: A Source-code Introspection Tool
  410. Defining an array of arrays
  411. easy way to modify textfile
  412. ifstream::is_open() not found on Solaris C++ compiler
  413. class template conversion constructor
  414. programming without framework ?
  415. A question of style?
  416. Enumerating Active FTP connections on IIS
  417. Is std::queue thread-safe?
  418. float algorithm is slow
  419. Export symbols from .a files
  420. Serialize classes using XML
  421. evaluate it
  422. Newbee and special characters
  423. Perl split() function equivalent in C++
  424. The thread {----} has exited with code 0 (0x0).
  425. Grammars for C++
  426. Doxygen ...
  427. mysql and c++
  428. What is wrong with this declaration ?
  429. Overloading operator <<
  430. Error I can't understand
  431. how to protect dll from replacement.
  432. Introducing a newsgroup
  433. problem while reading a binary file
  434. const struct initialization
  435. Linker error
  436. question about default constructor
  437. inheritance problem
  438. simple c/c++ programming question about encryption
  439. Does "using namespace std" cost ?
  440. Listing directories within a directory
  441. C Primitive Data Type Sizes
  442. Copy Constructor & assignment operator
  443. Should this compile and link?
  444. C++ and Anonymous Variadic Macros
  445. g++: compilation of header file requested
  446. static objet and how to see its value
  447. Library update
  448. stdcall and __cdecl
  449. String to char*
  450. Thread time - strange delays
  451. Writing portable libraries
  452. whatz wrong in std::vector< myclass >::iterator
  453. overloading cout
  454. CReBar, Resizing Window
  455. What is a good setup for cross platform development?
  456. Stack operations
  457. ostringstream clear
  458. graphics and mouse programming.
  459. memcmp() and strcmp()
  460. passing and declaring vectors and matrices?
  461. Question about shifting return values
  462. how to increase heap size for a process
  463. array of char array in headerfile (string list) - some questions
  464. Setting first and second of pair<>
  465. error Message: "only const static integral data members can be initializedinside a class or struct"
  466. I/O std::basic_streambuf put and get areas?
  467. Overloading Operators
  468. Understanding problem with multiple inheritance
  469. Question about inheritance and pointer assignment
  470. Confuse with local char*
  471. why is abs function complaining about double?
  472. install
  473. Having trouble with char*
  474. C++ Meta Programming language
  475. Default behavior on SIGTERM?
  476. problems with chr[]
  477. Preprocessor defines
  478. C is better than C++ for small projects, right?
  479. iterate forward OR reverse
  480. How to deal with a platform-dependent issue.
  481. C++ Standard
  482. Refs. in std::vector, ctor arguments, etc
  483. Unsure what "*this = 0;" does
  484. iostream under Cygwin
  485. C++ teaser: Is this a compiler bug, or is this expected behavior?
  486. Template to catch all functions ?
  487. Restrict template to class type
  488. Memory leak in Vector
  489. clear the screen through program on linux
  490. The New C Standard
  491. clearing contents of ostringstream object
  492. Help with Formatting
  493. How to hide the dialog when execute a dialog based application in VC?
  494. getline and EOF question
  495. map to vector
  496. Pre-Processor code generation
  497. What to name container "flavors"?
  498. Unknown size of Foo in Bar.cpp!
  499. std::string::c_str()
  500. Level 4 Warning Question
  501. modifying new[]'d objects
  502. map to vector conversion inside class
  503. 128 bit number implementation
  504. generic properties from objects
  505. Omitting function default args when no prototype is available?
  506. Kill current c++ programm process
  507. Singleton question
  508. why C++ object can access its data member without via getter function??
  509. check if string contains numeric, and check string length of numeric value
  510. How to serialize a STL vector?
  511. C standard library header files in C++
  512. How to solve this gracefully?
  513. A problem with Constructors...
  514. std::string = char* + std::string
  515. Available C++ Libraries FAQ
  516. static stuff
  517. constant member functions of a class
  518. timers in c++
  519. Alternatives to the C++ Standard Library?
  520. Passing a 2 dimensional array from c++ to fortran
  521. Help: ofstream issues
  522. I need help getting started.............
  523. Creating Sorting class
  524. Going wide and international
  525. Boost / Phoenix
  526. Simple string manip question
  527. When is a base class protected member not visible in a derived class?
  528. Programming Contest: Fit pictures on a page
  529. test
  530. Template pseudo-specialization through compile-time assertions
  531. Templates & Typdefs with g++ v4.0.0
  532. operator with differing return type?
  533. performance/style of memory allocation
  534. Invoking C++ functions in C
  535. Add a method to an STL container?
  536. Question on avoiding page faults
  537. how to use fortran modules in c++
  538. Openssl and DES sample code
  539. How to document ownership?
  540. just want an ipod
  541. references on pointers
  542. How to dump inheritance information of c++ binaries?
  543. VC++ bug or not?
  544. Inheritance or aggregation in the first variable?
  545. Timeout value on Socket Connect
  546. No pshpack1.h in g++?
  547. Touble with passing a reference to vector of vectors of objects
  548. Virtual Function Performace: Say what Stan?
  549. Static variables inside member functions
  550. virtual inheritance.