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

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