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. Template member function help.
  2. short linked list
  3. what is std::
  4. What I feel about STL.
  5. random numbers with threads
  6. Dynamic sized array?
  7. Boost - good or bad?
  8. strstream Memory Leak
  9. Preserving order of insertion
  10. Help
  11. why here is a static parameter used?
  12. Library for remove hidden meshes?
  13. help please with c++ file i/o
  14. strncpy_s and gcc ?
  15. function default arguments from other arguments
  16. Virual Functions mechanism
  17. Newb Multiple Virtual Inheritance Help
  18. Copy Constructor with Pointer instead of Reference
  19. class declaration and definition inside a cpp file
  20. stack variables that don't die?
  21. std containers and pointers
  22. DLL question..
  23. unsigned short short?
  24. A silly Question
  25. Simple access to embedded class objects
  26. cascaded struct members.
  27. Assigning NULL to a variable (not pointer)
  28. Returned objects life-time
  29. When must "=" be overloaded?
  30. faq swith case can be a range?
  31. Operator [][]?
  32. How does these code works ?
  33. design question (converting class data to csv)
  34. Problem in the aggregation concept.(during deletion of the pointer of other class).
  35. Split double into two integers
  36. Sockets on Unix
  37. How to make the public inherented member function private or protected?
  38. C++ strings & C strings
  39. C++ Primer 4th edition, ex4.3.1-4.28
  40. .net takes some mesures to prevent the buffer overrun, I want to know something about it
  41. Reading packets from UDP port
  42. Borland C++ 4.52
  43. Running functions from pointers
  44. const_cast<...>(this)
  45. A "language" question (sorry for interrupting)
  46. Testing for override
  47. How can I improve this code?
  48. Understanding Assert and Exceptions
  49. Circular template reference
  50. What wrong with this simple function?
  51. Creating a child under a parent type
  52. passing unsigned char[]
  53. Binding reference to an R-value
  54. no ADL / Koenig lookup for function calls with template parameters
  55. C++ character arrays
  56. About the return type of the function !
  57. help with c
  58. Great code to read
  59. Why is not copy constructor called?
  60. Need help with my conversion utility...
  61. Problem with Template
  62. Borland Builder Frage
  63. Class number (add subtract divide and multiply
  64. where is the error??
  65. Numerical value of a string
  66. Liskov Substitution Principle
  67. Please, help me. It's destructor problem
  68. i want make C++ friends
  69. i want make C++ friends
  70. visual c++ 6 comment question
  71. error in compiling c++ program.
  72. Animals last time
  73. Enum |= and |
  74. help with small c++ assignment
  75. friendship with dependencies
  76. string
  77. myspace meets tucows and planetsourcecode?
  78. Can I use user defined data types in maps?
  79. Fail to understand std::transform
  80. stop a moving bar
  81. can C++ sytanx like this
  82. Bug? Parametrized constructor invokes default constructor
  83. Efficient creation of "refined" list<T>, from old list<T>
  84. large integers
  85. Template parameter type constructor method call
  86. GCC -- Warning when a non-virtual function is overridden?
  87. functions with same signature
  88. How do i avoid packet segmentation?
  89. template-fn implemented in different object does not link
  90. Problem /w constructor in template
  91. [Function pointer] Translating these typedefs into one
  92. C++ code editor
  93. "vector<int>::iterator" problem
  94. Need advices on efficient file i/o with standard library
  95. casting unsigned integers
  96. C++ Primer, Fourth Edition
  97. setprecision problem
  98. Calling Managed functions from unmanaged class
  99. A question on std::swap and it's performance
  100. send email from program
  101. Am I deleting correctly question
  102. Using locales for dates
  103. template friends
  104. Pig/Chicken question revisited.
  105. High Throughput Ethernet
  106. Mirror of Kanze's website?
  107. how to call extern variables from a C library...
  108. Static variable initialisation. (easy)
  109. Number formatting
  110. How do i copy an entire file into a string
  111. creating 3d-sruface plots in VC++ 6.0
  112. Dependency Injection in C++
  113. auto_ptr
  114. Diff b/w the working of exe from within the VS and console
  115. storing pointer vs storing object
  116. Odd Visual Studio Behaviour
  117. New Software Development Articles Directory
  118. how to get the address of a method in a class instance?
  119. Singleton vs Static.
  120. C++ Code optimization
  121. Get everything you need for a successful Marketing Campaign Today!
  122. Writing windows Event log
  123. private within this context, the mind of man is surely not this twisted ?
  124. Abstract class linking issue
  125. Can't remove punctuation from string (compile error)
  126. inherit or templatise
  127. Serial Communication
  128. Finding the first non-white space character using sscanf (C++ equivalent)
  129. Find number of legs on a farm...
  130. library xml rpc in C/C++
  131. Page 572, C++ primer, 4th edition
  132. enum operator overloading in namespaces
  133. Multi-dimensional Arrays
  134. Introducing a brand new discussion group for Symbian C++ Developer
  135. Preventing creation of temporary RAII objects
  136. Self-overwriting class - is 'volatile' needed for field keepers?
  137. confused problem
  138. Allocating a local variable to a member function
  139. Quick question regarding member access
  140. Array(s)
  141. NULL==0?
  142. Should I delete these memory before exit process
  143. vector<string> gives error
  144. Can Template Container hold different type object at a time.
  145. Dan <-- 香港IT界超级溅人
  146. Strange problem of typecasting with stringstream
  147. Quick question about arrays and odd behavior
  148. Calculate days
  149. function overload vs. virtual function
  150. problem compiling WinNTL on Windows system.
  151. creating a wrapper around a vendor api
  152. Scope of temporary variables
  153. member visibility in recursive class templates
  154. MAX value of a subsequence sum
  155. Automatic Generation of Clone Method
  156. Memory problem
  157. Question about objects and constructors.
  158. reverse bit order
  159. fprintf
  160. Student needs assistance... (deperately)
  161. Read floppy-disk sector (Win 98)
  162. Const members of type string in a class definition
  163. exercise 3.9, C++ Primer 4/e
  164. STL and MFC
  165. pass by-reference
  166. A question about CFileDialog! ! ! ! ! ! !
  167. comp.lang.c++.leda
  168. how to use the wstring on the Solaris gcc 3.2.2
  169. How to support Large file size with ofstream ?
  170. Visual Studio 2005 crashes when trying to attach a process (Excel)
  171. Template Meta Programming Techniques
  172. Symbolic link
  173. Template Meta Programming
  174. retrieve folder names of a Mailbox
  175. Error: Constructors Not Allowed A Return Type
  176. How to enumarate/read resources from executable file?
  177. problem with sequence of include files
  178. Inheritance declaration
  179. Sorting a list of objects.
  180. Finding out the total memory used for allocating an object
  181. Help appreciated with identifying a little bug(intro std, map<> and overloading related)
  182. very large integers
  183. Reference syntax? (noob)
  184. Help with template
  185. hello again..
  186. Requirements of TR1 associative containers
  187. Why are there *three* constructor calls when inserting an item intoa map<>?
  188. Memory Allocation Problem
  189. Memory layout of an object with multiple inheritance
  190. Simple instantiating of class templates
  191. static member initialization
  192. about bind2nd
  193. Exporting destructor from DLL
  194. advanced string manipulation
  195. keys
  196. Inheritance and copy constructors
  197. Get Pedia
  198. Inputting numbers of a fixed length
  199. Question about STL string reserve()
  200. strlen() without include <cstring>
  201. Change File Associations
  202. Question about passing STL strings by reference vs. value
  203. Pointer to Pointer to character
  204. std::list traversal+erase
  205. Header File Object Definition Trick
  206. Should we use pure virtual function in all case for polymorphism?
  207. max value of a subsequence in a given sequnce of numbers.
  208. :: trolls considered beneficial (gotos still no-no) ::
  209. Vector
  210. C structure rest
  211. Help required building app
  212. Timer for windows console program
  213. SIGABRT
  214. is it safe to use this pointer inside destructor?
  215. uninitializing constructor
  216. auto_ptr safety
  217. Variable retain value between case statements
  218. Including huge strings with line breaks as variables
  219. help! get started on unit test.
  220. undefined reference to `main'
  221. Exposing a C++ dll to c#
  222. Exposing a C++ dll to c#
  223. Exposing a C++ dll to c#
  224. forward declaration of a class in another namespace
  225. GD-Library
  226. performance of freestore management
  227. List files in current directory
  228. Why does Platform SDK define union LARGE_INTEGER in such a way?
  229. TR1 documentation?
  230. silly question regarding template
  231. Creating Games in C++
  232. const
  233. Method signature in C++
  234. How to implement differentiation in C++
  235. Array of classes as a function parameter...polymorphism question.
  236. remove junk charecters
  237. VIEW, RATE & SHARE Interview Questions and experiences
  238. Raw access to vector elements
  239. Student seeking assistance....
  240. Cant concatenate two strings that are the result of two functions.
  241. New code search feature at Google.
  242. resizable array of pointers
  243. Question about objects in objects.
  244. counting within a string
  245. Writing Binary Digits to a file
  246. VA_START called inside a function with fixed number of arguments
  247. still segmentation fault in my SVD code
  248. basename in C++
  249. How to find out a if an iterator is pointing to the very last (end) node?
  250. searching a function of standard libraries to help detecting memory leaks
  251. std::copy, backward_copy and fill implementations
  252. Student looking for more help. `ListNode' does not name a type
  253. problems with saving strings in a shared memory segment
  254. how to make sure only one instance of a class is created (dynamically)?
  255. template class and default function parameter
  256. LNK2005
  257. accessing the member of parent class
  258. appending one vector after another.
  259. Problem in adding new images ait folder from a selected folder
  260. fail to call another constructor from constuctor
  261. setting member class
  262. HTTP Library
  263. How to release memory of a static pointer data member
  264. Student requests help... expected `;' before '(' token
  265. expected primary-expression before "void"
  266. dynamic types,
  267. HOW TO DRAW STUFF USING <graphics.h> ?
  268. Conversion from 'void*' to pointer to non-'void' requires an explicit cast
  269. Diamond multiple inheritance vs. dynamic cast
  270. linking error when compiling CVOde in cygwin
  271. Getting the integer representation of a float
  272. rpasken@eas.slu.edu , You have made comments that Momentum is not Conserved in my PAPER. It is not CORRECT. It is explained in 100 Years of E=mc2
  273. How to convert ascii too.... int64, unsigned long..
  274. Different tuples to one container? (One type of a pointer to point to different kinds of tuples?)
  275. How to explicitly allow object copy ?
  276. Solving linear equations in C++?
  277. New to C++ ; trying to create a class
  278. Required string parser
  279. function declaration returning array ref...
  280. argument returning
  281. RogueWave's RWCollectable
  282. c++ puzzle
  283. Visual c++ 2005 express edition
  284. embed s file in exe
  285. code pages query
  286. Looking for automated C++ beautifier/styler
  287. Overloading template operators C++6 to VS2005
  288. is memset really needed here?
  289. Hide Console Window
  290. "set the first word of this buffer..."
  291. debug info for vars in anonymous namespace
  292. strange template class error
  293. ** NEW SCIENTIFIC AND FORENSIC JOURNAL LAUNCHED ** and 1MILLION reward
  294. is class visible, is this the correct ?
  295. reserve() in vector?
  296. left shift operator - qsn
  297. Having troubles with ostrstream: Borland C++ Builder 1.0
  298. On std::string::c_str() and const_cast<char*>
  299. Trouble with networking in c++
  300. Why can I not use the size() value?
  301. what does compiler error mean?
  302. proper declaration for template link problem
  303. C++ interview quetions?
  304. problem on inline virtual function.
  305. How do you do assignment operator within a template ?
  306. my strcpy() is not working
  307. dynamic_cast from base to another parent of derived class
  308. Artificial Mind - Part One - Basic Architecture and Cognitive Structure is now available
  309. const char* = new char[6]
  310. calling other languages C/C++
  311. How & operaator works ?
  312. Meanings of macro
  313. memprof errors
  314. memprof
  315. vector and shared_ptr to base class
  316. Lambda Library
  317. Derived streambuf
  318. using namespace std; or using std::whatever
  319. Urgent requirements ----- Oracle Apps Finance Functional
  320. string replace function
  321. how to implement << ala std::cout for template of std::vector ?
  322. problem compile between Lapack++ & MSVC Visual.net
  323. Compiler
  324. error compiling libjinlge... help
  325. QUERY: Borland C++ 4.5 vs Borland Turbo C++ 1.01
  326. The order of member initialization
  327. a class that does not have a default constructor
  328. how to get
  329. string manipulation
  330. vector error, how to debug
  331. Possible to partially typedef templates?
  332. What is a Wrapper
  333. template function problem
  334. 'g_undo' was not declared in this scope
  335. ofstream - Save to File
  336. please recommend a book for programming under Windows.
  337. Get a C++ set to contain objects
  338. replace_copy and replace_copy_if
  339. Wide characters and streams
  340. Multidimensional array performance
  341. template vector, incomplete type error
  342. Compilation of OOP features
  343. need a cooment for looping
  344. Overloading operator<< as a friend to a template class
  345. Linked list within a linked list
  346. How to run .exe file from console
  347. Help with program using classes
  348. initializing a multi-dimensional array
  349. New'ing an "array" -- or is it... ?
  350. min heap (priority queue)
  351. problem on partial specialization of class template
  352. Segmentation error on return
  353. Urgent requirements -----PL/SQL Developer & C#.Net Developer
  354. stack overflow error when using vector stl
  355. Problem on the range of a data type
  356. C or C++ something else....
  357. bus error, resize vector
  358. boost regex library problem with release build
  359. C++ library access from C
  360. Is my Singleton template class OK
  361. C++0x and Enumerated Subtypes
  362. how to define the third argument to sort()?
  363. old repository for old C++ source code
  364. time_t
  365. Single step execution using a callback between two asm commands
  366. memory and passing pointers
  367. upgraded gcc from 3.3 to 3.4 and having problems
  368. A question on the boost library
  369. C++ and C#
  370. Inputs on developing a HealthCheck service
  371. Do you have the C or C++ standard? (serious question)
  372. C or C++
  373. bug on C++Builder ver 6 (personal edition)
  374. aaa
  375. Friendship and inheritance
  376. Compiler adds undefined symbol reference for virtual functions....
  377. GUI design
  378. ofstream SaveFile
  379. wstring & wifstream
  380. Fractions in C++
  381. 科大computer science垃圾
  382. question about "operator ="
  383. reading a file into a string
  384. When Initialization Lists shall not be used?
  385. C to C++ Syntax
  386. 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?
  387. STL clear() functions
  388. Basic C++ questions
  389. boost::shared_ptr and polymorphism
  390. Why does this compile in g++ 3.2 and greater?
  391. void main() is user defind?
  392. Command line argument - File manipulation
  393. multithreaded calling of static func
  394. Problem with deleting vector items
  395. problem on function template
  396. Wrapping C functions in C++
  397. array initialization in initialization list.
  398. segfault strlen
  399. segfault strlen
  400. C++ 2003 standard
  401. printing out data from a user-defined text file
  402. recursive type template
  403. construction of static foo objects .. more
  404. wchar_t
  405. getline questions
  406. Overloading, hiding, :: and virtuals
  407. MS Access, ODBC using Visual C++ 6.0, and external functions
  408. enum value not in scope inside class?
  409. int to roman converter
  410. Problem on non-type template parameter.
  411. Bloody Crime Scene Photos Of DEAD Celebrities & Friends
  412. Sequence Class
  413. VIEW, RATE & SHARE Interview Questions and experiences
  414. Destructor semantics
  415. CreateToolhelp32Snapshot Page Faults
  416. friend declaration or operator overload function cross namespace.
  417. querry related to STL map..
  418. Inheritance and templates in g++
  419. problem on inheritance
  420. flatten class and flatten struct
  421. weird warning with g++ 4.1
  422. memory
  423. what are smart pointers?
  424. Function Object Questions
  425. c_str() does a SEGSEGV
  426. old functions in TC++ 2.0
  427. inline question
  428. printf("%s", myclass) prints vtable instead of m_data
  429. isolating operator new overload with gcc 4 (XCode2.2)
  430. RunTime Type Information
  431. structure and pointers
  432. Computer Language Popularity Trend
  433. Problem on template definition
  434. linker error MS Visual C++
  435. MSVC 2003: ctor-try-block error: possible compiler bug
  436. "Call Destructor" Vs. "Destruct Object"
  437. How do I make my code compatible to run in Linux (gcc) compiler?
  438. operator +
  439. I can't use fprintf function on mi c++ builder 5
  440. Preventing an overflow in wvsprintf ??
  441. getting rid of dependency of default values
  442. why do algorithms return a copy of the functor?
  443. new/delete when we have a callback
  444. Attaching two strings together
  445. 100 Years of E=mc2 : A critic is Nameless, Placeless, Identityless ?
  446. mathematical morphology in c/c++
  447. probelm on copy constructor of a derived class.
  448. setting up OpenGL
  449. Segmentation fault in stl_list.h
  450. can't read from a buffer
  451. Applying multiple design paterns to a single class
  452. class data usage scenarios
  453. Problem with ofstream::seekp
  454. command-line arguments program
  455. C++ Source Code for Baccarat Card Game?
  456. 建了个群QQ28478130,大家多多交流,真诚希望大家的加入,
  457. Inheriting a vector
  458. What would this defintion mean: int Function(class CString filename)
  459. Opening C files in Visual C++
  460. scientific computation (more)
  461. use pointer and not use pointer, which is faster to access data?
  462. Valgrind Error Report
  463. Pointer Question
  464. Advanced pointer?
  465. class constructor and members
  466. can't convert char* to const char* !?
  467. Virtual Memory Error
  468. Divide by zero.
  469. Type conversion ambiguity.
  470. g++ and make
  471. const char * and STL string reference
  472. Using Vectors vs. Arrays
  473. gui design
  474. getting the handle for a thread
  475. help with determinant calculation
  476. Cache
  477. Building pdflib-2.01 with tiff enabled
  478. Building pdflib-2.01 with tiff enabled
  479. overhead of C++ struct?
  480. OpenGL
  481. convert char to string
  482. Query regd. validity of a C++ program
  483. expected class-name before '{'
  484. storing suicidal classes in a container
  485. No declaration and missing operator* in gcc 4.1.1, but not icc andgcc 3.3
  486. [Possibly OT] How to handle text parsing functions?
  487. Got compiler
  488. What's difference
  489. What are best faq for C,C++ and data structures in C links for interviews
  490. Using templates with arrays
  491. How to use typelist?
  492. scientific computation
  493. please help meout
  494. Modify variable twice between two sequence points
  495. template functions in template class
  496. A question about global operators vs. polymorphism
  497. what does this mean?
  498. Problem on template specialization
  499. Variable Initialization: MSVC vs. world
  500. Template spezialization
  501. Problem on data location.
  502. Is static_cast really as fast as C/C++ style casts?
  503. Problems with Signals & Slots of QT
  504. The true nature of "bool"?
  505. Problem on template functions.
  506. How to call a constructor from within another constructor
  507. Web UI for C++ back-end
  508. delete(nothrow)
  509. Request for giving an opinion.
  510. drawing plots
  511. why did c++ add the class keyword?
  512. logic of factorial
  513. what is happening to elements in vector ?
  514. Pointers, linked list, array of pointers
  515. Pointer in C++
  516. precedence of "using" and #include
  517. Problem on class template.
  518. How to reference i th element in std::vector ?
  519. return type function specifier
  520. enum Conflicts
  521. Usage of typename
  522. about inheritance in c++
  523. need to be able to write in a shared mem segment.
  524. Expect ArithmeticType to have limits?
  525. Reverse String
  526. Exception Specifications
  527. help me ? Application crashing before main
  528. Is it generally safe to inherit from STL iterator classes?
  529. POINTERS
  530. POINTERS
  531. Any convenient and elegant way to do encoding conversion in C++?
  532. Merging Two Files using C++
  533. Is it possible to get a variable's type and size in code?
  534. error of memory
  535. class inside templated class
  536. Creating Key using HMAC - SHA1 using openSSL
  537. reference count
  538. reserving memory for an array
  539. external functionality with a functor object?
  540. Passing derived classes uninitialized variable to base class constructor !!
  541. Problem when using template as the base class?
  542. Is nested class automatically friend of class that it is nested in?
  543. Help! How to access to std::set elements?
  544. ponteiros
  545. sizeof(aStruct) returns fault number
  546. catch with no explicit object
  547. Dev cpp
  548. Poll: Do you use smart pointers?
  549. Insert to a vector quickly and get the insertation position
  550. Generating custom doxygen documentation for stl