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. Forward Declaration produces an error (no cyclic dependencies tho)
  2. Why Java Fail and C++ rise
  3. lovely modey
  4. Comparison - Language sensitive collation and searching using UTF-8
  5. how to initialize list in a vector
  6. Multiple inheritance/overloading ambiguity - is this behaviour intentional?
  7. Question about printing double
  8. Who can hack NP?
  9. "Inheriting" during template specialisation
  10. rel_ops and namespace
  11. How to declare stl iterator for a template type?
  12. public headers
  13. visual c++ 8 (.net 2005) has unresolved external symbol errors
  14. can I interact with fax modem directly?
  15. C++ Pitfall: const objects do not behave constantly.
  16. Inheritance
  17. Assert in Threads
  18. Convert subroutine
  19. copy ctor
  20. Code for read a file
  21. union float[3] and x,y,z
  22. static member object initialization
  23. ambiguous constructor? Is it right?
  24. initialization by copy
  25. Format of floating point output
  26. keep splitting the atom question
  27. Template specialisation with multiple typenames
  28. hacking,anti-hacking,registry tweaks,compter tricks
  29. copying elements from a <list> to <deque>
  30. Can't typedef a struct
  31. Something with static...
  32. Member function pointer cast question
  33. understanding of data abstraction, information hiding and encapsulation
  34. copy constructors with iterators
  35. how to implement sum of bits using template metaprogramming
  36. Reading / Writing to Hardware Registers
  37. Addressing a &vector<>[i] as a C-array & the C++ standard.
  38. client server framework
  39. client server framework
  40. Any recommendation about open source project on Natural Language Processing or Information Extraction
  41. Where does programming begin?
  42. Vector Erase
  43. static member in base class
  44. databases
  45. can c++ deal with hardware???
  46. class with a map
  47. Conditional include
  48. new object declaration
  49. new declaration
  50. Conditional include
  51. parsing with std::istringstream.
  52. file input problems (should be an easy question)
  53. combinations of substrings
  54. dynamic allocation array/function
  55. Generalized "observer" pattern
  56. help with a c++ calculator
  57. Implementing overloaded operator new[]/delete[]
  58. Compatible codes for both Visual Studio 2005 and gcc
  59. Linking in a module?
  60. Is this a correct place to ask questions on GDB
  61. How to overwrite 'new' operation in c++
  62. assignment operator
  63. to me c,c++teach forwarad please
  64. Problem regarding process
  65. reflection in c++
  66. toUpper and pointer to a string
  67. Insert function in hash_map.
  68. Program launches within Visual Stdui 2005, fails otherwise.
  69. Game of craps giving class error
  70. distinguishing wheter void* ptr points to class A or class B?
  71. Sorting two arrays with one call to sort()?
  72. Is this a STLport bug
  73. Friends and Visual C++ Express 2005
  74. A question: Convert double to string
  75. Help needed to understand "member function template"
  76. Iterator to last element in list?
  77. Pointers to Members question
  78. Using c++ template metaprogramming for high performance number crunching?
  79. substituting a function ptr with a function object
  80. Associate Objects using domain ID or using object references?
  81. pointer to pointer
  82. Overloading problem
  83. How to find which objects use most of the memory
  84. How to find which objects use most of the memory
  85. Any guide to look something up in the Holy Standard?
  86. C++ An Inline Function Question
  87. discussion of protected in Lippman
  88. Undefined reference to pow
  89. using C library functions in C++
  90. Implementation in a *.h file
  91. polymiorphism and access privilege ?
  92. Need help understanding a const function returning an object reference.
  93. beginner question on successive factoring
  94. "this" question
  95. ambiguous types: want automatic conversion
  96. While vs nested if?
  97. is speed of exec of a member function always impacted by an extra layer in a class hierarchy?
  98. const int Foo in paramater list? Question of style
  99. How to add a double to an unsigned char array?
  100. Embedded systems, suggest microcontroller and compiler
  101. Discuss..thx
  102. win32 wrapper (not off topic imho)
  103. Howto link a lib in my Makefile
  104. Embedded Systems, please suggest microcontroller and compiler
  105. c++
  106. Why the simple code can not compile?
  107. behaviour of a function
  108. yessssssss, I did it
  109. is input_stream >> std::ws supposed to set fail() bit?
  110. Return smallest key from std::map?
  111. Global objects...
  112. How to build a loadable tcl dll with visual studio (microsoft C compiler)?[crosspost in comp.lang.tcl and comp.lang.c++]
  113. plzzzzzzzzzzzzzzzzzzzzzz help
  114. plzzzzzzzzzzzzzzzzzzzzzz help
  115. what
  116. const static initialization in Visual Studio
  117. What is best way to implement "tail"?
  118. What is best way to implement "tail"?
  119. stringstream question
  120. undo/redo algo
  121. how to use if else macro while compilation
  122. conversion between string and numerical value
  123. Order of statements using if
  124. Accessing base class function
  125. TDD and Mock Classes
  126. how to run some exe file by using standard C++ code?
  127. how to run some exe file by using standard C++ code?
  128. hash_map in STL.
  129. How to pass a huge matrix to a function
  130. Copy Constructor Query
  131. Howto design my method?
  132. C++ polymorphism question
  133. question on cout and operator<<
  134. strange syntax in stl (gnu version)
  135. Smart pointers and this
  136. 3 dimensional array
  137. templates and inheritance
  138. pointer, union, something...
  139. mem_fun fun
  140. Templates and header organization
  141. Is this scenario a good use for polymorphic functions
  142. ds
  143. hi can give me idea
  144. correction
  145. Error: aggregate value used where an integer was expected
  146. overloading based on function being const
  147. Howto identify a string value vs. a numeric value in std::string
  148. lrint and rounding mode
  149. .hpp
  150. Tool for checking memory leaks.
  151. solution to problem for verifying answer
  152. Performance monitoring tools.
  153. The meaning of a = b in object oriented languages
  154. a question about ostringstream
  155. why memory leak here?
  156. why memory leak here?
  157. why memory leak here?
  158. Problem with pointer-to-class-data-member
  159. What does this mean?
  160. Pointer to class data member question
  161. try/catch scope question...
  162. smart ptrs in vectors
  163. sum of two integers
  164. Bucketsort?
  165. exceptions
  166. 2D arrays
  167. Query: are typedef templates supported in C++. and on the VAC 6 compiler?
  168. shared_ptr and containers
  169. compilation error with forward declaration
  170. Desktop Heap Size
  171. Trying to find a functional language integrated with C++
  172. ICQ Sniffer?
  173. Reading from fstream into vector
  174. How can I access non-static variables from static funcition?
  175. equivalent class to POD
  176. Best way of Allocating and Deallocating memory
  177. Creating containers on the heap
  178. Pointer to class data member question
  179. addition puzzle
  180. C++ OO design question
  181. Help with peak detection algorithm
  182. inlining overloaded methods
  183. v-pointer in a class/object?
  184. possible seg fault
  185. Problem with Linked List
  186. Trouble passing integers
  187. Trouble passing integers
  188. time complexity
  189. Arts and entertainment
  190. Get unlimited visitors to your website
  191. C++ Primer ex 9.14
  192. SDL and best way of using rotating sprites
  193. static library to sockets on localhost
  194. Job interview questions
  195. VC++ not recognizing 'GameBoard' in code
  196. command line processing question
  197. saving "this" in base class
  198. Need a guitar?
  199. sentry member class
  200. data abstraction vs encapsulation example needed
  201. Get unlimited visitors to your website
  202. using sstream to read a vector<string>
  203. sstream confusion
  204. Thread-safe file locking
  205. bitwise OR AND, etc.
  206. A deque containing different types of objects (with a common baseclass)
  207. alt
  208. friend'ly question
  209. Type-punning / casting problem
  210. c++ language
  211. Using the OR | w/ an enum
  212. Can array allocation cause memory fragmentation
  213. converting 'float (*)[4]' to 'const float**'
  214. strtok and strtok_r
  215. Screen to Memory.....
  216. download function
  217. Simple Macro Function Pointer Trick...
  218. understanding GUID
  219. i need help:""<
  220. MACRO and template with two ( or more ) parameters
  221. Writing a file to /dev/lp0 in c++
  222. ostream operator and setw
  223. Overloaded << operator
  224. default constructor
  225. IT News
  226. where static objects live in memory.
  227. hi
  228. is vec.reserve(unsigned int) better than vec(unsigned int)?
  229. eclipse cdt + glut problem
  230. dynaic array through sockets(network)
  231. Inherited Template Overloading Problems
  232. Video: WTC Witnesses: "It was definitely no commercial airliner"
  233. template member function can be called from outside class but not within
  234. iojoijioj
  235. Help with STL
  236. seeking within ostringstream's
  237. Can I assume the memory is continuous?
  238. signed/unsigned byte
  239. Use of .ODL file
  240. "hello world"
  241. reading a Text-File into Vector of Strings
  242. pragma value for shared variables
  243. Can You Program?
  244. socket programming: file jpeg
  245. formatting binary output
  246. behavior of char* in a hash
  247. signed/unsigned wchar_t
  248. inline constructor and destructor
  249. Hash map to categorize users.
  250. Is this C style function well written and thread safe?
  251. Exposing private member functions to extern C function
  252. Decorator Patten & Added Functionality
  253. How do I write exception safty code?
  254. Maximum size
  255. need help wit sbrk
  256. convert binary to decimal in template at compiler time.
  257. Constructor Behavior
  258. Conversions from decimal to binary,hex
  259. Nested template specialization?
  260. enum -> STL container
  261. Write all numbers with 3 decimals?
  262. Constructor question...
  263. Expert, self destruction program
  264. Astoria Seminar/Extraordinary C++ Registration Extended
  265. map (associative array) loses values?
  266. virtual operator +
  267. IE ToolBar
  268. Car-ac-systems
  269. ? Bug in libstdc++? GCC 4.1: wcout.imbue(loc) should (?) set stream encoder's, but it doesn't; std::locale::global() shouldn't change it, but it does?
  270. Would u explain this code about template and class
  271. Need help for NULL constant in C++
  272. Completely Lost...
  273. Barton and Nackman's Scientific and Engineering C++
  274. Maximum Accepted Layers/Levels of inheritance
  275. Copying array to an array, I really thought I knew what was going on.
  276. placement new
  277. efficiency and nested loops
  278. vector
  279. [Announce] Toast 1.0 released to the general public
  280. C++ syntax expressed in toot-toot diagrams?
  281. goodbit stream state
  282. how to I recast pointer to n-dim array in C++?
  283. Resource in static library
  284. ambiguous call to overloaded function
  285. Performance help
  286. Question about exceptions.
  287. comparing values function
  288. Datagram Accept Function and error 10045
  289. Question about stdlib.h system()
  290. Questing regarding returning of new objects
  291. Curious question about the STL ostream
  292. req. Unix/SQL/Oracle/JAVA - Work Location US
  293. small design issues with creating views (portions) of a class
  294. C++2003
  295. conversion warning
  296. Strange thing while using templates
  297. I'm a beginner of c++,can anyone recommend some books?
  298. Should I use pointer inside container?
  299. Stream states questions
  300. Please help with testing & improving a StringValue class
  301. 'Password protected screen saver' is not getting activated!!
  302. Is it possible to overload a member variable?
  303. question on mem_fun( )
  304. enum to string
  305. We urgently require SAP consultant with 5 year of SAP experience
  306. Problem implementing an object factory
  307. Factoring SFINAE tests
  308. anyone with VC++ 2005?
  309. c++ programming
  310. Creating a new ***Welcome Message***
  311. boost multi array dynamic size
  312. Ctor initialization problem with shared_ptr (boost)
  313. [NTG] pytanie dotyczące SVN
  314. Object serialization
  315. suitable data structure
  316. Why there is just one namespace 'std' in the std library?
  317. I/o without using the C+ liraries
  318. Reading from a changing file?
  319. dialect of c++ that includes ansi C
  320. int array[N]; when N is not a constant
  321. Overloading operator->
  322. overloading operator->
  323. overloading operator->
  324. Reassigning references (to std::map in this case)...
  325. convertion problem? from char* to unsigned char*?
  326. static const Class Member
  327. What happens if I use delete [] to a pointer from a "new char('\0')"
  328. Any Ideas Where Can I Find C++ Apprenticeship?
  329. function object design problem
  330. what the result of average_time have negative
  331. how to create exe files using c++
  332. Save buffer into jp2(JPEG 2000) format
  333. Save buffer into jp2(JPEG 2000) format
  334. I need help with a function that swaps array halves.
  335. Require help learning how to decompose class into policies
  336. Object that transfers ownership on assignment/copy
  337. Iterator implementation questions: copy constructor and postfixincrement
  338. issue on parashift faq section [39.14]
  339. DLL Entry Point
  340. Bidirectional iterators: signed distance?
  341. STL Link List Problem
  342. Calling a FORTRAN function that returns a complex
  343. Class design with tightly bound iterator
  344. When you decide to overload operators?
  345. Required Visual Fox pro fresh programmers
  346. References or pointers?
  347. binary files
  348. sizeof empty class
  349. doubles/printf & rounding
  350. const type qualifier after function name
  351. Double Dispatch Obsolete?
  352. STL vector iterator question
  353. elementwise product or sum of two vectors
  354. const vector<A> vs vector<const A> vs const vector<const A>
  355. How to design Dos Print in VB 6.0
  356. Creation and destruction responsibilities
  357. Any idea how to get this API to work?
  358. Creating an About GUI... "How to Retrieve a file version"
  359. Why "Welcome Message" I post come get posted as the reply to same post ?
  360. Passing arrays to C funcions
  361. structure padding not considered by 'new'
  362. Exception Safe Guard
  363. window messages to the wrong window
  364. how to not reallocate auto array
  365. c++ and target environment
  366. seeking simple program to demo a debugger
  367. Declaration of a node of a link list
  368. Is there any STL function for sorting characters inside a string?
  369. BLAS vs CBLAS in C++
  370. serialization of arrays
  371. help on std::vector
  372. Private Inheritance and Publice Inheritance
  373. Question in terms of design. Where to put "#include"?
  374. scientific & setprecision (iomanip)
  375. edi library
  376. Template-Meta: Finding out whether a template-definition exists
  377. whats wrong with this code? (template class) - corrected
  378. What is wrong with this code ? (template class)
  379. template template parameters
  380. template template classes
  381. I am afraid
  382. How to deal with Unicode
  383. Reference lets a function to return a variable . But strange things happen :(:(
  384. Placement of initialized data
  385. :(
  386. soft junk
  387. interesting makefile issue
  388. Microsoft Power Point Visual Basic Editor Object Browser
  389. Ranged Integers
  390. Ambiguous constructor call
  391. auto_ptr who is right?
  392. String Constant absent in C++
  393. question for returning an array
  394. file extension query
  395. Spirit 1.8.5 and 1.6.4 released
  396. Visual C++ Express Edition or lcc-win32?
  397. strings/char problem :(
  398. why standard convesion is picked instead of constructor conversion
  399. Why does this work?
  400. no response from allocator
  401. Using C++ Class in C# with DLL
  402. Standard C library namespace
  403. Superclass and Subclasses
  404. Pointer to pointer
  405. NewsMaestro
  406. 'C1 = C2' == Copy Constructor
  407. Bug in my C++ program seems really strange. (Update on debugging progress)
  408. Bug in my C++ program seems really strange. (Update on debugging progress)
  409. How strongly are ncurses incompatible with signals?
  410. Object files
  411. New best-practices website.
  412. Interface Programming the basics
  413. tr1::function implementation
  414. KASPERSKY 2009 Kai 2010 - Antihacker - Corp Total Suite - KISS.2006 - Personal - Professionel CRAC + FULL KasperSky KeyViewer + Keys till 2010.rar
  415. Yet another template class question (corrected)
  416. gcc at fault?
  417. Yet another template class question
  418. template class question (more elegant soln)
  419. deletion of mem alloated using placement new
  420. using lexical_cast
  421. C++ find question
  422. Coding Standards
  423. May I have a example of design pattern of "composite", I still feel fuzzy after reading book of Addison-Wesley's"design pattern "
  424. interface vs behavior
  425. Ideas for first program?
  426. Very quick C++ I/O n00b question
  427. sign of char literals in #if directive
  428. I can't a class members in working thread
  429. __DEPRECATED
  430. Need help with pointers to class methods being used as callbacks...
  431. How to pass a ublas::matrix to a C API
  432. Array limits
  433. Odd error message...
  434. Somothing like to tuples in the sequence
  435. Something like to tuples in the sequence
  436. private constants
  437. Check pin state of Serial Port
  438. String::Format problem (VC++ .NET 2003)
  439. How can I replace all occurrences of a character with another character in std string?
  440. Restricting instantiation of the object in heap only for the particular case
  441. const reference to object returned by value
  442. user defined conversion operator or operator overloading?
  443. Borland application password recovery.
  444. OO book
  445. Writing Scalabe Software in C++
  446. Binary Arithmetic Add Operator Overloading not compiling, what's wrong ?
  447. template alike approach for floating point
  448. Memory fragmentation
  449. rand() chooses the same number after several trials
  450. 8 bit integer type
  451. Local Functions...
  452. Class diagrams
  453. ICU 3.4 Compilation Using Intel C++ Compiler 9.0 with Cygwin
  454. cpptips
  455. Downloading full page source of a web page
  456. Nested class templates and incomplete type error
  457. C++ Gurus Wanted NYC
  458. Put a stl container in private or public?
  459. Something Hard to Google for
  460. Assigning values to a struct
  461. Question about objects
  462. Pointers vs. Static Objects
  463. Using fread alternative in C++
  464. STL map containing pointer_to_binary_function
  465. how to return 2 instances of the same user-defined class from a function
  466. parallel programming using MPI and C++
  467. Ambiguous MsVC!
  468. tool to find unused methods
  469. reference to pointer used in ctor - using 'this' in ctor (repost- corrected sample code)
  470. reference to pointer used in ctor (using 'this' in ctor)
  471. C++ find the bug problems
  472. how to reach an arbitrary index in a std::list
  473. function name hiding
  474. Templated constructor behaviour
  475. reading string from char array
  476. assigning a string, with embedded nulls, to an ADO variant_t parm
  477. Segmentation Fault On Program Termination?
  478. Callback into C++ from C
  479. Factories and conversion from Base to Derived...
  480. do you know good books/sites about creating custom allocators, streams and iterators?
  481. C++ template metaprogramming in C#?
  482. data passing
  483. .NET versus C++ compiled code
  484. Returning (char *) from a function - memory problem
  485. std::list custom allocator issues
  486. auto-delete the application...
  487. better new delete
  488. how to start use nested STL container
  489. Have std::map sorted by value
  490. pure virtual method
  491. Overloading the Insertion Operator
  492. Seeking trace log system
  493. Requesting critique of a C unit test environment
  494. The worst thing about a wild saturday night...
  495. How to implement this?
  496. On template parameters
  497. How to detect read or write access to a user defined array?
  498. I don't want this anymore
  499. Accessing elements of static array by name
  500. I am afraid
  501. I am very strong...
  502. I'm not your enemy
  503. I am rejecting your opprssion
  504. Not to forget "my friends" here in clc++...
  505. c++ help tool?
  506. Sleep?
  507. return value
  508. A weird problem on structure and union alignment
  509. computer languages
  510. What is going on here?
  511. C++ Primer ex 8.3
  512. My Animation
  513. try...finally semantics
  514. Incrementing array indexes in for loop.
  515. Is struct() equivalent to ZeroMemory() ?
  516. Static const non-integrals in-class initialization
  517. [c++0x] name deduction in overloading with rvalue references
  518. Let's Unite Against Jews and Mongrels!
  519. Atomic and singleton
  520. Discard qualifiers
  521. two classes #including each other
  522. x/x=1.0 in double-Arithmetik
  523. malloc problem in C++
  524. Operator overloading question
  525. Function returning two values
  526. Binomial coefficient
  527. Rising Edge D flip Flop code in c++
  528. C++ Primer ex 7.31
  529. why is returning an int from a pointer crashing my app
  530. Passing static member function as callback to Windows DLL
  531. Signature of the predicate in std::lower_bound
  532. Why :: ? Why not : ? Why not . ? <- less clutter ?!?
  533. Why should we use fun(const Class &B) instead of fun(Class &B)?
  534. Weird protected access problem.
  535. About build static library
  536. How to detect overwritten virtual method in base class?
  537. convert char * to char []
  538. Evaluation sequence and precedence
  539. What happens when an exception is not caught?
  540. Cin error bit
  541. Need some way to fake reflection in C++ code
  542. Converting sprintf to ostringstream
  543. How to prevent a double from appearing in e-notation?
  544. Write C program
  545. How to allocate a static class attribute in c++?
  546. C++ http library
  547. am I developing C++ skills ?
  548. static globals
  549. Strange error with iterators
  550. binary file