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. Redudant virtual keyword?
  2. overloading operator+ question
  3. Help with ReadFile()
  4. Policy based design
  5. Currency Conversion using OO
  6. Accessors/modifiers naming convention
  7. how to declare/define a simple template.
  8. C++ and eclipse
  9. C++ - STL usage 'Advice'
  10. C++/JNI
  11. namespace std and standard headers
  12. how to read the contents of a xml file as std::string
  13. Making a library
  14. dev-cpp
  15. Please help: swap char problem in c++
  16. Is there any method to supervise the memory's waste?
  17. virtual abstract functions
  18. inline methods and pointers to members
  19. Help!
  20. Visual C++
  21. When to destroy, when not to destroy
  22. constructor help
  23. STL:: Questions on set_intersection
  24. problem with double's precision
  25. Private inheritance question
  26. Returning reference to template class object..
  27. Better data structure?
  28. ifstream.seekg failing
  29. Dangling references?
  30. string::c_str() and char*
  31. Cannot compile simple example
  32. How to add and call a do-nothing non-default constructor?
  33. Boost.graph - changing edge end-points or copying an edge
  34. How to detect non-implementation
  35. Problem only in release version!
  36. command way for string manipulation?
  37. IDE C++
  38. templates vs inheritance
  39. why does this crash?
  40. Porting to a new compiler, that doesn't support virtual functions...
  41. How to declare a static fstream within a class?
  42. converted long to double lost significant digits...
  43. Graphic Library for 2D plot!
  44. Global template specialization in namespace -- alternative?
  45. return statement check
  46. how can see the memory usage for one process in Windows/Solaris?
  47. Ways to solve a puzzle in C++ -- variety
  48. I am a friend of Victor Bazarov cpp guru quesitons
  49. C++ hardcore
  50. Searching within an abstract data type (ADT)
  51. getset vs public-private
  52. Dynamic memory
  53. Help with std::locale
  54. Displaying two different data types with operator ?
  55. end-of-line character problem while reading stream characters and wrinting into array
  56. huge dictionary
  57. ways of mapping c++ classes into DBMS tables
  58. Problem using rand() function
  59. arithmetic overflow with enum
  60. Trouble with pointer to a function
  61. Q: incremential redefinition by the precompiler OR workaround
  62. having linking troubles
  63. Compile flex & bison
  64. How to initialize an array member in the member initialization list?
  65. redirection casting?
  66. Why an Abstract Base Class cannot be instantiated ?
  67. C++, VBS, or Batch for text file creation / modification
  68. friends in a class
  69. Function that swaps arguements - is this right?
  70. void argument
  71. circular list search
  72. ambient swap template not found.
  73. C++ --ContourCube VCL for Borland C++ Builder
  74. Random Addition
  75. STL code
  76. When templates in C++
  77. Why might you define an abstract member funcion?
  78. is operator= not polimorphic (virtual)?
  79. Constructor
  80. Understanding Separate Compilation
  81. Projects
  82. how to access help for MS Visual C++ 5.0 compiler (AKA Developer Studio 97)
  83. pthread problem related to c++
  84. undefined symbol + shared object + template
  85. Any Sample???
  86. Pointer to class member array ... element? Possible?
  87. Default construction versus construction with initial values
  88. Creating a custom project in VC++ .NET 2003
  89. Creating a sustom project in VC++ .NET 2003
  90. exponent format.
  91. example of operator += .... is it a bug?
  92. Extract/Include bites in binary file
  93. wcout' is not a member of `std'
  94. std::string sprintf
  95. PC Speaker Music
  96. Source Code (C++) Comprehension Tools
  97. include each other's header files...problem
  98. Selection of partial specialization blocked by namespace confusion
  99. String Problem?
  100. file size...
  101. exceptions and stack objects
  102. Hello world not working on Unix :(
  103. cin.ignore();
  104. Design Problem
  105. question about mouse buttons
  106. Arrays vs Vector Help
  107. confused about arrays
  108. Passing by reference / "Unhandled exception: User breakpoint"
  109. switch case failure
  110. changing char to wstring, how?
  111. static member function in class template
  112. Members and Templates
  113. Templates and helpers.
  114. Binary data in std::list
  115. MACROs are ugly but...
  116. kdevelop or eclipse
  117. Help me design my scheduler
  118. Can static member funcs be friends?
  119. Hyperthreading??
  120. "Debug Assertion Failed" On Smart Pointer
  121. java-like properties files (key/value)?
  122. where does system stack grow in cpp?
  123. novice question
  124. Error C2064 : term does not evaluate to a function using 1 arguments
  125. Problem with boost::regex_replace
  126. crash on return
  127. uses of the copy constructor
  128. How do I use wchar or wstring?
  129. ? about priority_queue how make objects unique
  130. I just don't get it, really, I don't getline(char*,streamsize);
  131. changing words to ASCII
  132. Converting a String to an Integer
  133. STL multi-dimensional vector computations on rows and columns using iterators
  134. jumping beens, well... jumping programs, aaahuuu-aah
  135. Warning : Possible use of null pointer
  136. STL multi-dimensional vector computations on rows and columns using iterators
  137. STL multi-dimensional vector computations on rows and columns using iterators
  138. C++ Libraries generated in windows Can be reused in Linux?
  139. C++ code in C file
  140. Intrusive pointer problem
  141. Virtual destructor
  142. change clock's precision
  143. Threading Library
  144. what is at 0 address in a program?
  145. ostrstream and memory leak
  146. Copy Part of String Into Other Strings
  147. Sun of digits in a number
  148. forward declaration of inherited classes possible?
  149. strcmp() vs. std::string::operator==
  150. 52 choose 7
  151. why virtual constructor
  152. why virtual constructor
  153. Default template arguments in function templates
  154. read and calculate values from output files
  155. String Parameters to Template Classes
  156. bitwise..
  157. Visual .NET not complaining on a C++ semantic error
  158. Const correctness for pointer data members
  159. list remove and insert
  160. Problem with initialization of poiter to the file stream
  161. structure and constant memebers
  162. validity/visibility of vars
  163. FreeBSD, gcc 3.3.6 from ports, and nss_dns.so.1
  164. Problem in Singleton
  165. STLport-4.5.3 and native (Microsoft) stl
  166. You opion on "should the limit in bitfields be removed?"
  167. You opion on "should the limit in bitfields be removed?"
  168. multimap and user defined object
  169. dynamic object arrays
  170. where do exception specifications go?
  171. Reference Variable as an Alias... Huh?
  172. Best way to parse a small txt file
  173. Help Problem with Lvalue required
  174. Difference between struct and class
  175. C++ Word automation Extract text
  176. string as a return type
  177. string as a function return type
  178. Req - C/C++/Unix-Fulltime Position
  179. template iterators
  180. Pointer and assignment question
  181. You Can FIND any thing u want
  182. WM_MOUSEMOVE
  183. What's wrong with this code ? (struct serialization to raw memoryblock)
  184. Pointers to nested structs
  185. difference between single and multiple exceptions
  186. allocator for map
  187. overhead
  188. types of a pointer
  189. function call misinterpreted as a variable
  190. virtual function and vtable
  191. Problem in private inheritance
  192. serializing an arbitrary data structure into a flat buffer (raw contiguousmemory block)
  193. Md2SUM how it works?
  194. sizeof arrary
  195. virtual static int xyz; // if bjarne cannot think of it ...
  196. Assignment Overloading
  197. Cross-platform development tool
  198. Casting pointer to members
  199. object reuse question ..
  200. wxwindows gui library
  201. oop design for a chat room
  202. Crashing with cstdio file class
  203. Opinions on application design?
  204. strings
  205. delete from a file, maybe overwrite!?
  206. Server app speed - Java vs C++
  207. how to compile .c on Windows
  208. Typical Exception Handling Implementation
  209. Encryption doesn't work right
  210. NaN in C++
  211. nonmember function swap used in assignment
  212. cout won't print string
  213. "Reverse" polymorphism
  214. C++ joke post --troll like style
  215. STL BOOK
  216. Color in win32?
  217. time problems
  218. Saving to a database
  219. Using a loop to do this...
  220. library for querying virtual polygon over raster spatial data
  221. Constructor help
  222. what is funtion for delay in VC
  223. Anyway to break input into tokens in STL?
  224. Can't figure out syntax error with templates/member function pointers
  225. grammar for c++ for coco
  226. Xerces, howto parse stringstream and validate with xsd-file
  227. enum visibility problem
  228. serialization of structure into a raw memory block
  229. Operator= overloading question
  230. Need help choosing a C++ development tool set - TIA for responses :)
  231. Bimodal random generation - help
  232. name conflict
  233. "LNK2019 - Unresolved external Symbol" while using templates
  234. New to C++; Examples in Physics and Chemistry.
  235. ifstream can't open file
  236. cast ambiguities
  237. How to obtain library name at compile/preprocessor time?
  238. Troubles with building boost 1.32
  239. First CFP for ADVIS'2006, Fourth Biennial International Conference on Advances in Information Systems
  240. Are there tools for working with .ini files?
  241. LINK : fatal error LNK1195: target machine 'ARM' requires '/SUBSYSTEM:WINDOWSCE'
  242. Best performing use of boost::spirit
  243. c++ array conventions
  244. Problem with Composition Relation/Forward Referencing.
  245. switch case error
  246. single double precision question ....... more
  247. Question about language compliance
  248. operator []
  249. struggling with a design approach ......
  250. uninitialized bool
  251. CoCreateInstance fails returning class not registered
  252. Weird Output
  253. Here is my idea on how to do this program, but I cannot put it into action
  254. errata page
  255. I need help with a program
  256. calling the method from the parent class
  257. for loop
  258. passing void function pointer
  259. Kdevelop/Kcachegrind
  260. dev-cpp icon issue
  261. class library in c++
  262. How to do this in c++
  263. Q about default function parameters
  264. socket programming windows Dev-cpp environment
  265. setjmp/longjmp in Symbian OS
  266. [Project] List & ConstIterator
  267. assignment operator overload error??
  268. oo in c++...and may other
  269. Recursive templates
  270. copy constructor in g++
  271. How to measure code-efficiency?
  272. What is NP-complete?
  273. Removing all elements from STL queue
  274. primitive range
  275. inheritance question
  276. taking a pointer from iterator
  277. pssible confusion about iterators
  278. Pixel Manipulations
  279. Loki Typelists
  280. class with destructor inside a vector...?
  281. Binary
  282. Partial specialization ambiguity resolution
  283. subset function for string
  284. Why can type conversion operator not be qualified with explicit?
  285. meters 2 ft/in problem
  286. error C2664 with InterlockedExchangePointer
  287. sizeof(std::string) seems to small
  288. C-Array iterator C++ compliance problem
  289. c++ question
  290. ctor using template pattern?
  291. peek() and tellg()
  292. Need to volatile a by-reference parameter?
  293. arrays
  294. I need a function that extracts all string from /this config
  295. creating an array of pointers
  296. / operation
  297. system call
  298. Template recursive class
  299. Value of INF (double)
  300. destry array of defined type
  301. Selectively Public Function
  302. intersting problem with inheritance and iterators
  303. Creating functions sequentialy
  304. collocated architecture versus distributed architecture
  305. distributed computing choices
  306. select() for iostreams
  307. sandbox is the same as development machine?
  308. interfacce in c++
  309. integral vs. user-defined type check
  310. va_arg only for bult-in types?
  311. Function pointers in typedef templates under Linux
  312. vector functions
  313. How is memory deallocated after an exception in a constructor?
  314. Templates and friend operator
  315. static local variable in a member function.
  316. Convert float/double to wchar_t (unicode)
  317. Possible problem with iterators in STL
  318. Does c_str property of string class allocate memory?
  319. multidimentional array
  320. forward declaration?
  321. inheritance not allowed
  322. ambiguous definition
  323. the function in_avail()
  324. The best OOP languages??
  325. Templates, friends, operators .. what more do we need to have fun?
  326. Object ownership and memory management
  327. How to tell if a number has decimal places different than 0
  328. C++ equivalent for strftime()?
  329. A doubt on assignment operator.
  330. Pitfalls and problems in this code?
  331. error in file input
  332. Spreading a class across several compilation units
  333. an error i coudnt understand
  334. template linker error
  335. SFINAE problem.
  336. Generate All Subsets
  337. quick watch of an overloaded operator
  338. Prevent a class instance being created on the stack. Possible somehow?
  339. OT-Sort of--> Versioning
  340. more effective c++ item 31
  341. Compiling error
  342. Pointer question
  343. i've got strange destructor
  344. Use Class Definition From Different File
  345. Why isn't the whitespace removed?
  346. auto_ptr
  347. C++ philosophy - using clause in header files
  348. Extracting data from a date
  349. strstream.h header file?
  350. Othello Valid Move Logic
  351. vector inside a class
  352. Local objects in function not destructed on exception?
  353. Pointer to array of char
  354. input issue
  355. exceptions and prototypes
  356. unknown compile error
  357. instanceof
  358. indenting
  359. extracting int of string
  360. calling pure virtual in abstract class's constructor
  361. ABC inheriting from ABC
  362. memcpy()
  363. strange compiler error ( gcc 4.0.2)
  364. c+ header files
  365. unnamed namespace problem
  366. Is it possible to create matrixes with vector <vector <double >> ?
  367. Creating and using a lookup array
  368. Catching unknown exceptions
  369. Class data to byte stream transfer mechinisim
  370. convert double to string query
  371. defult reference parameters
  372. organizing elements of two sets for efficient search.
  373. Private inheritance renders class inaccessible
  374. Draw a line using Bresenhams
  375. Why virtual function can not be overloaded?
  376. tweaking the virtual function table pointer
  377. why we use letter 'm' for variable decleration
  378. Need Help with static struct class definition
  379. running another program from a C++ program
  380. How does company culture affect you?
  381. What's the new features of c++0x?
  382. Why this warning here?
  383. template specialization
  384. lookup tables
  385. STL::vector problem
  386. do serious programmers have a life?
  387. 1D pointer to 3D array casting
  388. std::vector's reserve(), erase() and clear()
  389. Measuring a String
  390. Debugging bizzare error help needed
  391. casting pointers and dynamic binding
  392. Logging for C++
  393. garbage collector
  394. std::map & compare
  395. C++ and setting pointer to eof to add records
  396. Force method call in destructor of a derived class?
  397. Array of array recursion
  398. Regular expressions and I/O
  399. visibility/passing of variables
  400. template function compareLess
  401. code obfucation
  402. c++ interfaces
  403. int a, int b[a]
  404. pass by reference vs pass by pointer
  405. safept
  406. How do I initialize complex class static member?
  407. default argument in friend function of template class
  408. inserting into stl containers using boosts' lambda
  409. How does STL report out of memory errors?
  410. break
  411. Help with UNIONS
  412. Logic check please
  413. std::vector - works in BCB6 but not in g++
  414. concatenation operators
  415. Template specializations
  416. Commercial md2 and md3 use
  417. new to stl
  418. Object creation - Do we really need to create a parent for a derieved object - can't the base object just point to an already created base object
  419. read system-call
  420. Life time of static pointer to member function
  421. problem with char*'s and changing individual chars in it
  422. 3 files = 1 program HELP!
  423. Global object initialization
  424. Why is delete[] basePtr undefined if basePtr points to array of derived-class objects
  425. what is the different between glibc.* and libc.so.*/libstdc++*
  426. Cannot dynamic_cast the same object for the second time?
  427. strange multi-inheritance problem
  428. exception
  429. STL Vector vs Arrays
  430. How to implement malloc()
  431. SmartWin++, release candidate 0.99993 out...
  432. memcpy confusion
  433. ifstream and wifstream - combined
  434. set of structs (intersection)
  435. set_intersection
  436. is it safe to change the char* returned by ostrstream::str()?
  437. should this program compile?
  438. non-const for_each usage
  439. any potential multi-heritance fault?
  440. how much memory does an empty STL deque occupy?
  441. list::splice and iterator invalidation
  442. Date encoding as integer please help
  443. skipws
  444. Slicing problem
  445. g++ compile error
  446. Simple stack implementation
  447. question about polymorphism
  448. set and operators
  449. set and operators
  450. Is user login ?
  451. Beginner questions...
  452. is chmod(766) possible in C++?
  453. Boost program_options trouble
  454. Boost program_options trouble
  455. Newb float casting question
  456. Coding Problem, Help Needed
  457. Callbacks accross different threads
  458. Function Ptrs a bad practice in c+ ?? Array od Function Ptr - Indexing issue
  459. How to find memory leaks?
  460. is it a good idea to assign object to pointer without initialising it to NULL.
  461. Using Ptr of derived class to point to base class and viceversa
  462. Casting char to char*
  463. Casting char to char*
  464. How can i Create a EXE file in win32 use C++
  465. Inline assembler errors
  466. Inheritance & polymorphism
  467. [templates] is this code legal?
  468. Is C faster than C++
  469. Structured programming
  470. Help on OO leap year calculator
  471. Anti-rust programming language
  472. stl data structure to represent a tree
  473. reading tabulated files
  474. Explicit destructor calls from inside base class destructor
  475. Visual C++ and visualization
  476. Redefinition Error
  477. Recompilation problem
  478. Calling assembly from C++ and vice versa
  479. late binding for most drived class
  480. Cast from void* to base class virtual function problem
  481. template, implicit specialization?
  482. Error in using ams { } with C++.
  483. what is word boundary?
  484. How would I write a cell phone OS?
  485. "Aborted" (while reading file ?)
  486. Converting AnsiString to double
  487. Simple Database Interaction
  488. problem passing a static const int member by reference
  489. bmp//array questions
  490. specialize a template function that contains a template parameter
  491. hardware interaction
  492. Textinput with more than one line
  493. Kernel streaming
  494. Template.. iterator...
  495. char *string
  496. Converting Strings
  497. Exception handling stack trace
  498. templated exception type
  499. Casting Strings
  500. Overloading Operator <<
  501. std::allocator % HeapAlloc
  502. memory allocation problem
  503. Template construction in old gcc 3.3.3 does not compile in gcc 3.4.4
  504. questions regarding class
  505. new char[480000000] crashes
  506. how password is stored and check the authentication??
  507. template<T> operator+. linker error
  508. Convert double to string
  509. this pointer
  510. problem in using [ ] operator
  511. Openings in Webspectrum for JAVA NMS/EMS
  512. array
  513. std::wofstream
  514. valid main declaration
  515. stl vector help
  516. Display MS DOS's Size...by default...
  517. Calculating the log of a number
  518. namespace issue
  519. Calculating the nth root of a number
  520. passing character to function.
  521. need for typedef for instances of template classes
  522. Need Help with programming
  523. Converting a PRN file to a CSV using C++
  524. Redirecting printed messages to a file
  525. a question on my constructor "STRING (const char*)"
  526. Unused variables used for class constructors
  527. Segmentation fault
  528. Again: linking between C++ and Fortran results in incorrect result
  529. Challenge
  530. undefined symbol error
  531. Case-insentive
  532. setting values for all elements in hash to a value
  533. vector.size() and (signed) int
  534. memory allocation checking
  535. recursion order question
  536. It looks like bad programming, but is it?
  537. HTTP Client library - uploading files (POST method)
  538. Union Misalignment?
  539. Specialization problem
  540. Specialization
  541. Return appropriately by value, (smart) pointer, or reference
  542. this on reference counted objects
  543. how to improve custom String implementation
  544. Non Null Terminated string
  545. library problem
  546. can cout<<""; can cout<<""; contribute ?
  547. Porting from g++ 2.95/3.2 to g++ 4.01 template problem
  548. Simulate post at webpage
  549. is a char promoted to an integer in C++?
  550. same value enum