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. portable fmemopen
  2. adding a bool to a string
  3. macros standard equivalent?
  4. processes and threads: meaning of vesting
  5. Help creating an executable from a .cpp
  6. Counting down an integer vector from the highest degree (111) to the lowest degree (000)
  7. STL MAP, how to restrict
  8. C++ Internals
  9. a better way to use a const ptr as class member?
  10. Take paramaters as one pointer?
  11. problem need help
  12. Heap allocated object's class constructor throws an exception.
  13. Array CopyConstruct as efficiently as possible
  14. copy char*
  15. member initialization
  16. imbue(locale) and file encoding
  17. Quick question about initializing
  18. Memory-efficient datastructure for sparse matrixes not indexed from 0
  19. char* to string
  20. Convert exceptions in wrapper without using macros?
  21. how to customize compare function of std map class?
  22. "try{throw}catch"
  23. data jam/preserves
  24. Inheritance and Data Access Question
  25. SHuffling a Linked List
  26. combining two vectors
  27. Destructor calling order from function calls different from <Effective C++>
  28. Feedback on my programming style
  29. FILE * and fstream
  30. Specifying platform independent interface without using virtual member functions
  31. Best practises for boost:signal
  32. C++ grammar on function declarations
  33. Learning auto_ptr_ref role in auto_ptr implementation
  34. jihg
  35. for_each with vector of function objects
  36. static_cast vector<float> to vector<double>
  37. class encapsulating reference
  38. unable to read char * strings from a buffer
  39. efficiency of a non-polymorphic inheritence
  40. finding offset of a class member at compile time
  41. Manage web form with libcurl
  42. tools for creating small, practical and portable programs
  43. Strange: Cannot recieve UDP packets that are broadcast on the network.
  44. string extraction
  45. log4CPP
  46. Programmer's mood and their performance
  47. evaluate a string expression in if statement Linux C/C++
  48. Function expecting char*, does using vector<char> gain me anything?
  49. Finding an object in a <set> of pointers to objects
  50. Class method less robust than C function?
  51. gcc "ld: cannot perform PE operations on non PE output file"
  52. Creaing the binary from Makefile
  53. working with arrays, creating a video library
  54. Locales, file parsing and isspace, use_facets etc
  55. Abstract Factory
  56. Visual C++ 6.0 Runtime Error
  57. Debugging when one program calls another
  58. template specialization on void*
  59. compilation problem (port cpp from windows)
  60. unsigned char* to CString - problem
  61. copy constructor of std::auto_ptr<>
  62. Bitmap help
  63. elegant error handling in message processors, how?
  64. main(int arc, char *argv[])
  65. enum across objects
  66. trouble accessing into a referenced variable
  67. is 'operator delete' a function?
  68. Generic function Memo-izer template class
  69. Exception handling in Visual C++ 2003
  70. Pointer Dereferencing
  71. to check if the given string is substring using c++
  72. cast string to size_t
  73. Template inheritance and linker error
  74. problem facing while using ostream_iterator
  75. referring contents of another container.
  76. question about Partial Template Specialization
  77. Assignment error with user defined vector container
  78. Question about overloading the [ ] operator
  79. finish a file
  80. cross platform compiling - gui for linux & windows - what to use? gtk?
  81. In Foucs on C++ exam
  82. Can i pass a function to template?:
  83. == evaluation problem
  84. Unicode
  85. Declaration of a struct inside namespace
  86. Extending a class template
  87. Templating a typedef or aliasing a template
  88. Synthesized and non-inherited class members
  89. help me
  90. throw from c'tor
  91. Initializing a vector of a vector in a constructor
  92. Deep Copy smart pointer not requiring virtual copy constructor
  93. Now here is something I hate!
  94. object and class name reference
  95. what mean: const A&a = A() ?
  96. Runtime error: std::bad_alloc at memory location
  97. Lambda library types as indices in for_each
  98. uml from c++
  99. arglib counted_ptr operator= question
  100. error: `struct A' is inaccessible
  101. Recommendation for GUI for C++ on Windows XP?
  102. switch is not optimized for mapping between enums
  103. A bright note...
  104. How to create a beautiful GUI?
  105. linked list quicksort
  106. switch is not optimized for mapping between enums
  107. enums and namespaces
  108. smart pointer (copy_ptr) as class member
  109. IdIcmpClient1 Replystatus?
  110. 3D vector memory deallocation
  111. Lists of synthesized and inherited class members
  112. Inheritance n level deep
  113. About Inheritance and its concepts
  114. Rubbish Output Dev-C Compiler / Program for Binomial Coefficient
  115. repeating intructions in .h and .cpp files
  116. problem with multiple inheritance
  117. multiarray
  118. Auto Vector of pointers?
  119. how many inversions????
  120. Best Way To Copy Complex Structs
  121. [survey] LWG issue 206
  122. Intrinsic Function in C++?
  123. Order of destruction of static locals w.r.t. globals
  124. program with gcc on Windows
  125. new-initializers for an array
  126. manipulating an objects through pointers or references
  127. What the heck?
  128. I want the meaning of this statement
  129. Default reference variables
  130. Deriving from STL containers
  131. sharing resources over inherited classes
  132. Evaluating Preprocessor
  133. ISO IEC C++ standard specification 14882:2003
  134. std::vector and size_t
  135. STL Vector - clear() works for 2D Vectors?
  136. locale and wcin, wcout, wfstream
  137. linker error w/ templates
  138. Please explain this unexpected behavior (regarding return-by-value)
  139. Conversion constructor
  140. n00b class question
  141. order in which files are built
  142. Template specialization with a template
  143. inheritance problem
  144. Why this program is wrong?And how to improve it?
  145. Solution Guide for Bruce Eckel's "Thinking in C++"
  146. "could not deduce template argument" error
  147. Program to split very large files by line count
  148. Exception safe & Exception Neutral deep_copy smart pointer
  149. Implementing an I/O wrapper and Parser (console project)
  150. Idioms to handle backward compatibility using templates
  151. specialized template function w/compiler error on invalid type
  152. integrate C++ into browser
  153. right shifting
  154. Templates & abstraction question
  155. Ambiguous member function pointer
  156. Template class member function specialization
  157. Iterate over a vector of vectors, etc
  158. Iterate over a vector or vectors, etc
  159. casting int to char
  160. ADT classes
  161. Stroustrup "desk calculator" chapter 6
  162. malloc and new
  163. Why this code can't be compiled??
  164. inheritance first go
  165. assign const_iterator to const pointer
  166. define a copy constructor in a class having data member as an object of another class
  167. Does boost's regex lib support the lookbehind feature?
  168. forward declare member function so that it can be friend function
  169. string convert to function name
  170. Dev C++
  171. Stroustrup 5.9 exercise 13 (creating a structure)
  172. Stroustrup 5.9 exercise 12
  173. Stroustrup 5.9 exercise 11
  174. also an inheritance problem
  175. A easy problem about Polymorphic
  176. How does a GC compute the root set?
  177. conditional structure vs. function pointers
  178. Hello everyone
  179. Default template argument in a function: reasonable but disallowed
  180. STL derived class : parse list from inside
  181. C++ standards for thread management
  182. knowing if a template parameter is a pointer
  183. "Safer" assert?
  184. retrieving openmode from a stream
  185. convert from string to char array
  186. std::string title case
  187. Why operator<< should be friend or global, non-member function.
  188. Worrying Prevalence of K++ Compilers
  189. variable initialization results in "unhandled exception"
  190. Compilation error in template code from Modern C++ design
  191. STL list related
  192. Stroustrup 5.9 exercise 9
  193. class initialized array
  194. Using same source for different apps
  195. C++ STLPort 5.0.2 ,new, vector
  196. Stroustrup exercise 7 section 5.9 (using struct)
  197. Stroustrup exercise 7 section 5.9 (using arrays)
  198. help for inheritance problem
  199. any suggestion please
  200. Stroustrup 5.9 exercise 6 (char& as argument)
  201. Stroustrup 5.9 exercise 6
  202. Problem with template class
  203. offsetof( ) macro
  204. sizeof character constants in C++
  205. confused between declaration & definition
  206. .Exe with Visual Studio 6.0 (C++)
  207. stringize variable name
  208. how to avoid ftol
  209. callbacks using function pointers
  210. Stroustrup section 5.5 "vector of struct"
  211. Is it safe to refer to function-returned values?
  212. recursive function for the bear game
  213. memory leak with a thrown exception
  214. Passing a class by reference ??
  215. catching assertion error
  216. terminate called after throwing an instance of 'std::bad_alloc'
  217. Help with Vectors
  218. Compiler supplied assignment operator and references
  219. Hidden Installer
  220. typedef of template classes are always default constructed?
  221. Menu handle program
  222. const against non const pointer
  223. A smart pointer and type forwarding
  224. o-notation
  225. idea request: generic function logging
  226. Generic collection class in C++
  227. Class member functions confused as Macros
  228. problem on hiding console window
  229. Template specialization for vectors of any type
  230. Friending an inner class to a templated class
  231. why the efficiency between debug and release version differs so much(VS2005).
  232. line numbers in IDE
  233. reverse engineering visual c++ 6.0 source code into UML
  234. breadth-first traversal
  235. ways to delete the element in between with vector?
  236. function of 2d array
  237. RWCollectable Replacement
  238. C
  239. A basic doubt on VPTR and VTABLES
  240. get integer values using ifstream error.
  241. nth_element() not compatible in VS2005
  242. Initialization of const objects.
  243. cout2,
  244. MS Studio
  245. Viewing BGL Graph
  246. STL map class ordering
  247. how to read a Unicode file
  248. using nested for loop, workin with displaying prime numbers
  249. Sticky problem with collection class
  250. dll file problem
  251. Designing a property system
  252. Templates questions
  253. Passing member function pointers are template parameters
  254. Parsing a string into integers using istringstream
  255. JFace for C++?
  256. memory offset of member variable within class
  257. Templated friend function can't access private members?
  258. Problem with function selection in templates
  259. Looking for C++ book recommendations
  260. Where to put typedef std::map<key,val>....
  261. Is an incomplete initializer good form?
  262. Generic Pointer Type
  263. Defect Report : numeric_limits::is_modulo insufficently defined.
  264. New C/C++/OpenGL Software Tutorial
  265. Good way for error generation on template instantiation
  266. How i can make compatible vc7 with vc8
  267. How to use VARIANT??
  268. Why is this not allowed anymore (anymore being with a more recent compiler)?
  269. STL Map in which the value type has no default constructor
  270. Private enum in class
  271. Learning Compilers using C++
  272. will it leak?
  273. on cout,
  274. Invoke New Handler
  275. Power calcualation once more :(
  276. Strings C++
  277. Remanent - tworzenie nowej bazy od podstaw
  278. How can a Vector class be optimized ?
  279. Async / sync class design question
  280. Problem running vc++ code with gcc
  281. strcat syntax with int and char
  282. complex inheritance
  283. Stroustrup 3.7.1 - "vector"
  284. a question on c++ preprocessor
  285. Customizing structure with policy classes
  286. Writing Struct to File doesn't work - what am I doing wrong?
  287. Stroustrup chapter 3 - 3.6
  288. sum of the first n odd positive integers
  289. std::stringstream
  290. Exponential output with cout - should be changed....???
  291. hash_set core dump on memory free
  292. QT/Trolltech multiple monitors
  293. Pointer Question
  294. iterating through vector<string>'s.... error
  295. operators & namespaces
  296. Help: datatypes...
  297. " Interviewing Seminar LEADERS; How did I do that ? Faith that's HOW... "
  298. How to overload the new operator for std::complex<double>?
  299. static constant as class member
  300. Information for C
  301. Function Template help
  302. Char*
  303. help on C++/programming interviews...
  304. how C++ implements the dynamic type?
  305. Find/Replace with char arrays without string functions
  306. Question about compilers....
  307. partial template specialization...
  308. erase-remove usage
  309. yet another memory leak
  310. How to call Aggregator class destructor?
  311. help with string search
  312. wrapper around data structure?
  313. Calucalting the power
  314. No object definitions in header files?
  315. boost::regex - fail to compile a simple sample
  316. Container with pointers
  317. storing iterator in a class
  318. typename usege problem ...
  319. classes and members
  320. malloc and new...
  321. Any implementation for one-many message dispatching mechanism in C++?
  322. Writing better program?
  323. template class and static member variables
  324. Error: no compiler tool is associated with the file extension (*.h)
  325. hi
  326. combine __FILE__, __LINE__, __PRETTY_FUNCTION__
  327. Parsing question
  328. Memory leak detection tools?
  329. sizeof of an instance differ from sizeof of a class
  330. Nested (non-regular) data types
  331. Recursion
  332. vector reserve() and clear()
  333. C++ Event Coding Questions
  334. Avoiding evil macros
  335. sort() function for user defined type
  336. Help with Iterator for templated list.
  337. Declaring double in the scope of a class
  338. Thumb rule for passing arguments
  339. What does the object name represent?
  340. warning: missing braces around initializer
  341. inline warning on borland C++
  342. a good C++ editor
  343. one more question with smart_ptr
  344. How find a number ina list
  345. const ref vs. pointer
  346. stl container as default arguments - how?
  347. The number is odd?
  348. cout true for bool(true)
  349. Singleton without static : possible??
  350. A new approach to specifying typelists?
  351. Help with cd autorun program
  352. Hide the KeyCombination Ctrl+Alt+del
  353. std::vector and operator==
  354. Problem with Circular Linked Queue Program
  355. seek and fgets and fputs fopen
  356. Automatic conversion operators
  357. problem with vector
  358. HELP!! <please>
  359. Are C++ strings binary strings?
  360. Q: change position of list element without invalidation
  361. how do I find out how many days between 2 days?
  362. could you explain the code from the second header file?
  363. could you explain the code from the second header file?
  364. Virtual Constructor
  365. hash table...again
  366. How to count some repetitions
  367. How to count some repetitions
  368. Is it simple way to create a singleton or is it wrong?
  369. unsigned char* compiler error
  370. faq 1.#QNAN00000000 and -1.#IND000000000
  371. XMLCh and wchar_t
  372. Counting # of single digits with arrays?
  373. Functions having same name return different type values in subclasses.
  374. Searching Multiple Arrays
  375. Out-of-bounds Nonsense
  376. why does this right?
  377. How do I determine if a CPU supports Uniprocessors/Multiprocessors or only ACPI
  378. help upcasting
  379. gcc TR1 support under Windows 2000?
  380. Is (&(*(T*)0)) UB ?
  381. remove elements from vector
  382. How to avoid repeated names?
  383. pointer to function
  384. ABI backward compatibility
  385. f2c's abs conflicts with <complex> abs
  386. memory allocation design problem
  387. Method overloading and inheritance
  388. Is this passing arguments by reference
  389. Why doesn't this code work?
  390. Precedence of overloaded cast operators
  391. Name mangling Doubt
  392. Execuable protection
  393. Needed - C++ Experience Professionals
  394. Use memory instead of sockets in IPC ?
  395. Stroustrup section 2.5.1
  396. conversion from one user defined type to another
  397. How to use CPPUnit effectively?
  398. where does /return value/ go?
  399. Interface classes
  400. Problem with sorting a vector
  401. don't understand the STL source code!
  402. searching for global extrema
  403. Different Variables Use Same Memory
  404. STL map
  405. bit operators
  406. problem on saving object relations.
  407. Unix: advanced c++ debugging techniques
  408. type safety and reinterpret_cast<>
  409. virtual function
  410. STL and local structs: Is this valid ?
  411. header files revisited: extern vs. static
  412. inline class functions in separate file
  413. A n00b.
  414. copy constructor
  415. pointer past end of buffer
  416. useless design pattern
  417. Stroustrup ch2 section 2.3.2 example
  418. pointer to member function as a template parameter
  419. __NAKED__ nonstandard C++ directive
  420. Specialization of a method from an imbricated template class
  421. basic_stringstream with unsigned short
  422. basic_string with unsigned short
  423. basic_stringstream with unsigned short
  424. operator+
  425. reading files in VC++ 6.0
  426. C vs. C++ and C compiler optimization question
  427. Resource question
  428. smart_ptr question
  429. Threading in C++
  430. copy string[] to vector<string>
  431. Simple Iterator question
  432. Break ifstream input into words?
  433. file processing problem
  434. what's wrong with this strtok_r()
  435. Online Source, Book for Reference purposes
  436. help with function template and using size of
  437. cin.ignore... better way wanted...
  438. Using Lists to do a selectionSort function
  439. Unexpected result messing around with own binary search
  440. how can I create a system process
  441. service and process question
  442. Difference between operator and function
  443. C++ Best practices, OOD, Linked List
  444. how to dinamically allocate memory for two dimensional array?
  445. Confused with passing values through classes ?
  446. returning value from constructors
  447. partial specialization on std::vector
  448. Explicitly calling constructor
  449. dynamic_cast for down casting from base to concrete type
  450. More memory space needed for an Enum
  451. how to add a ".0" to ostream floats
  452. How to find dependent dlls for am exe?
  453. modulus etc
  454. Large Object within Pointer to Function & Switch
  455. What's wrong with this program using template?
  456. Student assistance requested.
  457. Help with delete operator and destructors (code attached)
  458. std::istream::readsome
  459. Templates and structures
  460. What's the best way to create c++ objects from string names on the fly?
  461. formatting with int
  462. User inputted length of an array without an extra variable.
  463. ctype.h & using namespace std
  464. Opening a File
  465. hash table memory question
  466. doubt on traits with memchr and memcmp
  467. Garbage Collector examples ?
  468. fstream doesn't write
  469. What is Mutex?
  470. accessing data with different views
  471. Metadata information for image and audio files
  472. Memory access violation (only with -O2).
  473. when is sizeof evaluated
  474. Deriving from a templated base class
  475. iterator based plot
  476. Question about size of class
  477. Passing dereferenced new pointer to reference paramter
  478. basic_string with unsigned short
  479. basic_string with unsigned short - initialization and usage
  480. basic_string with unsigned short
  481. Two objects created in a Single class
  482. cycling through a vector?
  483. cycling through a vector?
  484. cycling through a vector?
  485. nice printing 0 not -4.44e-14
  486. pointer to a Class initialization question
  487. allowing header files to call each other?
  488. Yet another template question :o(
  489. Formatting output of floating point numbers
  490. #define together with #pragma
  491. Link error for a static member
  492. #define together with #pragma
  493. #define together with #pragma
  494. Memory-hogging variables - swap to disk?
  495. Overridden method doesn't get invoked
  496. New to embeded C++
  497. Pointer to Function
  498. Static members
  499. Pointer to Function
  500. Inheritance in C++
  501. Extract 5 bits at a time from a stl string
  502. memory allocation deallocation ...
  503. error LNK2019: unresolved external symbol - cl compiler
  504. i lik to be one among u
  505. c++ exception with a non-ascii message
  506. C++ cross referencer
  507. custom ostream for debugPrint purposes
  508. Read file of multiple data types.
  509. what is visual c++? (stupid question)
  510. std::maps
  511. Application logging
  512. Strange problem...
  513. use of namespace
  514. for vs. while
  515. Bool expression
  516. Beautiful women, aged clones, and Ultimate Fighting Championship
  517. max_element with binary predicate
  518. Why is stream fail() bit set?
  519. Templates and Interfaces
  520. auto_ptr correct usage
  521. Incrementing using ....
  522. Code Hangs with CTabCtrl in _AfxRemoveDefaultButton
  523. Inserting into std::set
  524. Using an Initialized member in a function
  525. warning C4267 and warning C4996
  526. private bool function
  527. error: ambiguous overload for 'operator <<' in...
  528. How to get the bit after shifted?
  529. Extend an enumeration
  530. how to understand the syntax int i(val)?
  531. Binary Tree - Depth First Search
  532. How to effectively represent and Increase MAC address
  533. icc vs g++
  534. wstring usage
  535. Which STL templates to use?
  536. boost regex format string
  537. conditional compilation
  538. NTGraph problem
  539. MMU and vtable
  540. MMU and vtable
  541. Which to learn first: C or C++?
  542. macro vs. template???
  543. I can't get STL pair to work
  544. Interface constraints using templates
  545. Read only access to members
  546. CFileException::generic
  547. shared_ptr efficiency problem
  548. Which to learn first: C or C++?
  549. Rationale behind copy semantics in STL containers.
  550. learning Modern C++