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. Fractions in C++
  2. 科大computer science垃圾
  3. question about "operator ="
  4. reading a file into a string
  5. When Initialization Lists shall not be used?
  6. C to C++ Syntax
  7. I want to upgrade my GCC to 4.1 from 3.2.2 on RH9, what do I need to install on RH9 with no 4.1 to run?
  8. STL clear() functions
  9. Basic C++ questions
  10. boost::shared_ptr and polymorphism
  11. Why does this compile in g++ 3.2 and greater?
  12. void main() is user defind?
  13. Command line argument - File manipulation
  14. multithreaded calling of static func
  15. Problem with deleting vector items
  16. problem on function template
  17. Wrapping C functions in C++
  18. array initialization in initialization list.
  19. segfault strlen
  20. segfault strlen
  21. C++ 2003 standard
  22. printing out data from a user-defined text file
  23. recursive type template
  24. construction of static foo objects .. more
  25. wchar_t
  26. getline questions
  27. Overloading, hiding, :: and virtuals
  28. MS Access, ODBC using Visual C++ 6.0, and external functions
  29. enum value not in scope inside class?
  30. int to roman converter
  31. Problem on non-type template parameter.
  32. Bloody Crime Scene Photos Of DEAD Celebrities & Friends
  33. Sequence Class
  34. VIEW, RATE & SHARE Interview Questions and experiences
  35. Destructor semantics
  36. CreateToolhelp32Snapshot Page Faults
  37. friend declaration or operator overload function cross namespace.
  38. querry related to STL map..
  39. Inheritance and templates in g++
  40. problem on inheritance
  41. flatten class and flatten struct
  42. weird warning with g++ 4.1
  43. memory
  44. what are smart pointers?
  45. Function Object Questions
  46. c_str() does a SEGSEGV
  47. old functions in TC++ 2.0
  48. inline question
  49. printf("%s", myclass) prints vtable instead of m_data
  50. isolating operator new overload with gcc 4 (XCode2.2)
  51. RunTime Type Information
  52. structure and pointers
  53. Computer Language Popularity Trend
  54. Problem on template definition
  55. linker error MS Visual C++
  56. MSVC 2003: ctor-try-block error: possible compiler bug
  57. "Call Destructor" Vs. "Destruct Object"
  58. How do I make my code compatible to run in Linux (gcc) compiler?
  59. operator +
  60. I can't use fprintf function on mi c++ builder 5
  61. Preventing an overflow in wvsprintf ??
  62. getting rid of dependency of default values
  63. why do algorithms return a copy of the functor?
  64. new/delete when we have a callback
  65. Attaching two strings together
  66. 100 Years of E=mc2 : A critic is Nameless, Placeless, Identityless ?
  67. mathematical morphology in c/c++
  68. probelm on copy constructor of a derived class.
  69. setting up OpenGL
  70. Segmentation fault in stl_list.h
  71. can't read from a buffer
  72. Applying multiple design paterns to a single class
  73. class data usage scenarios
  74. Problem with ofstream::seekp
  75. command-line arguments program
  76. C++ Source Code for Baccarat Card Game?
  77. 建了个群QQ28478130,大家多多交流,真诚希望大家的加入,
  78. Inheriting a vector
  79. What would this defintion mean: int Function(class CString filename)
  80. Opening C files in Visual C++
  81. C++ FAQ
  82. scientific computation (more)
  83. use pointer and not use pointer, which is faster to access data?
  84. Valgrind Error Report
  85. Pointer Question
  86. Advanced pointer?
  87. class constructor and members
  88. can't convert char* to const char* !?
  89. Virtual Memory Error
  90. Divide by zero.
  91. Type conversion ambiguity.
  92. g++ and make
  93. const char * and STL string reference
  94. Using Vectors vs. Arrays
  95. gui design
  96. inheritance problem
  97. getting the handle for a thread
  98. help with determinant calculation
  99. Cache
  100. Building pdflib-2.01 with tiff enabled
  101. Building pdflib-2.01 with tiff enabled
  102. overhead of C++ struct?
  103. OpenGL
  104. OpenGL
  105. convert char to string
  106. Query regd. validity of a C++ program
  107. expected class-name before '{'
  108. storing suicidal classes in a container
  109. No declaration and missing operator* in gcc 4.1.1, but not icc andgcc 3.3
  110. [Possibly OT] How to handle text parsing functions?
  111. Got compiler
  112. What's difference
  113. What are best faq for C,C++ and data structures in C links for interviews
  114. Using templates with arrays
  115. How to use typelist?
  116. scientific computation
  117. please help meout
  118. Modify variable twice between two sequence points
  119. template functions in template class
  120. A question about global operators vs. polymorphism
  121. what does this mean?
  122. Problem on template specialization
  123. Variable Initialization: MSVC vs. world
  124. Template spezialization
  125. Problem on data location.
  126. Is static_cast really as fast as C/C++ style casts?
  127. Problems with Signals & Slots of QT
  128. The true nature of "bool"?
  129. Problem on template functions.
  130. How to call a constructor from within another constructor
  131. Web UI for C++ back-end
  132. Web UI for C++ back-end
  133. delete(nothrow)
  134. Request for giving an opinion.
  135. drawing plots
  136. why did c++ add the class keyword?
  137. logic of factorial
  138. what is happening to elements in vector ?
  139. Pointers, linked list, array of pointers
  140. Pointer in C++
  141. Pointer in C++
  142. precedence of "using" and #include
  143. Problem on class template.
  144. How to reference i th element in std::vector ?
  145. return type function specifier
  146. enum Conflicts
  147. Usage of typename
  148. about inheritance in c++
  149. need to be able to write in a shared mem segment.
  150. Expect ArithmeticType to have limits?
  151. Reverse String
  152. Exception Specifications
  153. help me ? Application crashing before main
  154. Is it generally safe to inherit from STL iterator classes?
  155. POINTERS
  156. POINTERS
  157. Any convenient and elegant way to do encoding conversion in C++?
  158. Merging Two Files using C++
  159. Is it possible to get a variable's type and size in code?
  160. error of memory
  161. class inside templated class
  162. Creating Key using HMAC - SHA1 using openSSL
  163. reference count
  164. reserving memory for an array
  165. external functionality with a functor object?
  166. Passing derived classes uninitialized variable to base class constructor !!
  167. Problem when using template as the base class?
  168. Is nested class automatically friend of class that it is nested in?
  169. Help! How to access to std::set elements?
  170. ponteiros
  171. sizeof(aStruct) returns fault number
  172. catch with no explicit object
  173. Dev cpp
  174. Poll: Do you use smart pointers?
  175. Insert to a vector quickly and get the insertation position
  176. Generating custom doxygen documentation for stl
  177. C++ and Windows
  178. I need a vigenere Table in C++
  179. Copy constructor at return
  180. handling files above 4GB in VC++
  181. GUI framework for new C++ project
  182. graphics
  183. template and virtual
  184. hello
  185. own function with cout, how to concatenate argument ?
  186. problem with templates
  187. URGENT NEED :: C++ DEVELOPMENT TEAM MEMBERS, $ 60 - 75 / hr, Santa Clara, CA
  188. comparing a "wchar_t" to "char"
  189. exceptions
  190. Instinctual & Hardwired Aquisition Devices; Language, Color, Sound, Smell, Touch, Art & Taste
  191. std::map associative container question
  192. Class examples for beginners
  193. Two reference functions
  194. project ideas
  195. Question on define.
  196. Excluding NAN entries when summing an array
  197. Excluding NAN entries when summing an array
  198. C to Java Class Files compiler (AMPC version 1.5.1 released)
  199. How to get enum from a different namespace.
  200. accessing parent form from a child form.how?
  201. Q: char, wchar_t and operator << overloading
  202. Detecting integer overflow
  203. address in memory
  204. returning a vector
  205. is there anyway on dis blasted planet that knows an answer to this??
  206. Debug tip needed for watching large arrays
  207. Whats the problem with this one???
  208. about the template pragramming
  209. Compiler allowed to do this?
  210. Can anybody recommend a C++ book? (intermediate/advanced)
  211. debugging by gdb
  212. library installation
  213. Compile error in visual c++
  214. Referencing C header file that has new as param?
  215. maps with my own type as key
  216. Linking ASN.1 - components in C ++ - error LNK2001-
  217. sorting question
  218. Exceptions in constructors
  219. static struct initialization in a Class:: -- not my struct
  220. removing elements invalidates only those iterators that had specifically pointed at the removed elements
  221. segmentation fault, memory problem ?
  222. Defining and initializing arrays
  223. Assignment operator self-assignment check
  224. STL and heap / priority queue
  225. non-local reference count pointer
  226. function pointers and wrapper classes
  227. need help with design issue...
  228. string assignment to char*
  229. help on generic functions
  230. Non-local reference count pointer
  231. Problem in Linking
  232. plugin programming
  233. Any IDE for SunOS 5.8 C++ programming?
  234. files and subdirectories
  235. How to restructure old C initialisation of char* to avoid compiler warnings
  236. Singleton class
  237. Memory allocation
  238. copy struct to buffer
  239. expected constructor, destructor, or type conversion before '*'
  240. Calling base class virtual method
  241. c++ and vector
  242. Help needed for *.MPQ files of TBC (WoW)
  243. Macro for member function
  244. how to finish the input?
  245. "static" constructor parameter confused with object name?
  246. Pointers to template functions require explicit cast
  247. What happens when type conversion between signed and unsigned happens?
  248. Trying to design low level hard disk manipulation program
  249. May I use a global data in a class?
  250. text copy of the FAQ?
  251. Why won't this work.
  252. FA: (UK Only) Book: "The C++ Programming Language" 3rd Ed by Bjarne Stroustrup
  253. Possible Memory Problem
  254. Nano Technology Application For Health,Wellness and Beauty
  255. Top-posting
  256. This
  257. policy based design (needs improvement?)
  258. Core Dump in Deleting STL [stlport4] vector
  259. how to get correct output for char*
  260. using new operator to create an array of pointers ?!
  261. Final Theory Of Everything V1.0
  262. Is this ANSI? x <?= y
  263. isinf() & isnan()
  264. Passing array to methode
  265. can we export a class using a .def file? w/o using __declspec
  266. Power++ problem
  267. creating a std::vector<T>::iterator ???
  268. October 2001 MSDN Disk
  269. Guessing and destructors
  270. how to get the miliseconds before 1970?
  271. how to get object size from stream.
  272. tcp communications
  273. Passing an aray of objects question?
  274. Implementing fp pattern matching, using C++
  275. Evaluate My Program Please
  276. Question about intializing hardware.
  277. Problems with Visual Studio Code Editor
  278. when list is best
  279. Problem with std::istream_iterator
  280. Variables scope/memory management
  281. C++ Program help
  282. Template question: list<Bar<double>> ...
  283. Error question.
  284. convert VARIANT to CSTRING
  285. page 293 of C++ primer,4th edition
  286. parsing of initialization files
  287. Bloodshed dev C++ miracl
  288. Locating partially matched strings in a file
  289. problem on getchar()...
  290. Is it correct to call string::substr(npos+1)?
  291. use Mingw compiler with Visual studio
  292. Results Gatherer - design question
  293. *p=7
  294. problems with Pass by Reference
  295. problem with deque in stlport 5
  296. # of elements in vector
  297. Import csv file problem
  298. parent's child list
  299. Problem understanding how objects are returned by value
  300. working with policy classes
  301. function pointer in class
  302. Console User Interface
  303. solution to break a bill
  304. problem with stl compose1
  305. factory functions in c++
  306. STL iterators: question on how to traverse a list
  307. endl error (extreme novice)
  308. Help command line batch file linking .h files NOVICE
  309. Deleting elements out of a vector
  310. for_each
  311. Zeus-Framework
  312. .cpp or .h?
  313. Variant to String. VideoCodec - Friendly name in DirectShow
  314. openMP question
  315. hi y'all
  316. Computer Vitals
  317. exciting c++ job
  318. function is not an object
  319. My "Abstract Iterator"
  320. Nintendo DS Programming
  321. Make an instance of a class dynamic
  322. Dll programming in C++
  323. Any experience with D?
  324. passing derived type to client who only knows base type
  325. NRV question
  326. must pass by value
  327. size_t, size_type, unsigned
  328. size_t, size_type, unsigned
  329. sizeof
  330. Free
  331. Default Template Value
  332. casting to char*,
  333. How to let C++ compiler raise a warning or error when a const is assigned to a const reference.
  334. MFC/C++ Code
  335. a pointer to a reference
  336. Template instantiation problem
  337. IT
  338. Drawing on transparent window
  339. Help, about the order requirement of the class functions.
  340. FILEDESCRIPTOR Structure question
  341. dependent template parameter
  342. class vs namespace?
  343. boost::lambda question
  344. Array of pointers
  345. Quick implementation of social networking
  346. constants in header files
  347. Should I implement this using string hash or multimap..
  348. how to call a C++ function from a C file when provided with only compiled code
  349. file allocation method
  350. virtual function
  351. C++ Constructors
  352. Retrieve ListBox items
  353. Relato de la nueva gran batalla de Fidel Por Miguel Bonasso
  354. iostream vs stdio.h
  355. case statement,
  356. To find a one-way hash function
  357. value
  358. RessourceManager, suspend to disk
  359. Windows Programming (MFC/C++)
  360. operator-overloading of nested class inside a template class
  361. C++ breached...
  362. how will two objects of type float perform when adding one to another
  363. Template member operators.
  364. template class static template type member address allocation
  365. is this inheritance construct legal?
  366. overloading subscript
  367. printf and string s
  368. printf and string s
  369. Problem regarding use of 256 color or higher icons in toolbar
  370. syntax semantics: instantiation without arguments: parentheses
  371. invalid conversion from `void*' to `node*'
  372. Accessing the value of a struct
  373. template based exception class
  374. reinterpret_cast issue on solaris
  375. should we prefer deque over vector
  376. virtual member function templates
  377. Porblem editing makefile
  378. pointer to reference conversion
  379. Rounding time algo
  380. Source of memory leak
  381. Help with C++ program converting PBM (p4) to PPM (p5)
  382. Pointers and functions
  383. vector<T>::iterator argument matching
  384. Iterator to list of iterators
  385. What is the difference between heap and stack
  386. What is Data Type of Vptr pointer
  387. reading new line character into a string
  388. Class forname in c++
  389. Theory and C++
  390. C++/C# Interop and gacutil/regasm DOS commands
  391. Timer class, mixin vs. subclass.
  392. enforcing function calling order
  393. invoking static methods of derived class
  394. issue #309
  395. This is true
  396. cast required for void** to int**
  397. pointer & reference doubt!
  398. question about .h file and .cpp file,also compiler question
  399. neted class & virtual function
  400. Exception control flow
  401. try and performance issues
  402. typedef cause any overhead?
  403. Why still can't compile (simple)
  404. Iterate through an empty STL Map
  405. How to declare the size, and fill vector<vector <T>> ?
  406. Parsing large files
  407. sleeping for less than a second
  408. Suppressing console window when calling system()
  409. Solution to exercises of book "DataStructure&Algorithm Analysis in C++" by Mark Allen Weiss
  410. Aggregate Initialiser Syntax
  411. Linking .lib files in Visual C++.NET
  412. map.erase, key cleanup
  413. friend question
  414. Static Variables In a Class
  415. using static variables
  416. typedef inherited from template spec.
  417. Problem with multiple parameter templates and function overloading
  418. Add a new calendar for windows
  419. Is it best to return a class or a reference to a class?
  420. structs
  421. How I should write code then I can use operate "<<"
  422. Unexpected behaviour
  423. Help with Extern C
  424. doubt on kinds of linkage
  425. Why compilation error here?
  426. Doubt about namespaces
  427. Memory layout of a class with only static members?
  428. how safe is this mapping
  429. FEFF behaviour
  430. const char* as a static member
  431. g++ compilation - invalid conversion from void* to double*
  432. is g++ wrong?
  433. about STL sort
  434. Trying to use cryptlib in C++ project...
  435. Bug in G++ or Visual C++ ?
  436. how can i convert a file stream in a string?
  437. ZThreads....
  438. C++ Primer Plus
  439. Array data members initialization
  440. Results of C++ Builder Programming Competition Posted
  441. wrong compiler warning?
  442. Paralel read/write protected file
  443. C++ static function
  444. Very weird compiler bug or normal ISO C++ behaviour?
  445. convert different video format (avi,mpeg,mp4, etc) file to a flash format
  446. my code seems slow
  447. Does anyone know why this happens?
  448. books and international edition
  449. RogueWave hash set ordering
  450. applying partial_sum to a map container
  451. How ro Iterate a portion of a container
  452. handling catch(...) to convert it into SEH
  453. how to have forward declaration from different namespace?
  454. quick questions
  455. C++ primer
  456. AfxMessageBox
  457. STL vector : can not use begin() and end() on function return
  458. faq which matrix class do you use?
  459. Cannot create an object from a class i created. Help!
  460. ((UINT)-1)
  461. Is this a problem with my compiler
  462. I am truly LOST. I would love some help.
  463. multidimensional arrays
  464. Studio ......
  465. pointers to pointers
  466. "A reference is an alias"
  467. Analysis Paralysis
  468. problems compiling templates with ubuntu c++
  469. How to read a text file line by line and remove some line
  470. memory access violation
  471. C++ Versus Pascal
  472. convert integer to string
  473. Exception handling -- the significance of "try"
  474. read_data code
  475. overloading subscript
  476. Hiding template in non-template class
  477. Using VB ActiveX DLL in Visual C++ API
  478. Java JNI callout to anti-spam third-party library
  479. c++ data pipe
  480. Why the results of debug and release version is different.
  481. Help with std::string to char[128]
  482. Help with template specialisation syntax
  483. Which compiler or IDE?
  484. C++ Compiler That Doesn't Need To Install
  485. Regular expression to match a nested quoted string
  486. Storing variables in DLLs
  487. Help with Overloaded stream insertion operator function
  488. unresolved external symbol
  489. same overhead in calling virtual and non virtual member function...?
  490. pointer definitions
  491. friend und non-member function
  492. strange seg fault on stack
  493. multiple return values (new syntax proposal)
  494. seeking advice
  495. size_t
  496. global variables and class statics in a static library
  497. Template Class Specialization
  498. Fail to Compile vc6
  499. How to write this recursive definition?
  500. conversion between pointer_to_const int and pointer_to_int
  501. Explicitly calling destructor
  502. Change dynamically its IP address
  503. AMPC: C to Java Class Files compiler
  504. Class with no default constructor as a member in another class?
  505. What will happen to "1 << (-1)" in G++?
  506. Method access question
  507. Convert wstring to UTF-8
  508. Class declarations
  509. Hooking Parallel Port IRQ
  510. template 'typename' usage ..
  511. transmitting XML files vs. binary data
  512. Shared objects and virtual functions
  513. companies' tests for c++ developers
  514. Socket class
  515. Ksiazka c++ OO.
  516. Controlling Messages
  517. Segmentation fault calling insert on vector
  518. reinterpret_cast<> and UB
  519. Mechanism for distributed programming?
  520. logic ops,
  521. SSL connection example
  522. Create filke with a specified dimension
  523. can i initialize a char array variable like this
  524. Lock pointer implementation
  525. Difference between Inline function and Ordinary function
  526. Please help
  527. Please help
  528. help
  529. low-level, ugly pointer arithmetics
  530. Is there any loop that can expressed in while that cannot be expressed in for..?
  531. How can I store derived classes in a map
  532. some C++-specific interview questions
  533. how does this work?
  534. how to convert narrow string to wide string and vice versa?
  535. operating system project
  536. C++ Library
  537. 係香港一間IT公司,叫Advanced Telesoft, 有個ap叫Dan,
  538. Container ?
  539. what's Visual C++'s equivalent of inet_aton?
  540. Understanding boost::shared_ptr method
  541. Solution: linking classes using their derived pointer types (type-safe!)
  542. Any reason for local var to be "static const"?
  543. Linking two C++ Programs ???
  544. Callback high-res timer C++ class
  545. Matlab plots from VC++
  546. SleepEx problem
  547. TMP and unit testing
  548. Similarity of strings
  549. Confusing function declaration
  550. Smart Pointer release() const : it can set the pointer to null with the keyword "const"?