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. Does the following program architecture make sense?
  2. Operator overloading
  3. what 's the precision of 'double'?
  4. Multiple Inheritance
  5. Try, Catch, And Throw
  6. extern usage for template instantiations
  7. is_polymorphic
  8. Compiler error with class templates - please help me resolve it
  9. Something like Reflection possible in C++ ?
  10. Windows screen scrape app using C++?
  11. dynamic memory
  12. Convert const int to char*
  13. Redim an array (new / delete)
  14. Is this a good use of friend?
  15. Wanted: tool to convert code to flowchart
  16. How many derived classes is not too much ?
  17. Variable declaration taken as a function pointer declaration
  18. Try catch in ctor initialization list
  19. For a copy of The Embedded Newsletter
  20. lock file or folder using c/c++ in windows
  21. Sorting a vector of classes
  22. Polymorphism
  23. Casting problem ?!
  24. Eclipse Plugin
  25. Pointer string assignment problem
  26. How to Solve a Root...
  27. Passing speicifc class elements as arguments without explicitly listing them - is it possible?
  28. problems with extern.
  29. how to avoid reinterpret_cast in this snippet?
  30. recursion
  31. Loading/Saving a structure using <fstream>
  32. Template overloading
  33. std::istream_iterator to read whole lines?
  34. Q about object assignment
  35. syntax error near unexpected token `<bigaf>' - AIX C++ Application Porting from 32 bit to 64 bit
  36. Sequence points
  37. GNU C vs BCC - huge output file
  38. about "++" and "--"
  39. About comma expression.
  40. elementary question about setting up class
  41. Graphic Library
  42. swig python-bcc32 problem
  43. console width?
  44. Syntax of constructors of inherited classes calling the original constructor
  45. a template meta problem
  46. Release/Build Problem - Adding a pointer variable solves it???
  47. Operator new and POD-struct
  48. Binding local variables to a signal connection
  49. URGENT HELP NEEDED
  50. very basic c++ question hopefully
  51. Help on istream& operator ?
  52. nested classes accessing inherited protected members of parents
  53. Mode?
  54. Cross Platform Compliling
  55. polyphony of average sound card
  56. Reading bits at an offset
  57. Templates vs Inheritance Literature?
  58. Factory specialization
  59. Seek to the last line in a text file
  60. accessing a hidden variable
  61. How to disable/enable displaying user input in console
  62. Volatile classes
  63. boost::bind problem in VC8
  64. why sizeof is different ??
  65. Help on C++
  66. Reg. code conversion
  67. hi all plz help me
  68. design question
  69. gcc compile error about vector
  70. gcc compile error about vector
  71. Why does getenv() work backwards?
  72. Simple Decimal class?
  73. choose between script and c++
  74. static variables in class
  75. how to split a string in C++?
  76. help with converting numbers to Charater strings!
  77. C++ interface to a graphics package ?
  78. Assertion failed
  79. Compiler error with nested templates (simple example included)
  80. From String to characters
  81. Calling Com+ From C++
  82. STL: memory allocation
  83. Unexpected destructor call
  84. STL: how to convert wstring to string
  85. I need a help in c++ data structure plz
  86. differences
  87. "paste" problem when reading user command from console
  88. Problem: shared object loading runs constructor of a static object, but static linkage does not.
  89. f_locals is NULL inside a method
  90. cout problem
  91. Isn't a function template inherited ?
  92. undef. behaviour in ctor-exc. handlers
  93. _bstr_t behaviour (how it should work in ANSI C++)
  94. Problem with endl in derived streams
  95. How to forward declare a class in namespace?
  96. Class recursion
  97. read / write locks and deadlock detection
  98. problem with simulating typedef templates
  99. Get rid of a (float) cast in timer class
  100. problem with default constructor of global object
  101. anyone feel like programming an OS?
  102. dynamic memory
  103. How to specify dynamic object names ?
  104. problem using C++ classes with AIX xlc Version 5.0
  105. typedefs vs. using-declarations
  106. sometimes crashes
  107. typedef question
  108. rand()
  109. Memory usage at runtime
  110. Protocol template fails in Xcode. Is there a better solution?
  111. operator new does not accept 3 arguments !?
  112. iterator beyond the first element
  113. missing return
  114. fstream constructor
  115. circular dependency...
  116. leak and void*
  117. Please Help With Linked List Project
  118. Const Friend?
  119. Overload operator << question.
  120. error LNK2019 problem
  121. Even Parity
  122. For Loop Does not End
  123. Help with array medians, modes, and searching
  124. Singleton Null Reference Exception
  125. Returning containers
  126. Why no local functions ?
  127. Question about macros
  128. Need Help with this Program.
  129. sort / vector
  130. #include<iostream> doesnt work in VC++ compiler
  131. Where should global variables be placed ?
  132. C++ Unhandled exception at 0x00000000
  133. Get copy of object from pointer?
  134. Variant return type
  135. CCITT in C++ for AVR
  136. How to include header files ?
  137. is this style good ?
  138. fstream array struct
  139. hi
  140. Very Fast Dyanmic Two Dimensional Array Class for Critical Review
  141. Calling VB6 Dll From C++
  142. getenv()?
  143. problem about compilation of MTL with MS.Net
  144. How to implement reflection in C++
  145. NEWLINE IN IOSTREAM
  146. Assigning the address returned from new to a reference
  147. [vc6]problem with resource editor
  148. Smart pointers: Conditional initialization
  149. Memory Speed Problem
  150. Order of c'tor call in case of virtual inheritance
  151. how do i declare a reference to a boost shared pointer
  152. Out-of-line template function
  153. Smart pointers and member function pointers
  154. Inherit member variables?
  155. Operator <
  156. Text labels...
  157. Text labels...
  158. Copy Class from Base
  159. What percent from the windows applications are written in C++?
  160. overloading operator ->*
  161. Unable to find system.h
  162. Help
  163. Tricky pointer problem?
  164. Upcasting ..
  165. running multiple codes
  166. oveloading operators
  167. Assignment operator=
  168. Opening an already Opened file
  169. Where to start on an error?
  170. friendship with nested class
  171. Where to place definations and declerations ?
  172. parse XBase to work with quicken?
  173. Two-Dimensional Dynamic Arrays
  174. STL strange problem
  175. Get pointer of object
  176. Problem creating new posix thread
  177. how to read datas from an excel file
  178. Learning pointers question
  179. Does this look normal to you?
  180. Implementing dirname with C++ strings.
  181. template parameters as friends
  182. Converting float to String
  183. Meaning of this array
  184. struct ?
  185. template help
  186. How To Write Unmaintainable Code
  187. API initialization and cleanup
  188. another visibility problem
  189. Help with a DLL, please
  190. Message Service implementation in C++
  191. Object slicing. How to??
  192. How to Accept Variable number of arguments ?
  193. How to make arrow keymove over the help button in Cpropertysheet in MFC
  194. problem with templates using Sun Forte 7 compilers
  195. List of reentrant C/C++ functions
  196. input problem
  197. null ostream?
  198. Template Function Format
  199. STL :: Set operations on sorted structures
  200. Problem with linker
  201. Threads with STL - can I run faster?
  202. Read the contents of an audio CD, HELP! PLEASE!
  203. forward declaration of classes
  204. Help with double linked lists
  205. sprintf equilvalent in C++ ?
  206. Can I abbreviate array in C++
  207. Transparent Class Wrapper
  208. Large Function, is it burden ?
  209. Inheritance
  210. visitor woe
  211. Is C++ for me?
  212. why the vc2005 Express edition can't create win32 project?
  213. Having problem with Queues
  214. Common c++ library by gnu
  215. "cannot convert parameter from 'short **' to 'void **'"
  216. Clearing a structure - syntax s = {0} question
  217. binders to members of members
  218. Geodetic Functions in a DLL
  219. Problem with Control-IDs of Windows (c++ and TestComplete)
  220. C++ Property template
  221. Neon WebDAV client for WinXP
  222. Neon WebDAV client for WinXP
  223. Programming Beginner
  224. Neon WebDAV client for WinXP
  225. auto_ptr_ref
  226. performance of c++ programm
  227. delete this, Arrrrrgh!!
  228. Enforcing derivation constraints between concrete classes
  229. Global Pointers
  230. problem finding the average
  231. How to do this? (Template selection?)
  232. Clearing structures with member functions.
  233. What's wrong with this program?
  234. How to add scroll bar in the child windows in MDI with Visual c++ 6.0
  235. set up program
  236. How to test for valid variable reference ?
  237. references - how is it useful
  238. Output in C++ with MPI.
  239. Class Help
  240. Cannot convert from char[20][40] to char*
  241. No Operator Found - Need Help.
  242. Got most of it done, but need some help...
  243. Where is sqrt defined?
  244. what are forward declarations
  245. step in-between printer (LPT)
  246. C# properties using C++ Templates, is it Possible?
  247. Pointer casting in GCC 4
  248. templates def/decl/mechanism
  249. Multi user programs
  250. temporaries
  251. GCC ERROR
  252. Design Question
  253. Callback functions
  254. setfill('\t')
  255. Lectures on channel estimation, frequency estimation?
  256. Edit box should support multi byte characters
  257. Commented out formal parameter?
  258. Why pointers?
  259. Sharing of objects across threads ?
  260. Not Using References Properly
  261. Need Help, Can you find the error???
  262. pointer to a vector of pointers
  263. Help on struct ?
  264. Is this a good method of repersenting an allocator?
  265. Using templates to enforce compile-time bounds checking
  266. iterator and const_iterator
  267. istream and ostream detail.
  268. help please!
  269. Classes
  270. cannot call systemfunction close
  271. Different ways of implementing virtual functions by a C++ compiler.
  272. Compiler Suggestions
  273. template function
  274. specialized containment???
  275. Help, read input from file ?
  276. inconsistent behaviour of const_iterator and const_reverse_iterator
  277. C++ vs. Matlab
  278. What did the compiler do with my program?
  279. Shared object linking problem
  280. ld.so.1: .... libstlport_sunpro.so.4.5: open failed: ...
  281. What is Max Heap, how to insert
  282. how to read a stream from a http source
  283. Recursion (slightly off-topic)
  284. SHA1
  285. threads within c++ class
  286. Structures
  287. String
  288. perimeter of a triangle
  289. perimeter of a triangle
  290. perimeter of triangle
  291. Bringing up a running program?
  292. perimeter of triangle
  293. How to create header file with compiling
  294. the difference among these ways of swapping two ints
  295. Dev-C++ - Files .o
  296. Binary File I/O and ^M
  297. TEST
  298. Sign of integer function.
  299. Can a C++ program affect time and space ???
  300. Reboot a PC with C++ code
  301. read data from file into structure ?
  302. What does & here mean? -
  303. Filling 2d array in less than O(n^2) time
  304. istringstream ?
  305. Best way to handle 'ostrstream'
  306. About c
  307. can't remember
  308. Renaming all files in a directory
  309. Dual search data structure
  310. codecvt mbstate_t values
  311. temporary and constructor
  312. difference in including the header files
  313. Naming convention fit for C++
  314. friend ostream& operator <<, compiles and runs in Dev++ no output or error in Borland
  315. stl container that store unique items
  316. How will it new/allocate memory when a class have string-type members?
  317. How to manange files of un-known numbers with STL?
  318. Why std::ostringstream inserts number group delimeter and how to disable this mode?
  319. Why doesn't this display the string?
  320. getting an array from an STL vector
  321. Empty class takes a byte?
  322. Available C++ Libraries FAQ
  323. operator^^()
  324. Are new std::map elements initialized?
  325. Question about the requirements of std::vector
  326. STL containers in C++ class public interface
  327. Image retrieval in IE's browser cache (Win32)
  328. creating alias for a class object
  329. Including files into executable
  330. IS CONSTRUCTOR A SPECIAL MEMBER FUNCTION? OR SOMETHING ELSE HAVING THE SYNTAX OF FUNCTION?
  331. DOS Window
  332. FILESTREAM HELP NEEDED
  333. How do you compare associative data types?
  334. Base class attribute visibility
  335. Function resolution for temp object
  336. Robust XML-RPC C++ implementation
  337. PLEASE HELP!
  338. HELP
  339. How big is an enum?
  340. Please help with bug in my function - converts int to string
  341. HELP
  342. c++, openssl & how to create SSL context
  343. dynamic memory allocation
  344. Any fast method to swap two nodes in a STL list?
  345. Weak Symbols
  346. How to insert immutable object into the stl map
  347. Source code formatter?
  348. [C++] Drawing a window border with asterisks
  349. About -I option in g++?
  350. pubsetbuf, filebuf and when to flush
  351. strtok() functionality in C++
  352. enumwindow
  353. deque implementation?
  354. outputting a NULL pointer to a stream
  355. how to access something efficiently ??
  356. access memory location
  357. Converting strings to numbers - a question of speed
  358. garbage collection with digital mars compiler
  359. Porting C++ application on 32 bit to 64 bit on AIX - ld : 0711-317 ERROR : Undefined symbol
  360. Between static & dynamic polymorphism...
  361. sprintf equivalent
  362. Easiest way to delay, throw away packets by interception.
  363. Linker odd behaviour while trying to assign objects from 2 different namespace
  364. not important at all - memory leak
  365. C++ Fundu queries ??
  366. command output
  367. valarray.sum() gives unclean results
  368. Multiple Definition of Symbols
  369. How to find the Maximum size of static data?
  370. what is the diff between pointer and reference
  371. difference in array and pointer
  372. help on templates
  373. Comparing 2 sorted vectors
  374. C++ test framework for TDD
  375. exception, constructor and return value
  376. Require help/suggestion
  377. exceptions in diamond's destructors
  378. template metaprogramming
  379. streams: files -> char*
  380. How to get C/C++ Language Help in Eclipse?
  381. Help about Graphy Theory and Communication Networks /C++ plz..
  382. C++ Programmers: Full Time, Permanent, National Institutes of Health
  383. STL iterator arithmetic
  384. expression template, two arguments, partial specialisation error
  385. error: invalid initialization of non-const reference of type
  386. portability thing?
  387. error: uninitialized reference member
  388. Help! "for (;;)"?
  389. Not calling base class constructors
  390. unistd functions in MSWin ?
  391. delete and exception
  392. class stack&queue.ineed some help
  393. Writing an allocator
  394. Writing an allocator
  395. How to catch all runtime exception
  396. Memory Footprint
  397. Use of Pointer of Pointer
  398. STL Vector and unique/sort algorithms
  399. Initializing class member variable with reference
  400. "new int[10]" and "new int[10]()"
  401. about system() in unix
  402. String cleaning?
  403. Where can I get some exploits?
  404. Still haven't gotten my exploits yet..
  405. Just to let you know
  406. Am I an idiot yet?
  407. Guess what everybody!
  408. Circumventing explicit constructors
  409. Instantiate class with non default constructor
  410. compile time problem
  411. Compiler warnings
  412. Advanced topics... optimising / C++ / OOP / RefCounting / type-safety
  413. Header and Classes Question
  414. converting C macros to templates
  415. distance between stream iterators
  416. GetBitmapBits and SetBitmapBits help
  417. ip, host from Apache
  418. reading a file
  419. Conditional statement ALWAYS works
  420. Bit Problem I met with IAR's C++ Compiler
  421. regex
  422. http handlers classes ?
  423. std::allocator
  424. File size limit on FAT32 file system.
  425. File size limit on the FAT32 file system
  426. bridging on Darwin
  427. error while compiling jni.h
  428. formatting buffers
  429. use object itself as key in stl map
  430. std::basic_string::copy deprecated?
  431. Inputting Data Into New Objects
  432. What kind of error is it?
  433. need algorithm
  434. why is it undeclared?
  435. Run cleanup before the program is killed from the outside
  436. Reducing dependencies
  437. Static Member Variables + Inheritance
  438. how to handle open() errors?
  439. output to a file
  440. enumerations: Possible to get the "key" string?
  441. Help with a simple c program
  442. about consts and function overloading
  443. about pointer initialization
  444. dynamic_cast help?
  445. Why there is no memory access violation?
  446. Initializing 2D array in constructor
  447. db connection
  448. Can't use <fstream> functions in a class?
  449. ifstream
  450. STL and shared libraries
  451. comparing two hashes (maps)
  452. operator const char*()
  453. some questions about "const"
  454. STL set broken?
  455. Problem With Basic Vector Sort
  456. Decrypt the code
  457. I rea......lly need your help ( C++ )
  458. going back to the top line in input file
  459. On polymorphism, pointers, and the like...
  460. c++ noob
  461. Abstract base class with no virtual methods?
  462. Help with code for slef similar melodies
  463. initialization of char *
  464. Passing a 2 dimensional array to a Function
  465. easy but couldnt see the error
  466. Charles Petzold talk - DoesVisualStudioRotTheMind?
  467. Template Magic to create variable length arguments to a function?
  468. multiply random number
  469. UNICODE
  470. New to Progamming -- What language to learn?
  471. Is it standard C++ code?
  472. leading underscore
  473. Sharing a Generic Ostream Iterator
  474. writing and readig on virtual interface /dev/tapX
  475. What is wrong here?
  476. string ok as public causes core dump as public
  477. const , static, MACRO
  478. MSDN Library.
  479. hash_map
  480. Please explain it
  481. Method which returns vector on unknown type
  482. Output problem
  483. declaration of `operator/' as non-function
  484. Virtual Member templates
  485. initiating a 2d array of a class
  486. Using "C" modifier to prevent C++ name mangling for DLL function??
  487. read data from file into structure in C++ ?
  488. candidate operator for convolution?
  489. Non-default constructor allowed in struct?
  490. O(1) append to set
  491. File full of '^@' characters after binary write
  492. Template template parameters, or something
  493. Wrapper objects
  494. Is there a better, more efficient way to write this program?
  495. DIAMOND SHAPE
  496. DIAMOND SHAPE
  497. passing a variable no. of arguments into sprintf (...)
  498. Objective evidence comparing languages?
  499. How to build read-only file into exe file?
  500. Accessing private member functions
  501. Hey,anyone recommend me a c++ class frame of FEM program?
  502. Catching standard exceptions
  503. using function pointer class members.
  504. Template parameter Deduction
  505. Can't Write Static Function
  506. STL / C2784 Problem
  507. Global (static) Var in a library initialization question.
  508. Accessing a Structure Using a Pointer
  509. Square root program doesn't produce the right value
  510. template blankets name of base class function
  511. Reset ifstream peek value?
  512. search and replace
  513. C++
  514. SPLint for C++
  515. erase in a vector
  516. Reference-counted error objects
  517. Need help with prime numbers program
  518. Parsing a string using istringstream
  519. Storing values to array
  520. how to get ostream_iterator to work
  521. partial sum
  522. pointer to member function
  523. .NET and unmanaged C++ communication
  524. Clashes between type conversion and operator[]
  525. how to initialize a class static member variable of composite type
  526. What the operator can be used without quantify with namespace?
  527. Alternate implementations
  528. Problem with defining template friend function of a template class.
  529. Simple question about string type
  530. queue question
  531. Program to change the Sound Recording Source
  532. How to convert from dynamic polymophism to static polymophism?
  533. How can I define a datatype with size constraint?
  534. Getting file descriptors from ifstream
  535. STL 2D Vector Questions
  536. Friend Functions and Scope
  537. Input/Output with files
  538. why get different result of a simple code on different compiler?
  539. Reference varible
  540. Does anyone have papers from Celebrating 20 years of C++
  541. Does anyone have papers from Celebrating 20 years of C++
  542. is there any reason not to inherit from std::exception
  543. What the assignment operator from other type(with template) doesn't work?
  544. typdef'ing a enum and all its enumerators
  545. Whats this Error mean?
  546. How can I insure that the objects of a class must be allocated in the heap?
  547. Help on ofstream ?
  548. Problem with ifstream::getline
  549. virtual functions: how is direct call to base class method handled
  550. How to reference out of namespace friend