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. Checkup: better way to test for file existence?
  2. Conversion operators and ambiguity
  3. Useful Forum for Help in General Programming
  4. returning a reference variable to itself
  5. Parser Generator for C++
  6. No compile-time error on modifying string literals
  7. Big and Little Endians
  8. Image getting skewed
  9. Member template function specialization in a template class
  10. Segmentation fault...
  11. Help understanding pointers to classes within containers...
  12. inline keyword and linkage
  13. c++ jsp xml combined ???
  14. link,ge related to long distant friendship
  15. Casting between signed/unsigned pointer types.
  16. malloc creates seg faults?
  17. Reading a tag and writing to std::cout.
  18. memcpy verses memmove
  19. remove() capability in fstream class/templates?
  20. How do I write a function that accepts a 'printf' type parameter?
  21. Gaps in memory
  22. Ultimate++ 0.98.4 released
  23. Opinion on Survey Request
  24. memcpy problem
  25. C++ class
  26. Template specialization for templated and primitive type template parameters
  27. Help with operator overloading of <<
  28. Conversion operators and ambiguity
  29. Help understanding pointers to classes within containers...
  30. Finding template argument of child
  31. convert string to float
  32. Duffers question (revision in MFC)
  33. delete causes crash with character arrays
  34. text-formatting program c++ problem
  35. scoped enum implementation
  36. How to optimize an algorithm for G4/Pentium 4
  37. Question about function objects (a bit lengthy)
  38. What does numeric_limits<>::digits10 represent?
  39. C++ vs C
  40. Java, C# replacing C++ as primary language for desktop development?
  41. std::Vector, classes and pointer questions
  42. A Few C++ Questions
  43. C or C++ as a second language?
  44. Lettura binaria di vector<string>
  45. How to use printf()-like formatting via string/iostream?
  46. Help Required: Operator overloaded function template and Friend
  47. Overloaded operators ---- members or friends
  48. autoscan automake and similar and deprecated standard libraries classes
  49. map of ostringstreams behaves unexpectedly
  50. .NET Event Handling (timers, Mouse movement)
  51. Find pairs that occur in two or more sets
  52. how to contact string in shell script
  53. Backward processing of an array
  54. tictactoe
  55. atoi function
  56. use class member function as a parameter
  57. indipendent output
  58. Restricted friendship
  59. asking for parentprocess
  60. Using Bloodshed DEV C++ a couple Questions?
  61. Confused with friendly operator overloading
  62. Behavior of ifstream::get(char*buffer, streamsize num)
  63. how to add at the end of the linked list
  64. unsigned short array to string
  65. Extending stl::list???
  66. MS Visual C++ 6.0 - character encoding
  67. I need Help
  68. Operator [] overloading
  69. problems with Overloading operators
  70. "Reconstructing" (Calling the constructor again)
  71. diff command?
  72. creating linked list
  73. What is the difference between new() and malloc()?
  74. how to export functions in c/c++ static libray?
  75. Exponential
  76. Why is this code valid C++?
  77. Hi, Python v.s. C++, which is better?
  78. Dos vs Unix style text files
  79. difference between static const and const at the namespace level
  80. Why is the copy ctor called twice here?
  81. Two shared object with same class name
  82. Borland C++ direct fpu commands
  83. Error reading files in ios::binary mode
  84. specifying istream separator sequence
  85. How objects are sharing the member function???
  86. A code fix for MSVC warning C4267 (64-bit compatibility warning, e.g. Boost Spirit)
  87. Named parameter idioms
  88. C++ string global variable
  89. MATRIXES - Dinamic Memory
  90. Getting a function pointer to an instance of a template
  91. global objects
  92. passing a 2dimensional array of double to a function...
  93. Please,help as soon as you can.
  94. Becoming familiar with memory management
  95. const in headers
  96. Another static question
  97. Dynamic types based on existing template code
  98. why .hpp?
  99. call non-const function
  100. un - using namespace?
  101. Sharing code between cases
  102. passing a type to a function?
  103. BSTR and a LPOLESTR
  104. What, if anything, is wrong with the following code fragment?
  105. C++ and C kernel
  106. Object persistence & serailization: patent from Microsoft
  107. 'CString' : undeclared identifier
  108. do I need to specify an = operator for this
  109. Create and modify Ini-files
  110. ## _delete
  111. object arrays
  112. algorithm for c++(g++) demangling
  113. Modifying the value of each element stored in a std::vector.
  114. Disabling base class conversions?
  115. File I/O help
  116. confusion with copy constructor and operator overloading
  117. Plugin Application Request
  118. Correct C++ tutorial part 5 "How to use libraries" available (Windows, mingw/msvc/std)
  119. template specialization of a template class
  120. remove an item in a STL list
  121. const function problem. casting to mutable?
  122. Inheritance and templates
  123. Using vector of references to a template class in the same template class.
  124. [BEGINNER] syntax for constructing class with members and base
  125. hello
  126. converting weird #define to const
  127. Changing Namespace at Runtime
  128. enums
  129. Is this codepiece legal c++? and/or portable?
  130. lower_bound - close, but no cigar
  131. Static build and Oracle OCI problem
  132. STL for_each
  133. printout statements
  134. Random numbers within a sphere?
  135. matlab into c++
  136. Access control and nested classes
  137. template class in DLL (g++/Cygwin)
  138. Run-time type id and Inheritance
  139. win32 apps
  140. References in C++
  141. namespace/static style issue
  142. Learning C++ - resources and ideas
  143. How to retireve a value returned by a Store Procedure with ADO
  144. About c++ license.....
  145. address of static const
  146. references
  147. No identifier required?
  148. Classes with the same functionality but not convertible
  149. Dereferencing adaptor?
  150. Initializing a vector with pointers to elements of another
  151. Working with COM/Serial/Parallel Ports?
  152. curious about typeid().name()
  153. C++ online information
  154. templates vs. virtual methods
  155. Function of ":" in a structure
  156. How to let a function return an array
  157. Problems with for_each and bind1st
  158. Please give me a pointer
  159. OT Exception handling testing
  160. Inheritcance, references, constructors
  161. segmentation fault on private variable
  162. Multiple definitions of a variable in C++ not permitted
  163. Retrieve and update from SQL
  164. An integer type with range checking.
  165. Compliance Checking (C++)
  166. Help me to write a programme
  167. const objects ->const member functions?
  168. problem with pointer to class method
  169. Overloaded typecast operators and copy constructors
  170. Accessing member data from another class with pointers
  171. One Small step one infinite leap
  172. Inserting a char into a string.
  173. method printing values from a vector not working
  174. time
  175. pointer confusion :(
  176. Compiler error C2664
  177. ofstream problem opening file
  178. storing password for e-mail app
  179. Under what circumstances can the STL move a vector?
  180. enum type
  181. Piping std::cout to a std::ostringstream.
  182. main function not found
  183. getline()
  184. Template Libraries
  185. classes, pointers, vectors, and memory allocation
  186. I need Help please
  187. New Promotion, need advice from experience people who deal with this situation.
  188. Self Assignment check in Copy ctor
  189. Sequence point problem?
  190. sizeof
  191. bug patten in C++
  192. bit of a maths quesiton
  193. Error when entering wrong data type in do-while loop
  194. drop-in replacment for function pointers
  195. Array Lookup [Was: Why is "Hello World" const char* ?]
  196. Simple Program using Arrays
  197. Can basic_string<>::c_str() throw exceptions?
  198. ok, I've found it:)
  199. Scope resolution in needed to call a functor maker
  200. borland builder C++ - wait() ??
  201. Why is "Hello World" const char* ?
  202. Stripping specific bytes of a file without opening the entire file...
  203. FAQ issue: Guaranteed value ranges of fundamental types?
  204. std::string operator< ?
  205. Using Borland C++ Builder under Windows AND Unix?
  206. rotate operators
  207. How to Ingore the input of std::cin??
  208. operator= and implicit type conversion - precedence.
  209. Accessing characters in character array
  210. "no matching function for call to" and templates and old code
  211. Function to convert all of the small letters to the capital?
  212. Display bitmap from array
  213. Function Pointer Question
  214. Your word on notation?
  215. Inheritance and sharing function names
  216. How about C++Test?
  217. error C2666 overloads have similar conversions
  218. g++ default #include's
  219. Exemplers in C++
  220. Trying to convert _btsrt_t to string
  221. static variable problem
  222. Pass array by value
  223. initialization of a struct in a vector
  224. parametre de fonction const
  225. const int NULL = 0
  226. c++ pointers
  227. wrting function using pointers and list
  228. Scheduled task
  229. Help needed!!
  230. Learning C++
  231. Calling member function in ctors and dtors.
  232. SFINAE compilation troubles
  233. Learning pointers in C++
  234. vector and sort problem
  235. GetCommandLineArgs implemention?
  236. question on template
  237. Setting up paper source
  238. unnamed namespace and friend
  239. STL tutorial...
  240. Which is efficient?
  241. Conversion constructors and template arguments.
  242. Filing problem!
  243. Graphic functions for DOS
  244. problems with .h files
  245. Large scale C++ software design,
  246. new site
  247. problem storing user input into string
  248. Filing problem!
  249. callbacks to member functions
  250. Programming Contest
  251. Exceptions and inheritance
  252. Handling Exception
  253. Global vs local streams in a multithreaded app
  254. Endianess...
  255. Easing Decoding of Template Error Messages
  256. Trim Left char tchar[64]
  257. Conditional code
  258. Template argument matching
  259. Explicit declaration
  260. question/clarification: pointer to function as passed parameter
  261. Algebraic Parser
  262. Template argument deduction and conversion operators.
  263. How do I export multiple classes from one library?
  264. Variable Exchange Java <-> C++
  265. infile.rdbuf() for empty file
  266. general arrays reuse-inheritance question
  267. sorting with std::map
  268. question about template
  269. template type problem in msvc. and more
  270. Virtual function and overloading ?
  271. I/O getline: which is a last character - delimiter or EOF?
  272. Need a C++ update
  273. Oring multiple values
  274. Help. Just getting started
  275. way to address objects in for loop
  276. Safe union of std::vectors
  277. Template functions vs. function objects
  278. Reverting to C in C++ Code
  279. return values for void functions
  280. New Scientific Library - Lang?
  281. I/O getline and small buffer
  282. Override virtual function w/ Object (not Reference) return?
  283. istream read not reading everything
  284. why this program is incorrect?
  285. std::copy for overlapping ranges?
  286. Java from C++
  287. Abstract and concrete classes in c++
  288. when overloadind input/output stream operator, why return type??
  289. why it fails
  290. implicit copy assignment operator
  291. multiple precision integers-string to int conversion routines
  292. Two programs accessing the same array
  293. What does 'extern "C++" ' mean?
  294. MS Visual Studio 6.0 compile failure
  295. stack vs heap destruction problem
  296. Vector Help Please!!
  297. Polymorphism
  298. Put Back Functions
  299. strncpy copying beyond max length
  300. STL container of auto_ptr
  301. I am sorry for this...
  302. static object initialization
  303. fast insertion and search - STL
  304. Conversation operator as a lval?
  305. Templates: Come solve this puzzle....
  306. What is affiliate marketing?
  307. listing directories and sub in C++
  308. Distinct keys in the multimap
  309. Java from VC++
  310. Intialisation order and statics
  311. STL in debug mode?
  312. What's the meaning of this sentence, "0;"?
  313. HPUX, shared library and static member variables
  314. file length...
  315. Convert string to binary
  316. Array of pointers makes an error
  317. Elementary question on const
  318. Covariant return types
  319. USB initialization
  320. Catching vector index out of bounds
  321. Linux compiler
  322. C++ Programmers needed
  323. c++ parser
  324. Project: KHTML-based browser for Windows
  325. Problems initializing a dynamically allocated 2D array
  326. Effective STL Item 4 (size() vs. empty())
  327. Foo(300) = Foo(500); Why does a compiler compile that?
  328. What's the difference betwwen explicit instantiaion and explicit specialization?
  329. VC++ project crashes in Windows 9x
  330. another weird unexplained anomaly!
  331. C++ anamaly
  332. Narrow Vs. wide streams
  333. stl c++ & map
  334. Pointer-to-member-function pointing to a member function of an inherited class
  335. Where to obtain a copy of the Standard?
  336. Exemptions?
  337. Why is my const pointer not behaving?
  338. class instances and threads
  339. Memwatch
  340. MFC question - can't bring up same dialog twice
  341. Question on delete [] vs just plain delete
  342. Mathematical Programming
  343. c++ header file
  344. Buttercup
  345. C++ property file
  346. boost::filesystem: Aborted
  347. getting an object's type
  348. Inheritance Question
  349. MFC
  350. Model View Controller - please clarify
  351. Overloading operator+
  352. Reference + initialiser oddity.
  353. Dynamic memory failure reason
  354. STL Question
  355. The C++ sockets library
  356. Simpler C++ Forum for beginer
  357. Linking with Static Libraries (linux)
  358. How to make a library that comples the users to define some function
  359. Iterator problem with templates
  360. question about strings
  361. how to start with templates ??
  362. why char * gets overwritten after some time in execution...
  363. structural inheritance bad?
  364. matrix copy problem
  365. overriding global new
  366. Should resource wrappers auto cleanup on destruct?
  367. Template Type Functions
  368. overriding global new and delete + STL
  369. stl wstring and string.
  370. string::compare
  371. How do I know if a file is using by an application?
  372. Catching class exception
  373. Helper functions
  374. What is an implicit extern "C" declaration?
  375. Array object operator overloading
  376. Method PrintLn (two classes)// need help
  377. Local class instances invalid template argument
  378. Are Anonymous arrays possible
  379. Is this (tiny) function portable?
  380. Is it legal to call functions in the initializer list?
  381. extern functions
  382. How to terminate a telnet session from within your C/C++ program
  383. Declare an array parameter to be const?
  384. class definition forgets values
  385. "typedef" and "enum" problem
  386. C++ won't survive the next 10 years
  387. referencing "this" in a static method
  388. Compiler advice?
  389. Pointer-to-member as template argument
  390. Pointer problem?
  391. reference to pointer of derived class
  392. C++ generic programming question - looking for suggestions (long)
  393. extern functions
  394. Class Pointer Problem
  395. Visual C++.NET Timer problem
  396. test
  397. Mixing STLPort and STL from Microsoft
  398. Variable declaration: Global vs. Function
  399. HTML Seite als Popup Fenster aus C++ Programm öffnen
  400. Does using 'new' and 'delete' increase executable size?
  401. how to remove 1?
  402. question about pointers.
  403. Warning about defined but not used for global variable
  404. help please / object programming
  405. CC Compiler Error Message
  406. STL algorithm for implementing operator+=
  407. Visual Studio Solution to GCC makefile converter
  408. Idea for a better IDE
  409. Dating
  410. Checking for multiple processors
  411. virtual copy constructor
  412. virtual copy constructor
  413. defult constructor hiding
  414. C function in a C++ code
  415. spirit 1.6.0 stlport 4.6.2 msvc6
  416. Temporary King
  417. How to specialize member template function?
  418. C++2Java
  419. "Default constructor" for built-in types
  420. Weird numerical behavior regarding zero
  421. ostream overloading
  422. determining failure cause of an fstream call
  423. strlen deprecated ?!?
  424. Text Display in MDI
  425. inheritence vs composition
  426. Using namespace std and Error 19:
  427. write a function such that when ever i call this function in some other function .it should give me tha data type and value of calling function parameter
  428. How to add "/*" in C++ comments?
  429. confusion about friend declarator
  430. gcc 3.4 template compilation problem
  431. copy constructor
  432. fruit objects
  433. Good use for Unions
  434. syntactic sugar for initializaing multidimentional arrays?
  435. linux c++ equivalent
  436. Illegal code?
  437. g++ 3.4 question
  438. finding "\n" in files
  439. mod - rest of a division
  440. Using memset instead of a proper ctor
  441. Is this valid code?
  442. robust iterator implementation
  443. Console unterdrücken
  444. efficency for not instanciating variables?
  445. Starting NT Service on LocalSystem by ordinary user.
  446. Problem with fast lines in TeeChart v4.04 (Borland c++ builder 6)
  447. Order of cpp files matters?
  448. Superbasic efficiency question
  449. Double to Currency Output
  450. Need help with a Linker problem with class template.
  451. What makes a good C/C++ programmer?
  452. EOF
  453. Overloading funtions with const qualifier
  454. Referenece binding to const temporaries
  455. Can read all data off file accurately with fstream
  456. Alternatives for redefining a typedef?
  457. allocating memory for multi dimensional arrays
  458. portable imaging/twain library in C++?
  459. sorting std::list with function predicate
  460. Correct C++ tutorial part 4 "Decisions & conditions" available (Windows, mingw/msvc/std)
  461. Returning const references to class data
  462. template specialization in member function
  463. template specialization in friend function
  464. new to Numerical Recipies
  465. Why C++ has ambiguity between expresion statments and declaration statments?
  466. Object creation
  467. Looking 4 Flash-to-ActionScript-to-JavaScript-to-C++ examples & guidance
  468. User-defined manipulators that accept arguments
  469. Help with header files
  470. Turning off scientific / fixed output
  471. [Q] Extracting the key members of an XmlRpcValue object
  472. To manipulate or not to manipulate
  473. Overloading class new and delete operators with parameters
  474. compile time vs. run time?
  475. Avoiding templates, alternative design?
  476. USB help
  477. what dose it mean?
  478. myOpenFile function
  479. i have some problem about c++
  480. Will there be memory leak ?????
  481. Preprocessor trick?
  482. OOP in C++: Objects failing
  483. virtual templates
  484. Please help with an interview question
  485. operator= for derived class
  486. C++ Reference
  487. Integer div and mod together?
  488. allocating dynamic memory
  489. lifetime of local variables
  490. why doesn't this work?
  491. running time
  492. &X == &X.member ?
  493. C/C++ Users Journal on Fleabay
  494. byte alignment
  495. C programmer, what does this syntax mean?
  496. CRC16 not the same
  497. Iterating over elements in a deque results in garbage.
  498. How to organize the data structure in a parser?
  499. about "friend name injection"
  500. question about objects by reference and threadsafety
  501. unsigned char [6] numerical representation
  502. need help with large int multiplication and division
  503. Professional C++
  504. Object factories
  505. Why isn't multiple inheritance very useful?
  506. Createprocess
  507. CString to char array convertion (vice versa)
  508. time
  509. copy content of vector<BYTE> to BYTE*
  510. implement atoi
  511. stringstream
  512. Programming Contest: Create a Crossword
  513. sth wrong?
  514. Unexpected termination
  515. Sorting the file Name
  516. Bit Field Question
  517. Shifting to KDevelop
  518. global/static/namespace trouble
  519. how to check that my programe respects the iso c++
  520. stable software, How to ?
  521. [Allen R. Cha] I'm developing FTP Client. but i have a problem. plsease help me.
  522. How to build Linux apps w/ Borland C++ Builder X??
  523. enterprise application versus enterprise system
  524. number of decimal places
  525. array Puzzle
  526. Simplify this ?
  527. Calling C++ from C
  528. Interesting article about concurrent programming, any thoughts?
  529. Pointers?
  530. LL TO BST
  531. C++ .NET
  532. string combination algorithm for a "word descrambler"
  533. Shrink vector capacity?
  534. Recruitment Agencies for the London area.
  535. Execution of a function on startup
  536. Inheritance of conversion operator
  537. Non-const static members in templates?
  538. inheritance of conversion operator
  539. random error
  540. ALIGNMENT REVISITED 2
  541. convert java to c++
  542. Can't make a COM Object external
  543. Mixing new/delete and operator new/delete?
  544. Connect to SQLServer
  545. Double comparison problem
  546. Can overriding be controlled ?
  547. Design of image & view classes?
  548. Problem z fokusem.
  549. comp.lang.c++ FAQ
  550. implicit type template warning