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. abstract
  2. How to append context to a FILE?
  3. Template parameter (class) with a typedef member
  4. small confusion about the the C++ programming language by B.S.
  5. Directory check for new files
  6. dynamic_cast<T*>(deleted_pointer)?
  7. Member function specialization workarounds?
  8. Embedded C++ Compilers
  9. Design question with inheritance
  10. partial specialization of template member function
  11. Online/HTML documentation for Std Lib
  12. Decent C++ library for matrix manipulation and calculating Eigenvalues/vectors
  13. Typedef A references struct B which references struct A which...
  14. line starting with ::
  15. Some errors when using empty template argument
  16. Dutch forum / newsgroup for C++
  17. How to define the class based on the detailes of the template argument?
  18. MFC7 dlls
  19. templates and (inline) optimization
  20. return reference to member variable
  21. Naming Conventions
  22. fork or threads
  23. relation between typeid and typeinfo class (related by friend ?)
  24. How to explicitly define class with different template arguments?
  25. How can I get the c0ws.bog?
  26. How to create two CDialog windows active in MFC ?
  27. member variable constant after construction
  28. How to declare static members of a template class
  29. Undefined constructor of std::string
  30. <typeinfo>
  31. The worst thing about C++
  32. STL Standards Document
  33. how to pass a variable to a function defined with no variables in C++
  34. std namespace
  35. q: stl vector of pointers / pointer consistancy
  36. std::istream slowness vs. std::fgetc
  37. How to specify a template as the typename of a template
  38. friend class template
  39. Boosr serialization: binary archives
  40. why can not assign value to an array variable of a structure?
  41. Implicitly declared/defined member functions and inheritance
  42. The practical use of dynamic_cast in reusable or generic code
  43. explicit Vs Implicit conversions?
  44. C++ book on Libraries design and dll..
  45. Needed: Rediculously complicated C++
  46. C++0x auto and decltype
  47. virtual destructors for classes only with virtual functions?
  48. Is there any library which defines factorial and binomial coefficient?
  49. Pointers to member functions.
  50. Multi-argument function - help
  51. map of function pointer
  52. How to initialize member reference with temp object and delete the temp object when the destructor is called?
  53. CHtmlEditCtrl problems
  54. Where could I find OLE commands to use word documents ?
  55. Small inheritance problem.
  56. Q: Reading from stdin without blocking?
  57. Iterators and reverse iterators
  58. Binary Association Problem
  59. Is comp.lang.c++.moderated dead?
  60. Class in function scope
  61. Problem about self-string operator[] 's unnecessary copy
  62. label not allowed at end of construct?
  63. why improper copy constructor leads to infinite recusion - ?
  64. What's wrong with the following program?
  65. how to check whether istringstream object has empty buffer?
  66. Polynomials in C++
  67. Mouse Functions
  68. Rules for statically dimensioning arrays
  69. c++ and gnuplot /under linux
  70. Reference counting in C++
  71. float representation and precision
  72. GCC compilation error
  73. problems with STL vector class
  74. Help writing function please,
  75. Inconsistent Global Variables
  76. How to read past an end of file character
  77. Why not tel me something about pointers?
  78. Why not tel me something about pointers?
  79. Cygwin c compiler
  80. why always out_of_range using size_type?
  81. Looking for the "best in class" C/C++ open source software
  82. Switching careers advice...
  83. Third party C++ library offer system API?
  84. Why template<T> cannot make friend with T?
  85. header files
  86. how shall I reload several obejcts that dependent on each other?
  87. confusion about header and implementation files
  88. Conversion operator not inherited?
  89. How to call a constructor from a constructor
  90. random number
  91. STL "wrought with memory leaks"?
  92. Writing an STL map to disk.
  93. appropriate container?
  94. speeding up C code
  95. error: ISO C++ forbids cast to non-reference type used as lvalue
  96. C++ library
  97. The order of items stored in STL List is not preserved.
  98. Pascal to C++
  99. Primitive vs. non-primitive l-value
  100. Stream state in loop conditions
  101. STL map - Can I find() on a subset of key
  102. Reading and writing files in linux programming in C++
  103. Member Callback Functions
  104. size of a file
  105. ofstream problem
  106. struct or class object with constructor in UNION flags as error. !!
  107. translating C++ -> C
  108. is there anything like static constructors or destructors in C++ ?
  109. #usind <mscorlib.dll> does not work ?
  110. what is meant by segment not defined ?
  111. ofstream open bit
  112. inheritance doubt.
  113. Passing in a OnMouseDown/OnMouseUp event handler as a parameter of a function
  114. How to subclass a function?
  115. library issue
  116. Compile Time checks using templates.
  117. les sources de itoa
  118. design issue
  119. Objects as private members...
  120. type that pointer points to
  121. Objects of the same class to access each other's private data
  122. Where are the static members stored in the momory?
  123. Significant digit measuring
  124. constant vector
  125. Hi, how to increase accuracy of float result ?
  126. Help
  127. how to print a filename from ifstream?
  128. FindFirstFile w/ stl fstream
  129. Issue with RegOpenKeyEx
  130. configuration file parser library
  131. To inline or not to inline?
  132. Constructor problem
  133. int main(int argc, wchar_t* argv[]) using gcc 3.4.2 .
  134. PNG files
  135. how to create a doubly liked list???
  136. Please Help: can't deallocate a vector of heap objects
  137. open an image as matrix
  138. Need C++ compiler for 486 that does OMF 386 LIBs and FAR pointers
  139. How to capture the result of winexec()
  140. Problem with time zone
  141. Initializing vector<vector<int> > and other vector questions...
  142. templates for pointers
  143. templates c++
  144. what does ~ mean before a function in C++
  145. what kind of c file is it
  146. Is this standard
  147. milliseconds on win+linux
  148. when i compile the cpp file(cmdargs.cpp) int main(int argc, wchar_t* argv[])
  149. Make stronger protection for your software products
  150. protocol header
  151. POSIX Threading and Segmentation Fault...
  152. conditional push_back
  153. Subtle Bugs in c++ hunt
  154. Deriving boolean expresion from truth table
  155. Base class inaccessible due to ambiguity
  156. direct access to the buffer of std::string
  157. set, insert with hint
  158. Why doesn't C++ have comprehensive API like Java? (Cont'd.)
  159. Any class to help me process the command line options?
  160. About printing
  161. virtual re-open
  162. Destroying and creating an object
  163. What is the largest array I can allocate??
  164. A parameterized class (i.e. template class / class template) is not a class?
  165. confusion with insert iterator
  166. pointer
  167. Registry monitoring
  168. Call child class methods in parent class
  169. First try at a std::vector from 1 to n
  170. Boost serialization library
  171. How include animated GIF into CEdit ?
  172. number biger then 9
  173. problems in using id-utils for C++ files
  174. Retrieving the info about the "Network Interface Card" in C++ ?.
  175. Redirecting cerr to file
  176. C++ and Java
  177. q: fast file IO
  178. problrm with multiple types in text file
  179. popen and cin
  180. Colorizing Elements of a Dialog
  181. check symbol table
  182. Writing a graph
  183. why vector<int&> is not allowed?
  184. stl_vector allocation
  185. What is Borland C++?
  186. Preprocessor problem with Visual Age 6
  187. Functions exported in C++ and global variables;
  188. Microsoft Visual C++ .NET Version 7.1 --Where are the toolbars?
  189. Proposed work-around for missing virtual destructors
  190. boost::filesystem
  191. static Collection of objects
  192. string class not standard
  193. How to start writing a queueing class
  194. Using template metaprogramming to generate a composite class withID derived from components
  195. popt library for mips processors
  196. Error with the following code
  197. unresolved references when using static
  198. How to get Regional Setting?
  199. MFC and Qt
  200. Pointer to structure
  201. singleton problem
  202. new with out-of-bounds test?
  203. Abstract Class & Virtual function - Real Implementation?
  204. Standard Output
  205. wide characters: "illusion of portability"?
  206. Why doesn't C++ have comprehensive API like Java?
  207. Casting and promotion
  208. using reinterpret_cast
  209. Strange problem with string
  210. C++ FAQ
  211. How to find about Daylight Saving time from the SW ?
  212. Address of constructor
  213. about extern "C"
  214. how to remove a pair of key/value in STL hashmap
  215. New website you may like
  216. Also ich wär mal dafür ...
  217. void* to char*
  218. Adding and multiplying two unsigned integers
  219. Tricky partial constructor specialization
  220. Looking for a design pattern
  221. Problem with overloading/inheritance/virtual methods
  222. gcc 3.4.3 performance problem illustrated
  223. Implementation of "->"
  224. Converting a hexidecimal string to a floating point array
  225. Finding the memory address of a pass-by-reference parameter?
  226. Help: link error
  227. DataGrid class (System.Windows.Forms)
  228. CGI and C++
  229. Q: reinterpret_cast with undefined behavior?
  230. Any alternatives to sourceforge
  231. Predefined member functions and inheritance
  232. Confusion about writting an insert() for a Hash Table...
  233. Manipulating and writing bytes (8 bits) in ANSI/ISO C++?
  234. How to prevent a COM object and its associated dialog out of scope
  235. help with STL compiler error
  236. T::operator int () const ambiguous with T::operator Handle () const?
  237. Nested functions in c++?
  238. "Insert" (not append) new text segment to an existing text file
  239. template static member decl
  240. what is private inheritance
  241. static member function
  242. Website I have incase people want help
  243. Smart pointer without templates possible ?
  244. Switch() vs if else if
  245. Template function
  246. Virtual inheritance and constructors in base classes with const membervariables
  247. Static checker for C++
  248. Virtual Destructors?
  249. e-commerce application
  250. Initialise list in STL
  251. non-class template params in partial specializations
  252. Predefined class member functions and inheritance
  253. Predefined class member functions and inheritance
  254. How to use drag and drop functionality with windows
  255. kakg
  256. Including a (renamed) source file is ugly, right?
  257. Software Engineer
  258. Avoid screen saver activation
  259. valgrind/memory leak question
  260. NEWs GROUP problem
  261. empty mail. to test connection.
  262. c++ stream to memory address
  263. Reasons for explicit template instantiation.
  264. std::string and pthread_mutex_lock / pthread_mutex_lock
  265. Tools For Heap Corruption
  266. How to display the value of member function pointers?
  267. A way to get aligned allocated memory?
  268. Where to put attribute when using Inheritance
  269. yet another Q: template+friend !!
  270. §Aı±o§A­±¹ï¥ô¦ó¤H¡B¨Æ¡Bª«³£¯à¤ÏÀ³¦nºA«×¶Ü¡H
  271. STL implmementation
  272. About Inheritance design
  273. static members help
  274. name conventions for pure ABCs
  275. constructors in an abstract class
  276. Weird template problem: Conflicting return type specified
  277. Huge numbers in cpp
  278. \r on windows
  279. boost - who hasn't heard of it, and why?
  280. static member and inheritance
  281. which is better for you ?kakg
  282. Is there a faster 'inline' possiblity for Class functions?
  283. ¾Ç¥H­P´I¡A¦~Á~¦Ê¸U±M®×
  284. URGENT !! QUEUE STL PROBLEM URGENT!!
  285. CREATING OBJECTS
  286. for-each and other objects
  287. A class implementing the archiver pattern
  288. The future of c++
  289. data structures and c++
  290. Recursive partial specialization
  291. Strategy for locating strings based on initial characters
  292. using iostream library how do I display output to console as well as write to a file.
  293. Q: reading PBM
  294. future of C++
  295. map and visual C++
  296. what does this do?
  297. Inheritance and abstract classes
  298. Converting const char* to CString without Memory Leak
  299. File management?
  300. §A·í¤£·í¡u¿}¶ý¶ý¡v?
  301. Function references?
  302. table with text and numbers
  303. Return Type
  304. meyers: Item 12: Effective C++
  305. PHP to C++?
  306. Implicit typename warning (g++ linux)
  307. Mutating temporaries ?!?
  308. ¾Ç¥H­P´I¡A¦~Á~¦Ê¸U±M®×
  309. Abstract class
  310. problem with inner class involving template
  311. Pure functions still pure after definition
  312. Inner class involving templates giving problem
  313. Optimization question
  314. g++ "no matching function to call" using a template
  315. Diagnostics for an unknown pragma?
  316. Variadic functions with no parameters
  317. typedef
  318. HTML Tidy
  319. namespace question
  320. I Need help with a command
  321. std::pair allocator?
  322. workaround for operator dot
  323. Looking for resources about C++ real time programming for trading system
  324. confusion: include and namespace
  325. testing on 64/32 Linux/SunOS
  326. compile error? why?
  327. Passing constructor arguments to a singleton template
  328. Reading POST/GET variables
  329. managed and native craziness
  330. Throwing an exception calls abort.
  331. function resolution observations
  332. Convert template into C++ class
  333. Pointer arithmetic questions
  334. Vector problem in C++ class
  335. linking problem with nested class in template class
  336. Callbacks in C++
  337. what is wrong with this code?
  338. Sending arguments to an excutable
  339. const BUGS me down!
  340. What following statement means?
  341. Trying to make windows
  342. Need to call mixed-mode dll from native code.
  343. segfault with dynamic_cast
  344. Memory leak detector for C++
  345. wcscpy and memcpy
  346. Protected Constructor
  347. Protected inheritance
  348. std::vector and stdext::hash_map
  349. C++ compiler recommendations
  350. STL string
  351. hash_map and hash_set
  352. a simpler "new" question
  353. getting the size of a character array
  354. Aggregate initializers in function arguments
  355. streams implementation - byte buffer
  356. Stacks and enum questions
  357. Partial template specialization for a method
  358. Linking Menu bar to dialog box using Visual C++ 6.0
  359. Singletons, Plugins, static and extern
  360. Trying to overload + for class to add to string 'is illegal'
  361. Calling static methods at the beg. of the program
  362. why is ostream::tellp not const?
  363. ·í¾³õ¸I¨ì¤F¼~Æ{¯g
  364. about the "this pointer" and "delete"
  365. Re-exporting functions from dynamically linked DLL
  366. g++ linker behavior
  367. te
  368. problem with statics variables
  369. std::vector and erase problem
  370. Transfer Printfile from Printserver directly to Printer
  371. valarray question
  372. Help With An error , I give up !
  373. Design problem - proxy class acting as a reference to object
  374. attaching an STL Allocator interface
  375. C++ version of memcpy?
  376. Need a tool or code for redirecting data from UDP port
  377. the byte be reversed! why?
  378. creat dlls in Visual C++6.0 with other libs
  379. How to buld an Apache module in C++
  380. keypress?
  381. Files containing by null characters
  382. Counted string and exceptions
  383. UML Diagram Tool - Word Drawing
  384. implementation issue ..
  385. Accessing other functions at command prompt (stuck in the book AC++)
  386. Clear
  387. set of unordered objects
  388. C++ CONTEST :)
  389. Problem with enumerators
  390. Vector of object references
  391. Strange behavoiur of a virtual destructor
  392. Why can't I use vector<T1>::size_type where T1 is a template typename?
  393. MonthCalendar1 or DateTimePicker1 How to jump for one month or haw to get no of month?
  394. About inheritance
  395. char[x] - strings - passing into functions - need help.
  396. empty vs. cont.begin() == cont.end()
  397. Function not working
  398. global variable matrix
  399. How is main() different in C vs C++?
  400. Does anyone know which organization standarized c++?
  401. Estimate required
  402. C++ code documentation/annotation
  403. vector problem
  404. Choosing between two functions
  405. stl vector pop_back() crash
  406. syntax error
  407. STL popularity?
  408. ¤£¾Ç²ß©ö³Q²^¨O
  409. ¤£¶i­×¡A­þ¨Ó¥Í²£¤u¨ã¡H
  410. DrawGrid
  411. Exit For Cycle in C++ Builder
  412. const and non-const operator[] Vs. lvalue and rvalue use
  413. std::mem_fun_ref and bind2nd question
  414. string and struct problem
  415. MEMORY ALLOCATION ORDER.
  416. deriving a class from Ostream
  417. wrong BMP files?
  418. Checking available input on stdin
  419. Template argument deduction on integer literals
  420. Corrections/additions to the C++ Standard (1998)
  421. An application that might cause problem
  422. Out-of-class definition of a non-template member of an explicitly specialized class template?
  423. Internal representation of doubles
  424. What do empty braces inside a method mean?
  425. Read-only access to FAT32/NTFS files w/ write locks?
  426. how to realize a friend interface?
  427. Arbitrary precision decimal numbers
  428. Template specialization for class != for subclass??
  429. Data redundancy, performance and formatted read/write operations.
  430. delete pointers: why is this working!!??
  431. const in function declarations
  432. Why does someone perfer #if defined to #ifdef
  433. return int from main
  434. Iterator in Design Pattern
  435. concept question
  436. multimap insert survey
  437. Guaranteeing that a function does *not* exist
  438. typedef inside a template class
  439. VC6: 1+4=8 WHY???
  440. Is the peace of code valid according to standard?
  441. Passing and converting LPVOID
  442. fastest navigation in a list
  443. How do I write an overloaded indexoperator
  444. STL & multithreading
  445. Good design?
  446. destructor problem
  447. [Q]: Templates and parameter names
  448. A problem when creating a matris
  449. fully specialized function template and "multiple definition"
  450. BCB + MySQL
  451. Default Value while 'passing by reference'
  452. Parallel programming/execution
  453. "void Method()" vs "void Method(void)"
  454. Exceptions -- criticisms
  455. The performance of strstream vs. stringstrem
  456. Why upper bits is different after <bitset> to_ulong
  457. creating a c function at compile or runtime, is this code possible?
  458. static member and private /protected constructor
  459. if loop
  460. puffer empty
  461. ios_base (where is this file)
  462. timeGetTime
  463. problems with stl map iterators
  464. delete elements in vector
  465. Shared .cpp files and source control
  466. STL equivalent of Brland's FormatDatTime function
  467. boost:shared_ptr ::weak_ptr using with NULL?
  468. Template Parameter List non-type
  469. copy of list iterator
  470. Linked lists and insertion sort
  471. sockets
  472. retrieving system time
  473. strange compiler warning(g++ 3.2.2)
  474. Splines with shared knot vectors
  475. printing list elements
  476. how do I print 64 bit int in c++
  477. Character pressed
  478. if else
  479. Friend vs. Static
  480. getline and files
  481. Unix advanced sockets etc.
  482. C++ FAQ
  483. map::insert gets a hint. What about map::find?
  484. Reading COM port - Attaching an event or interrupt for arrival of new data?
  485. Inline Buffered Sort
  486. Setting properties of an object stored as a member of another object
  487. what difference between c_str() and begin()
  488. Does boost required some additional libraries???
  489. Certification in C/C++
  490. integer to string conversion
  491. Pointer to the penultimate element in a list
  492. combine templates with methods in different namespaces ?
  493. default argument value for vector
  494. hotmail password request tool (intranet usage)
  495. Clones, exceptions and so on.
  496. Polymorphism - run-time vs. compile-time
  497. Excel (.xls) to .xml conversion.
  498. returning map value in const function
  499. Bad webcam picture
  500. Template specialization as built-in type
  501. How to transfer the values in a binary file to decimal ?
  502. while compile time ...
  503. Q: lapackpp v2.2.0 lib usuage
  504. pthreads with C++
  505. template functions
  506. Sorting multidimensional arrays
  507. Design + policies + functors question
  508. Advice: Buffer to Different Variables Quick & Easy?
  509. [MFC] Using IWebBrowser2 => Navigate with TargetFrameName
  510. Detect if my destructor is called by unwinding through an exception?
  511. underfined inline function.
  512. Large private data member access
  513. May STL dtors throw?
  514. Executing out of order
  515. C++ & arithmetic exceptions
  516. Derived Class Reference to Base Pointer
  517. Are there standard C++ networking classes?
  518. difference of dates
  519. const-correctness and lambda expression
  520. standard c++ version
  521. "Correct C++ Tutorial" ch. 2.1 in PDF
  522. Static data member initialization
  523. Cross Platform C++ GUI API
  524. Incompatible issue (version 2.95 and 3.3) when using template
  525. Template argument deduction
  526. When to use 'new' and when not
  527. "Accelerated C++" beginner question.
  528. Handling logical predicates
  529. Find unused ID.
  530. quick question: sort() a vector
  531. Odd help request (method functions)
  532. sort() a vector: quick question
  533. joining two maps
  534. Could you help me to find out what is wrong the following usage of function object
  535. Avoiding expensive copying, reading and writing in my program.
  536. How to link in shared library?
  537. Calling a const char
  538. Help with downloading large files
  539. Extending class to be a base class *properly*
  540. Converting std::string to char*
  541. CRTP question
  542. is implicitly a typename warning
  543. Returning an argument or local variable ?
  544. C++ "Exam"
  545. How to call a function with variable argument list...
  546. about inheritance
  547. constructor initializer list
  548. what is the fastest memory allocation method???
  549. Hi
  550. Weird C++ error