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. strange link error when STL is used
  2. string literal does not match array template parameter
  3. static_cast etc
  4. Looking for C++ implementations of a particular pattern
  5. debug gives different result than run
  6. I don't understand this code.
  7. Getting class type
  8. Adress of a struct vs address of its first field
  9. Does filename has to be the same as funtion name??
  10. Random numbers something insatiable ?
  11. STL newie
  12. Using for_each() to deallocate memory
  13. Problem with unary function for_each
  14. Is returning a reference to a constant undefined?
  15. "extern" for the same file leads to wrong result. bug or feature?
  16. Invalid suffix to floating constant
  17. WAN IP adress
  18. Very simple screensaver in VC++
  19. std::map<int,std::set<std::string> > Wrong? (Segmentation fault.)
  20. How can i find when a variable is out of scope?
  21. Deleteing Objects from std::vector
  22. the different between aaa m1[100] and aaa *p = new [100]
  23. RTTI
  24. How to use running ActiveX exe in another program instance ?
  25. Why Am I Getting an Inverted Question Mark?
  26. C++ SDL Makefile for MPW on Mac OS 9
  27. # character
  28. threads question
  29. pass pointer to a thread function ?
  30. how to make object sortable for use in STL containers
  31. how to cast stack-based class?
  32. Ksiazki dla poczatkujacych
  33. Compile time constants - few questions...
  34. can a class definition inside another class's definition
  35. File Deletion Problems
  36. problem about array of object
  37. Design pattern for file cache
  38. C++ theory
  39. Please help me write a functor template
  40. looking for version of portfwd ported to HPUX
  41. how to include a templatized variable in another class
  42. Suggestions on casting needed
  43. enum { A,B, }
  44. New POTM Contest: Deadline May 31, 2005
  45. Pseudocode Help
  46. alloc 2d array with new
  47. Classses of each other
  48. Digraph Class
  49. Any way to get rid of the cast when calling get_value()?
  50. how to do a "REAL" string compare?
  51. std::list & sorting
  52. [BEGINNER] Some questions
  53. nakładki
  54. Read a binary file
  55. How to test string library functions ?
  56. Copy Constructor and other questions
  57. Private/protected inheritance problem
  58. displaying ints in price form
  59. How do I...?
  60. MCISendString() - Playing MCI files from memory
  61. Making a global variable
  62. Inheritance query
  63. Wrong way to pass pointer by value in functions
  64. design pattern/ class relationship
  65. c++ and windows api
  66. What is "stdafx.h" for in VS.Net?
  67. Pointer to member function
  68. Using vector units
  69. wierd template
  70. Is it an undefined behavior in C++ Standard?
  71. Quick and dirty C++ managed memory
  72. Can the Forward Declaration contain the infomation of inheritance ?
  73. Point me in the way to a timer?
  74. Using a modifier method inside the constructor
  75. Converting String to Integer or Double
  76. Simple files.
  77. Streams and Serilzation.
  78. Conversion Operator question
  79. illegal espace sequence question
  80. help with code and error msg plz
  81. Return value of std::map::erase()
  82. In search of a good example.
  83. Q: Map of pointers to member functions
  84. error in mystrcat
  85. Need help : -O2 flag and GDB
  86. Question about passing by const reference
  87. Pretty code
  88. Problems with reading binary data files
  89. Polymorphic types and a lot of confusion....
  90. C++ Question
  91. inaccurate floating point and DBL_MAX
  92. Do using declarations respect private, protected, public access levels?
  93. bind2nd question
  94. why is "delete" an expression?
  95. KToon: 2D Animation Toolkit
  96. Building an ATL ActiveX Sink
  97. A big thanks to you all
  98. Wierd Behaviour: Crash at 'delete' of memory.
  99. Use Real 1GB and Fake 3GB Memory?
  100. Best Practices GUI Design Whitepaper
  101. Getting AXIS C++ to Interoperate with Python
  102. simple(?) question about template
  103. C++ FAQ
  104. Overflow
  105. pointer arithmetic with inheritance
  106. Concatenating Calls
  107. Alias de template comme parametre de fonction template
  108. std::maps within std::maps -- optimisation
  109. Error with __extension__
  110. Dispatch Interface question
  111. aribitrary length arithmetic
  112. Date conversions in C or C++
  113. WndProc - Windows Classes Question
  114. OSS 2005 Conference -- Call For Experience Report
  115. Best practices for referring to other namespaces in header files
  116. Thread Start Time and End time
  117. Pointer List How?
  118. friends and templates
  119. Which is the best C++ compiler for Windows ?
  120. Which C++ compiler do you use for windows and why ?
  121. using templates as substitutions for #ifdef
  122. when can pass by value be dangerous?
  123. Interview questions in C++ and OO
  124. std::list member in class? - vc6 problem?
  125. How to do MFC code change when a field type in the underlying data base is changed
  126. inheritance and memory layout
  127. Strange email address
  128. Backtracking recursion problem
  129. when to use uint? dis/advantages?
  130. advice on using mutable
  131. query on std::make_pair()
  132. issue with << and >> overloading
  133. How to set up virtual "get" methods?
  134. How to open VERY large file using std::ifstream
  135. Deleting sub-list from list
  136. Advantages of C++ over C - request for information
  137. Derived classes question
  138. From char* iterators to char* strings
  139. VC6 compiling problem
  140. permutations and combinations
  141. Reducing build-times for large projects.
  142. getting avg of long and std::vector::size_type
  143. Problem with default parameters in templated functions
  144. Static Vars in member-functions?
  145. std::map - erase+continue
  146. Adjacency list representation
  147. operator <<=
  148. i++ or ++i, any difference?
  149. Using 'random_sample'...
  150. Copy algorithm with insert iterators...
  151. i used to post question
  152. redirecting stdout to nowhere
  153. Grpah bridge
  154. Small C++ exercise
  155. any classes help me to measure some program segment runing time.
  156. Not C++ but...
  157. Help me find a good typedef name for the following type
  158. Question about Files.
  159. g++ typedef inheritance
  160. Circular dependencies in Templates - better solution?
  161. What C++ has promised you ?
  162. cin and cin.getline()
  163. Assignment from scalar to user-defined type
  164. Need Help wit Programming Assignment strlen()
  165. core dump when using ifstream
  166. DBL_MAX
  167. [ICSEng'05] Final CFP - due date March 10, 2005
  168. [ICCIMA'05] Final Call for Papers; Due Date March 10, 2005
  169. Initialization of static objects
  170. Iterator and arrays
  171. Function template + overloading + polymorphism
  172. Teaching new tricks to an old dog (C++ -->Ada)
  173. [BEGINNER] new keyword
  174. Help with assembler thing
  175. why sizeof can't be overloaded?
  176. the virtual keyword
  177. How can I use 2 dimention pointer
  178. #include "file" -vs- #include <file>
  179. question on try/catch
  180. integer or long overflow...
  181. getline() and a '\0' as a delimiter
  182. Memory Problem part 2
  183. delete a void * pointer ?
  184. Memory problems
  185. Problem with destructor
  186. Changing CreateQuad() defined Texture - D3D
  187. Which is the proper header to include for std::pair?
  188. validity of pointers to vectors
  189. How C and C++ are context sensitive
  190. Syntax question
  191. about filehandling
  192. ld: 0711-317 ERROR: Undefined symbol: .__vec__delete2
  193. UNIX signals & C++
  194. can you return a void function call?
  195. exception in a constructor
  196. Class design...
  197. Am I right in thinking a return value is carried over into a __finally statement?
  198. Why we need symbol files for GDI32.dll or Kernel32.dll etc...
  199. Navigating C++
  200. Backward traversal of sequence container: stop condition
  201. class design question
  202. how to compare two number sequences
  203. UnOverRideable member functions?
  204. extern const in c++
  205. problem with array sorting - urgent responce needed, due tommrow
  206. rdbuf() stream
  207. What are the threading options in C++
  208. benefits of precompiled headers
  209. errno, etymology thereof
  210. what is (const String& str)?
  211. Any good static analysis tools out there?
  212. Set of vectors and...
  213. throw specifiers only when debugging
  214. typing characters in TEdit starts principal form's shortcuts In Borland c++ 6.
  215. Does "void func(MyClass *& myCls)" make sense?
  216. get vector from iterator
  217. assignment in class
  218. asignment in class
  219. Container with Abstract Type
  220. Swapping data between vector and map...
  221. How to disable warning C4786 in VC++ 6.0?
  222. Problem overriding >> and << in a template class
  223. multiple files
  224. Weird const-ness troubles
  225. validity of begin() on empty string or vector
  226. ostringstream / ostrstream problem
  227. ToString behavior
  228. Code Clean up (refactoring?)
  229. COM mechanism - please help!
  230. Removal Of Elements in a Vector Conatings User-Defined Object Basedon Value Contained in Object
  231. Initializing a subset of state
  232. Boost and austria C++
  233. operator = override
  234. Advanced C++ Book Suggestion
  235. ABC vs. CRTP?
  236. Functor and function pointers
  237. Why does std::exception constructor specifies it can throw any ?
  238. istream trouble
  239. much optimizing = bad code ? (array/vector)
  240. How to read...?
  241. TAPI
  242. need help with operations stability
  243. Return pointer or variable by ref.?
  244. please help me view the code
  245. C++ programming migration from DOS to Windows
  246. Template function type for arithmetic operators for elementary types
  247. C++ programming migration from DOS to Windows
  248. printf a 64-bit number
  249. Is pass by reference thread safe?
  250. New to c++, need help with a template class
  251. replacing chars in a text file
  252. SPI on PCs parallel port
  253. STL vector<float> crash
  254. How increase a C/C++ Program speed ?
  255. Template parameter method being identified as a variable
  256. Starting Book for C++
  257. Generic indirection adaptor
  258. A list of multiset.
  259. Less than operator...
  260. Learning game programming timescales
  261. How to declare friendship-ness to all inherited class?
  262. simple question: how to do this ?
  263. inheritage: possible to call the original function ?
  264. experience definition in interview
  265. client -server interaction over XML supporting multiple protocols
  266. Default constuctor
  267. pointer vectors
  268. inheriting from template of self
  269. Copying Polymorphically
  270. multitasking
  271. C and C++ naming issues?
  272. ActiveX or not ???
  273. C++ questions
  274. Convert to Static Char
  275. monitoring the heap
  276. Exception Handling
  277. operator overload with namespace
  278. customised login form?
  279. Can I print elements of a simple matrix with out manual nested loop?
  280. File IO between C/C++ libs and .NET Framework
  281. cartesian product...
  282. date comparison
  283. Reading/Writing directly to/from a device in MSWindows
  284. A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting
  285. controlling devices through computers
  286. How protect source code in template library?
  287. Copy-Constructor
  288. Help needed
  289. std::map iterator and clearing
  290. Why we need classes
  291. editor that offers a search only in cursor scope
  292. Should exceptions be thrown by value or reference?
  293. How do I make my convert() function do nothing for equal types?
  294. Object initialization and xml question
  295. Exception handling questions
  296. seg-fault on vector-auto-reserve
  297. Dereference Adaptor
  298. best way to modify a file
  299. "Streams"
  300. two classes - each has pointer to other
  301. using uint64_t with GCC
  302. template func in class question
  303. How to get file descriptor permissions?
  304. Is AMD64 an untouchable @ DELL ?
  305. Some sort of append algorithm...
  306. Template of interface?
  307. Accessing Directorys
  308. Different methods of implementing variable-length templated classes
  309. differences between a c-function and a class method
  310. What is the difference between putch() and _putch()?
  311. How to write Chars like "˛" ?
  312. trees in c++
  313. virtual function problem
  314. sizeof(int)
  315. amusing error message
  316. declaring a function pointer variable
  317. functions
  318. disambiguate my Large Scale design probs (C++)
  319. trouble splitting strings
  320. const function?
  321. Template resolution problem
  322. Static Objects as Struct Members
  323. Cannot match void (T::* ptr)() when base class of T defines function
  324. ambiguous call to overloaded
  325. Invalid initialization of non-const reference
  326. Quick question...
  327. priority queue wrapper
  328. consfusion in C++ Large scale design
  329. What C++ beautifier do you use?
  330. Buffered printfs????
  331. Question about scope of variables created with new
  332. C++ I/O error detection
  333. using fstream objects in a multiuser environ.
  334. typeof emulation
  335. read line
  336. block on reading a half-filled buffer for ifstream
  337. printf and 'long double'
  338. approximating pi
  339. library for url reading
  340. bits operation
  341. Calling a shell script from within C++ program
  342. When exiting function scope, which occurs first...
  343. STL iterators
  344. Terminology - global
  345. print a byte number with cout
  346. Loki::Tuple and g++
  347. Template syntax...
  348. Random crashes
  349. How I can use BigInt lib?
  350. Order of class static members initialization
  351. vector: capacity and resize
  352. formatted output with cout
  353. CALLBACK problem
  354. Algorithm for combinations...
  355. Setting Pointer to Video memory
  356. tokenize a string
  357. how to generate random data for a normal distribution
  358. Odd results with C++ under WinXP SP2
  359. How to pass an element of a structure to another function??
  360. Calling constructor explicitely
  361. BigInt lib not working, help!
  362. static variables in derived classes
  363. Simple code compile problem?
  364. find a string in a grid
  365. find a string in a grid
  366. fstream methods
  367. Help preventing weak software
  368. How should I construct my objects when reading ctor args from a text file?
  369. The itoa function can not be used in g++,right?
  370. template class syntax
  371. static member variable in multithreaded environment
  372. Should this code compile?
  373. Saving/Loading C++ objects into a file
  374. std::vector and structs of PODs
  375. Unrolling a loop
  376. greedy method
  377. streaming proxy
  378. Can I connect to SQL database through C++,
  379. Passing STL container to temlate function
  380. typeof and g++
  381. HOW TO HANDLE CONTROL_LOGOFF_EVENT handler
  382. Problem With Visual C++
  383. auto_ptr<> as function return
  384. Memory Leak Detection
  385. Exception Handling Critique ...
  386. How to keep element address in container
  387. dynamically creating object
  388. non-member function can not have 'const' method qualifier?
  389. Different behavior from __LINE__ macro in g++ 2.95.x and 3.x
  390. learning C++?
  391. C++ FAQ
  392. Limited namespace
  393. Open for discussion: Correct C++ tutorial part 7 "Create beginner's programs" (Windows, mingw/msvc/std)
  394. Is this board a good alternative to the PC?
  395. std::vector - fast way to crop?
  396. math cos, rounding, or other problem?
  397. Know C++, want to script a little, recommend Luban
  398. round-to-nearer-integer ?
  399. using QueryPerformance
  400. Constructor returns wrong size of stl::list<T>??
  401. everywhere, i need to use std::
  402. why this code doesn't work!!
  403. How to redefine operator delete/delete[] via macro?
  404. goolge a little
  405. Introsort
  406. Templates and Copy Constructors. Again.
  407. try-catch name
  408. capCapture frameRate problem. (URGENT)
  409. Weather Prediction Program Help
  410. Will standard C++ allow me to replace a string in a unicode-encoded text file?
  411. hmm, what does it do?
  412. temlate class
  413. Visitor Pattern, Deep Copy & Double Dispatch
  414. Function pointers and dynamically loaded DLLs
  415. MAllocate memory for structures?
  416. Containing containers - handling interface ?
  417. What is happening here
  418. Compatibility of checks done by 'Forte Developer 7' & 'Sun studio 9' C++ compilers
  419. VC++: Cast operator not used?
  420. Which member functions do you provided for a class
  421. Efficiently Extracting Identical Values From A List/Array
  422. Supplement to my previous message
  423. It is very surprising ....
  424. polyfit / polyval
  425. Same template arguments, different specializations
  426. __LINE__ as template argument (VC++)
  427. string to byte array
  428. comparing date time
  429. STL sorting algorithms
  430. Shared libraries / C++
  431. Newibe C++ XML Questions
  432. what is .i file?
  433. Help with Global structs in headers and multiple definitions
  434. what does this statement mean?
  435. polymorphic return types in virtual functions
  436. "namespace" and "class"
  437. Matching words within two arrays
  438. Where to include header files / A question of style?
  439. Designing a proper server model
  440. Q: Reading indeterminate pointer -> Ref to Std?
  441. what to put in an IF statement?
  442. How should I interpret this set of laptop specifications?
  443. How do I get GLUT to work with GCC for Win32?
  444. whats this macro doing
  445. Question about overriding new and delete
  446. Big-O
  447. Help with string class
  448. Exception Handling and Refactoring Question ...
  449. Where do you buy your books from?
  450. template recursion depth
  451. LPTSTR to char *.. How
  452. functors and stl find_if
  453. Lost
  454. What exactly is a POD type
  455. random shuffling
  456. Convert a string to float and vice versa
  457. detecting if no exception was thrown
  458. C++ nothrow new() problem under Irix
  459. RTTI Question: typeid() for structures
  460. Modify files in C++
  461. debuggin win32 dlls called from Java JNI
  462. dereferencing pointer to base
  463. Design question: managing limited resources
  464. __DATE__ as ISO string
  465. include for command line arguments
  466. INTERNET CONTENT ADAPTATION PROTOCOL
  467. GMP: Cannot operate on vector<mpz_t>
  468. STL map question
  469. Unions and Pointer
  470. Please coment solution (Was: Design problem...)
  471. Cannot 'new' a GMP object
  472. Fast addition for n+1 or n+0
  473. template syntax.../ resent
  474. template syntax...
  475. Game Developers For Space Federation wanted!
  476. Why doesn't this modify the pointer?
  477. classes
  478. if?
  479. Why does overloaded operator= destroy my operands?
  480. Correct C++ tutorial part 6 "Functions, a.k.a. routines" available (Windows, mingw/msvc/std)
  481. preprocessor macros
  482. Converting String to Char Array
  483. Stop bashing macros ---- who says they are bad?
  484. Why call member function through this pointer?
  485. c++ system call invoke perl running visual c++ 6.0
  486. Using Reference of Pointers
  487. Accessing individual bytes of an integer
  488. cannot convert parameter from 'double (double)' to 'double (__cdecl *)(double)' error
  489. g++: integers as booleans, no warning?
  490. Hardware information
  491. Problema with string convertion and more...
  492. system, redirecting cout
  493. Design question; container choice...
  494. EHS 1.3.1
  495. Boost Logo Contest Extended
  496. valid names for pre-processor defines
  497. Valgrind says "Invalid read of size 4". What's the problem?
  498. C++ singleton pattern question
  499. Confusing Typedef/Struct, What Does This Do?
  500. is this typedef valid?
  501. Compiling libwww.a from source
  502. T val = ({ semicolon_separated_statements });
  503. Determining whether a macro has been defined
  504. need good IDE
  505. Slow C++?
  506. please let me know where to start?
  507. system() Function
  508. How to declare pointer to functions in structures?
  509. TCP/IP library?
  510. template type
  511. GUI/MFC/C++ developer position in London, UK
  512. Proper Way to define an ASSERT macro
  513. A 'almost' three liner is killing me...
  514. Compilation Error/Warning - Help
  515. Is there a way to check if an email profile exist?
  516. Laptops, iPods, camcoders etcc....
  517. [Intel Compiler 8.1] C++ calling Fortran Routine
  518. template/member function puzzle
  519. Memory usage/Fragmentation
  520. Info-zip
  521. Clearing multidimensional STL vector
  522. Memory Allocation for Structure / Class
  523. reinterpret cast problem.
  524. how to overload an operator to assert object as boolean value ? (not !())
  525. C/C++ sources compiled with MINGW(DevCPP) as C++
  526. Help with research
  527. static + pointer and reaching the private field of another class
  528. Dereferencing a pointer to an array of pointers to objects
  529. TCP/IP
  530. How Hazardous is the following code
  531. Transfering control when using system()?
  532. Compilation error [sort of OT, qt related]
  533. Do you lose files at work?
  534. Displaying text file into a dialog
  535. template class member function specialization
  536. Iterators - how ?
  537. va_list help, please ...
  538. NULL pointer dereferencing - behaviour
  539. Containers & Allocators
  540. Visual Studio .NET 2003 Interesting Problem
  541. Deleting memory allocated to the derived class
  542. Efficient Logging in C++
  543. order of evaluation
  544. private inheritance from std::string error
  545. !(x>b)
  546. managing objects in std::list
  547. Memory leak...
  548. Special type of singleton needed
  549. CString process '\0' in the middle of string
  550. linkage