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

  1. Creating pythagorean triples from input.
  2. How to clean ostringstream?
  3. get_item_price
  4. Function to do nothing
  5. Class that can log what it's doing...sometimes
  6. defining wide-character strings with macros
  7. video/movie (mpeg, qt, whatever) creation info... where to find
  8. Calling function that may throw an exception
  9. open-source object-oriented and agile C++ library
  10. Question about definitions
  11. Smart pointer template question
  12. ISAPI Filter and sessions
  13. Why I can't have a reference to an unsized array ?
  14. std::complex
  15. Method inlined in source1.cpp and called in source2.cpp
  16. when to use "new"
  17. const member fn changes static data
  18. Disabling dialog being displayed in Windows taskbar
  19. Removing elements from std::vector.
  20. default constructor in Java versus C++
  21. Banker's Algorithm
  22. Bit-shifting to multiply and divide?
  23. Questions about edit box in VC++ 6
  24. implementing remove in std::allocator
  25. How many virtual functions before needing dispatch tables?
  26. Windows 64 Bit Programming
  27. Random number if range is greater than RAND_MAX?
  28. Does std::set have an efficient copy?
  29. Array of Strings
  30. Adding Objects
  31. ptr to member
  32. constructor call
  33. Checking for memory leaks: valgrind versus insure++
  34. Container class. compiler error
  35. Linking error in VC++ 6
  36. C++/C-library linking (pslib)
  37. const?
  38. Parallel programming
  39. Design question (specifically, script interpreter)
  40. Does anyone knows how to "disable multiple instances of application"?!
  41. C++ cross platform frameworks
  42. Op or punctuators
  43. How do you pass a Vector to a function?
  44. constructor and destructor when initializing sized vector
  45. templated data member
  46. Recursive Calls with Ellipses
  47. Fetching binary file linked in URL
  48. std::map problem
  49. What are makefiles useful for?
  50. C++ & parsing streams
  51. Please Help
  52. strang behaviour std:vector and XString in VC6.0
  53. using this in static member function
  54. Template copy constructor question
  55. Visual C++ 6.0 Plugins?
  56. Can't use ofstream??
  57. copy construction
  58. HTTP Post
  59. Extracting from istream into stringstream
  60. possible compiler bug?
  61. Survey: Frequency of usage of smart pointers
  62. maintain project
  63. difference between return &*i and return i;
  64. STL vector searching question
  65. system() or _popen()?
  66. A good job for Win32 C++ programmer in NY
  67. class types as proxies to an array
  68. ifstream problem
  69. Quickest way of reading a binary file into a vector<char>?
  70. why the RTTI cannot tell the const qualifier of variables
  71. Is STL queue Thread Safe?
  72. [win32] invalid conversion from 'void*' to 'HBRUSH__*' ?
  73. Question: Comparing template singleton variants
  74. B+ Implementation in vc++
  75. Can anyone recommend a good course??
  76. why I have not cast from object to reference
  77. STL inplace_merge on user-defined objects
  78. Linker errors on Compaq comiling C++ application using STL
  79. Essential Mathematics for Games and Interactive Applications
  80. error: `EBUSY' undeclared (first use this function)
  81. why i can't compiler code in 64 mode
  82. C++/CLI
  83. Variable Optimization Question
  84. Program not running correctly
  85. RAII for value objects
  86. passing parameters by const& ... can it be overdone?
  87. explicit conversion
  88. Temporaries - when do they begin, when do they end?
  89. Aspi Information required...
  90. Variable number of arguments when calling a DLL function
  91. How to access object file in visual studio.net
  92. Pointers and references
  93. Inline functions and performance
  94. operator new, delete, static variable lifecyle and more
  95. operator new, delete, static variable lifecyle and more
  96. I think it cannot be done but why not?
  97. namspace qn
  98. How to capture WebBrowser's OnAfterPrint event in C++?
  99. Retaining a handle on a std::indirect_array<>
  100. Simple UNICODE question
  101. The real issue with accessors and mutators
  102. do static functions get inherited?
  103. braindead languages?
  104. Output location in an array
  105. how to understand references to variables and references to constants are distinguished?
  106. const qualifier problem
  107. static data-member undefined external
  108. STL Sort
  109. Design question: N-dimensional tensors
  110. Problem with macro expansion
  111. iostream & Adding Console I/O to a Win32 GUI App
  112. template from MSVC++ to Linux gcc 3.3.4
  113. linkage of object declared outside main
  114. Derived methods hiding inherited methods
  115. Arguments *Against* Exception Use
  116. class for "updatable enum"
  117. static data-member treated as extern
  118. a question about overloading operator<<
  119. Game Control Storage
  120. How to make a "long&" parameter optional
  121. How to design this?
  122. test (sorry)
  123. listing files in a directory
  124. By reference or by pointer
  125. Nested template type access
  126. eMbedded Visual C++, hide/show toolbars
  127. Access violation - Malloc problem
  128. why?
  129. conversion: errno => exception
  130. Memory Leak in this simple C++ program, a compiler bug ?
  131. ncurses
  132. stl-list in 2 dimensions
  133. assigning void * w/o cast
  134. visual c++ 2005 express edition beta
  135. Accelerated C++: [1,rows] Not so fast
  136. initializing embedded anonymous struct static members?
  137. Calling a object's overloaded operator with a pointer to that object.
  138. Pattern for this? Or something?
  139. object of a class as its member???
  140. Learning Borland C++ Builder uses
  141. Where have all the umlauts gone?
  142. C++ coding standarts and how to structure "bigger" projects
  143. Detecting binary verses text file streams
  144. c++ and database
  145. Failure while assigning values to a variable: Aborted
  146. Please help with C++ Makefile and % Operator
  147. Data Structure and making the size change
  148. ASN.1 - DER
  149. Question about over loading
  150. hello
  151. initializing non-static consts
  152. 'class' type redefinition
  153. 'class' type redefinition
  154. PDF/HTML Output Class
  155. map within map
  156. Storing downcast objects in a vector
  157. install source code to a drive other than "C:\" ?
  158. std::streambuf::setg & std::streambuf::setp success or not?
  159. Loading file into an array
  160. Singleton problem
  161. syntax of stringizing macro
  162. Templatized 'Random' member function.
  163. STL alternatives?
  164. unsigned long long and bitset quirk
  165. mem leak in Singleton?
  166. Left/right side of assignment
  167. Inheriting from STL bitset
  168. C++ design question
  169. System Tray
  170. Question about delete
  171. library problems
  172. Variable sized type
  173. Vector and derived classes objects
  174. c++ libray for http protocol
  175. no subject
  176. Is there a design pattern for this?
  177. comma
  178. Interface inheritance
  179. creating and using .lib files
  180. Constant Variable
  181. Types defined inside templates
  182. Problems with multiple CPP files in my project
  183. LLONG_MAX vs ULLONG_MAX
  184. Snipe hunting in C++
  185. Giving the preorder & inorder lists, How can be constructed the corresponding B-TREE ?
  186. How to disable "using namespace"
  187. Address of a reference?
  188. using ofstream to alter file contents WITHOUT overwriting them
  189. Object Initialization Question
  190. std::string and \0
  191. World's First Book on Professional Data Recovery Programming
  192. Why Does C++ Name-Mangle Identifiers?
  193. Boost Spirit Question
  194. Is this a compiler problem ?
  195. double delete
  196. silly question about inheritance
  197. performance
  198. Nice way to do help screen output?
  199. Question about dangling pointer
  200. Boost sanity check
  201. Why is this expression illegal?
  202. passing an array of LPSTR to C++ by reference
  203. Seeking Borland C++ 4.5x
  204. truncate end of file
  205. Accessing COM ports in Win32
  206. Programmers Wanted - Poland, Warsaw - full time
  207. templates and translation units
  208. Is this binary search correct
  209. Template class partial specialisation problem
  210. C2064: term does not evaluate to a function ( While using STL map)
  211. constructor initialization list
  212. new line character is considered as two characters
  213. Obtain the hardware installed in a linux machine.
  214. C and Flash integration problem
  215. fstream question
  216. Override/redirect a function call from a dll
  217. Virtual inheritance...
  218. Problem with Windows XP
  219. node name or ip?
  220. Perstistence of Class Static Data Members
  221. Output not right
  222. Exception handler for STATUS_GUARD_PAGE exception.
  223. Date conversion algorithm - Help needed
  224. quicksort template
  225. stack overflow just because of a double array[500][500]?
  226. how to "new" a two-dimension array in C++?
  227. archive
  228. searching keys in std::map using map::upper_bound
  229. template specialization problem, but only with char*
  230. C++ sucks for games
  231. getting items from Hashtable
  232. reinterpret_cast and enumerations
  233. Simple question with array of strings
  234. address-of a template class template member function
  235. copy constructor question
  236. Link Error 'Multiply Define Symbol'
  237. prolem in calling mysql C API in C++ project
  238. abstract class and pure virtual
  239. Constructor Filter Through... ?
  240. namespace and #define
  241. [named pipe] i wanna know about validate of pipe handle of client
  242. simple and basic c++ question
  243. How to distribute classes in .cpp and .h files
  244. upper limit - no of fstreams
  245. Borland Builder C++ 6 It's tutorial on the Editor
  246. rainflow count
  247. bound template parameter as argument to friend member functiondeclaration
  248. explict keyword for constructors with no arguements ?
  249. explict keyword for constructors with no arguements ?
  250. Design pattern question
  251. Fatal Error C1083...Please Help
  252. Wonder why this error...for this .h file
  253. Access violation with AnsiStrings
  254. World's First Book on Professional Data Recovery Programming
  255. Interfaces and functions...
  256. Web Cam, Notification of Broadcast
  257. How to test memory allocation with new ?
  258. Winsock try catch exceptions
  259. VC++ .h files (No Build Tool)
  260. Does list.clear() delete the objects in the list? If not, what is the correct method?
  261. Debugging class into dll
  262. Design Question
  263. using namespace directive in header file
  264. named pipe problem on linux
  265. problem with boolean flags
  266. [C++] Rewinding an isteam and GNU G++
  267. Range-Checked Vector Problem
  268. Circular dependeny: Forward declaration does not help!
  269. Using STL on SGI
  270. Compile error: invalid type modifier within pointer declarator
  271. non-delay mode read from cin
  272. Compiler warning when using vector of pointers
  273. C++ Function Pointers
  274. Is f() lvalue?
  275. MathCode C++
  276. C++ Coding Standards : 101 Rules, Guidelines, and Best Practices
  277. Address of temporary objects
  278. how to save to a text file
  279. KBits
  280. Best IDE platform: Eclipse?
  281. std::find requiring operator!=
  282. Fox: best GUI Lib?
  283. More 2D array with pointers
  284. Code critique please
  285. unsigned int const does not match const unsigned int
  286. placement new and exception
  287. why size of *this and size of basic and derived class different?
  288. don't sync() on an fstream at EOF
  289. Some of the recent developments of the ISO C++ front
  290. crash when run out of memory
  291. Casting struct to char array (was: Linked List problem)
  292. #define and commas
  293. [STL] hash_map problem
  294. C++ compatible with C ?
  295. templated function with vector
  296. serial keys/validation keys
  297. embedded directory paths
  298. reassign keys in an STL map
  299. Destructor not called
  300. macro substitution
  301. ostrstream question
  302. Explicit and partial template specialization nested in classes.
  303. Problems with ....hmm, linker perhaps
  304. JKop bashing thread
  305. enums in C and C++
  306. static data member lost?
  307. new algorithm
  308. one question about comma
  309. algorithm help
  310. how to save to a text file
  311. Passing function addresses as parameters (Calling convention problems)
  312. strange compile problem with make
  313. Header files
  314. return i++
  315. Is there a data type in C++ called inline?
  316. TCP socket program where each node initiates connection with some nodes and accepts connection with the others
  317. objectStream in C++?
  318. Friend function of a template class
  319. Any way to speed up "new"?
  320. using map item without assigning onw first?
  321. Disable "New Hardware found"
  322. use of argc and argv
  323. how do I overload (type) operator?
  324. Printing 2D Arrays with Pointers
  325. Question: Program crashs without reaching the breakpoint set at the beginning of main()?
  326. ifstream --- error maybe?
  327. The history of throw?
  328. Is this valid?
  329. mul. inheritance & overloading operator new/delete solved by virtual base inheritance?
  330. typeid operator
  331. multiple inheritance and overloading operator new/delete
  332. I need big integer library.
  333. C++ to C++ transformer
  334. Create a list of numbers
  335. Portable way of obtaining current working directory......
  336. What can cause a fopen call to lock up?
  337. Don't no whether to laugh
  338. n00b help
  339. linker problem LNK4089 with WS2_32.dll
  340. Help with compiler errors for an old code
  341. Another help on fstream
  342. istringstream "hexadecimal string" value
  343. help for function pointers
  344. conversion of string to all lower case
  345. Operators that cannot be Overloaded - WHY?
  346. multiple inheritance and overloading operator new/delete
  347. Vector
  348. static const help
  349. A few floating point issues
  350. Linking libraries
  351. Reading command line parameters when main does not pass them??
  352. how to initialise a reference in g++
  353. Your C++ Homework
  354. Object of Combination, an example of C++ templates programming
  355. back_inserter() on strings
  356. operator overloading
  357. Classes/library which opaques jni.h
  358. Pure virtual called -- why uncaught by compiler?
  359. linking to a .so object's functions?
  360. float to char*
  361. Avoiding const_cast ?
  362. get a row from a 2-D array
  363. Global const strings
  364. Extending a class - initialising new members.
  365. Name for a common idiom
  366. use of member functions in constructors
  367. Union with anonymous struct
  368. Problem with hierachy and constructor
  369. Static Variable running init
  370. Marshalling in COM
  371. Changing Directories
  372. Template confusion
  373. a+b+c is not equal to a+(b+c)
  374. explict keyword for empty constructors ?
  375. abstract classes not detected by compiler
  376. Problem with pair container typedef
  377. png.h RGB-palette conversion help
  378. The right way to implement a common datasource for a hieracy of classes?
  379. diamond inheritance hides non-default constructor
  380. microsoft visual c++ path problem
  381. Problem with Event sending using ATL
  382. Call Stack
  383. C++ sucks for games
  384. partial template class
  385. size of empty struct ?
  386. Dynamic analysis tools information
  387. Trouble with Strings
  388. Printing stl::list objects in gdb
  389. screen capture problem
  390. Array
  391. test
  392. syntax error befor '::' token... what to do ???
  393. Where do I go from here? (Learning C++)
  394. Openning a file while in an object
  395. Toward an Introspection Open Standard
  396. Auto get()s and set()s
  397. Errors got when declaring member functions to be inline
  398. Why Use Classes?
  399. Visual Studio 2002 Enterprise Developer NEW IN BOX on ebay
  400. dll and c++
  401. RAII / handling failures during destruction - advice required
  402. vector: erase() and rbegin()
  403. Obtaining the position of an element with a collection
  404. Problem using mem_fun.
  405. C++ is EVIL, it's the computer language of SATAN ! ! !
  406. Subtracting large numbers usng linked list
  407. Trouble with operator overloading/type conversion
  408. Integer input
  409. Throwing a simple exception
  410. using templates and map
  411. Keeping a binary search tree complete
  412. my first 3D Multiplayer game using directplay (troubles with AppWizard's code)
  413. Don't understand this C++ exercise
  414. what is "in memory compilation"
  415. Making an input stream fail.
  416. linkage error when initializing static member array
  417. Deletion of a matrix
  418. runtime log
  419. Getting the type of a variable?
  420. std::vector<string*> crash...
  421. Compiling cgicc w/ MinGW?
  422. question about const and text segment
  423. Small code review
  424. iterators
  425. help with my c++ example
  426. class problem
  427. problem with STL container and dynamic classes
  428. what kind of bug?
  429. ifstream with files > "GB
  430. Standard Library function converting char[] to int?
  431. Clearing input buffer
  432. iostream trouble (accessing basic_ios)
  433. Temporaries, non-const yet r-value?!
  434. Conflict with <fstream> and <vector>
  435. c++ named pipe example
  436. rand() function doesn't work well??
  437. One Big (std::) Header File?
  438. flush the stream
  439. Converting from binary to long
  440. weird error
  441. STL template
  442. where is std::string defined?
  443. Urgent: Need info on C++ Linking
  444. STL: Searching with binders and predicates
  445. Probably a Stupid Mistake
  446. pow() question
  447. Yves Meynard's Enumeration class (CUJ Web exclusive, May 2003)
  448. borland c++ 5.01?
  449. Survey - Common Programming bugs and Bad practices
  450. bitmap backgrounds?
  451. vulnerabilities
  452. Cannot See It!
  453. include
  454. MSSQL from DOS
  455. Problem initializing class with literal array!
  456. streams and functions
  457. Object Argument passing in pthread_create
  458. USB programming
  459. libstdc runtime error on Unix box
  460. Code Problem
  461. Implementing deque with a couple of vectors?
  462. Problem with usage of STL release Dll with debug application
  463. Plz send me some good online link for memory model in C
  464. std::map insert core dumps
  465. templates in a std::vector??
  466. Arrays over vectors?
  467. __lll_mutex_lock_wait ()
  468. help needed with some c++ programs... urgent
  469. (ot) A Big Thank You?
  470. Question about Extended ASCII character set, and fstream
  471. about constants...
  472. Anyone know of a good ODBC Database Class?
  473. defining new types
  474. dynamically instantiate a class
  475. Calling a C library function from within C++
  476. templated constructor specialization?
  477. Sentinels and nested if
  478. EDG possible sozeof BUG
  479. dereferencing memory location some time after deleting the same one
  480. why is this still working??
  481. Copying objects and arrays
  482. When is a static data member defined?
  483. string & array
  484. How to static link .dll files (not MFC) into .exe file in Visual C++ 6.0?
  485. STL & Multithreading
  486. Function Pointers
  487. Convert a char array to a managed system string
  488. casting problem
  489. virtual base class overhead
  490. Why being an indifferent typist may be harmful
  491. generic programming and dynamic polymorphism
  492. a[3} slower than a.x; a.z; a.z
  493. std::max_element
  494. test
  495. inline functions and return by reference.
  496. Vector Elements
  497. testing
  498. testing
  499. pointer to structure?
  500. namespaces conflict?
  501. Reading specific memory address into variable
  502. Callbacks
  503. What's static link at runtime?
  504. No out_of_range exception for "iterator + n" vs. vector.at( n )
  505. Refreshing application during SQL - command
  506. Multithreading library
  507. Portable libraries for Mac/Win/Lin?
  508. Connecting Access Database
  509. Command line interpreter
  510. Printing "long double" type via printf() on MinGW g++ 3.2.3
  511. case insensitive string::find
  512. POSIX Time
  513. Dereferencing pointers
  514. No scientific notation?
  515. A fast column based Cholesky factorization in C++ needed
  516. C++ IS OLD TEHNOLOGY!
  517. initalizing vectors
  518. Where is the specification for <complex.h>
  519. question about excerpt from "Accelerated C++"
  520. contradiction in TC++PL?
  521. Windows App - C++
  522. No Macros, No for loops, Pure C++
  523. Beginning C++
  524. sscanf feature in C++?
  525. about cout output format
  526. Winsock - Empty Receiving Buffer
  527. [Q] Impact of Unseen Types
  528. Numerical methods with C++: Any book recommendations
  529. [URGENT]Signal Handling
  530. strcpy and the copy constructor
  531. [URGENT] fgets reading last line in file twice
  532. Nested namespaces
  533. [BCB] moving components at runtime
  534. [g++ mingw eclipse] How do I setup Eclipse to use MinGw's g++ compiler?
  535. Hmm... inheritence... hmmm
  536. Unwanted / unnecessary prompt connecting to DB
  537. Fun with valarray.
  538. Help on code for dynamic matrix using pointers
  539. Anyone Know of Good Date/Time Classes?
  540. Stupid Question #119
  541. Template functions and overloading
  542. Inputting integers with commas
  543. [not-in-charge]
  544. Inheritance and object factories...HELP!!
  545. agile
  546. compile time efficency / run time flexibility - best of both worlds
  547. Incredibly simple graphics question
  548. seeekg/tellg not working properly?
  549. Who can help me?
  550. realloc vs vector