View Full Version : answers


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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136

  1. i have an assignment :\
  2. Is this a qualifier or something else?
  3. Evils of M$ and C++ability
  4. How to add random numbers
  5. About Assignment
  6. Neural Networks
  7. Passing pointers to Window Forms VC++
  8. boost::program options
  9. Error: does not name a type
  10. Windows Process Watcher and C++
  11. strange: k=(++i)+(++i)+(++i)???
  12. Error message
  13. pthread_barrier
  14. Arrays as arguements
  15. Getchar problem
  16. SWIG, Python, C++, and Coca-Cola
  17. Vehicle program
  18. Need help with menu program
  19. Question about cin.getline()
  20. friends and templates
  21. Sort string arrays using bubble sort
  22. Accelerator Resources
  23. file status question
  24. -1.#ind000000
  25. Peculiar floating point numbers in GCC
  26. case insensitive find on case sensitive stl map
  27. polymorphism in static member functions? --can it be virtual?
  28. std::auto_ptr_ref workings
  29. derive a class from a struct?
  30. scaner program!......plz
  31. Implicit Declaration of Function "int malloc(...)"
  32. single list box and simple combo box
  33. if statement within while loop
  34. std::sort std::vector predicate problem
  35. Operator ->
  36. Preprecessor and white spaces
  37. printf function
  38. K&R2, exercise 1-23
  39. Iterating and printing
  40. If statement discussion
  41. how to access hard disk raw data
  42. polymorphism with reference and pointer object
  43. While not ended
  44. Unicode in c++
  45. MFC dialog-based application
  46. Good native machine code to C/C++ interpreter?
  47. how to detect OS
  48. don't understand the "&&" in K&R2 example
  49. abt using sleep() in windows
  50. How do I get the flush function to work?
  51. SOrry
  52. K&R2, exercise 1-19
  53. Incorrect Input Format PLEASE HELP
  54. low and high frequency of an audio file
  55. Implementing Tree
  56. question on functions
  57. Help , why not return a true array?
  58. synchronizing 3 threads
  59. error C2662 cannot convert this pointer..
  60. removing whitespaces from middle
  61. Loop Question
  62. iterator error
  63. Undefined reference
  64. Are literals objects?
  65. typename typedef T Type;
  66. writing a function to calculate an average
  67. Modifying a CString
  68. zero memory
  69. Additional Dependencies for Linker: ws2_32.lib
  70. directory handling in c++
  71. LINK
  72. Please explain this code to me
  73. link
  74. Accessing private members and member functions of a class C++
  75. Converting to ASCII code
  76. WIN32 #Define Resources
  77. recursion
  78. question on how to make a program to read and correct syntax
  79. OO C++ Workshop: Converting a String to a Numeric Type
  80. String in C
  81. C++ Workshop
  82. Need suggestions regarding design of FRONT END for project
  83. basic_streambuf question
  84. mp3 and C programming
  85. magic square~ what should i do
  86. B
  87. Block processing
  88. Best Way to learn C++
  89. Look forward to a wonderful matrix class library
  90. Generating .lib file
  91. Look forward to a wonderful matrix class library
  92. Having problems reading data from files
  93. writing to database
  94. Initialization of static class variables. Difference between POD and std::string
  95. Distinguish between chararters and integers??
  96. MultiExtractor file ripper
  97. Want to ask OCCI
  98. expression evaluation doubt!
  99. How many algo possible???
  100. is it right behaviour...if yes,why??
  101. Student Help urgently In C Program
  102. cant reove the shift reduce conflict..
  103. writing to database
  104. reading contets of file line by line
  105. getting into Pc memory
  106. c doubt
  107. representation in array
  108. array of strings
  109. Converting a HEXADECIMAL file into a DECIMAL file
  110. for_each(blah, blah, PROBLEM), need some help :)
  111. invalid pointer: 0x08ce6158 ***
  112. Function Timer in C
  113. read a file's line into an array, error: makes pointer from integer without a cast
  114. finding leslie
  115. i want to adjust the spacing entered, but...
  116. std::deque.pop_front & pop_back
  117. stl priority_queue organization?
  118. Help me to enable Context menu on Child Items of Tree Control
  119. C++ programming
  120. c++/c
  121. size of structure variable whose structure contains no data types
  122. problem in using ungetch( )
  123. Questions about "char *" and "const char*"
  124. C++: difference between reading a text file and opening a text file
  125. anyone have MetaWare High-C compiler 3.01 ?
  126. printf on doubles
  127. c++Need help getting a function to write data from a text file to a vector of structs
  128. Odd issue with white space.
  129. Pointers to an array of structures.
  130. Passing by Value
  131. the power function
  132. virtual functions & container interaction
  133. How to display info on C++....HELP!!
  134. simple binary search tree in C++.. HELP WITH FIND
  135. Allowed to undef EOF?
  136. Question about read data from a text file.
  137. CEdit new lines show up as boxes
  138. C Programming Typecasting Linux
  139. Visual C++ applying patterns
  140. string find last of problem
  141. avoiding virtual call with pointer to member function
  142. C-based DLL with P/Invoke
  143. lists of objects..... and destructors....
  144. anyone has an ideas??for project c++
  145. Failure Converting binary data into Double
  146. c++ begginer program help
  147. Allowable Case Values in a Switch Statement?
  148. K&R2 1.6 Arrays, exercise 1-13 (vertical histogram)
  149. Urgent req. for SAP Business Analyst with Treasury CFM
  150. How to keep the base class pointer in the derived class?
  151. Help needed: How to create a start up banner?
  152. Replacing Key of STL Map?
  153. A Program That Asks For A Number And Determines Whether The Number Is Prime Or Not!
  154. STL Map; How to access a specific index?
  155. K&R2 1.6 Arrays, exercise 1-13
  156. C or Algorithm's
  157. wctomb function for AVR
  158. reading an image
  159. Is cast between structs safe?
  160. How to create an array which can store two types of data
  161. execute a .exe file using turbo c++ program
  162. Invalid conversion from int to enum
  163. Decode GIF to Hex code.
  164. Transfer data between PCs
  165. Help with writing codes for routing algorithm
  166. getting child pid using C
  167. delete this??????
  168. Search a particular string in a file
  169. Gaurav
  170. Is Printf() A Function
  171. Any body to giv the answer..........
  172. To Adminstrator-- How can i get the recognization........
  173. Compilers...what To Get?
  174. can we do looping inside recursion function
  175. using the operator == to compare array data?
  176. read one line of input from file and then destroying it!
  177. read one line of input from file and then destroying it!
  178. read one line of input from file and then destroying it!
  179. shortening!!?
  180. brain teasers
  181. Questions on functions (virtual, static, and friend).
  182. Need Help on Pro-C
  183. Empty pointer to std::string
  184. Can you do this? (bit ops)
  185. end in a loop
  186. How to use System::Random in Visual C++ 2005 Express?
  187. Size of Struct variable of size zero
  188. How does a parent know if one if its children finished executing?
  189. Books for linked list questions
  190. K&R2, 1.5.3, exercise 1-10
  191. bang ga bang ga
  192. end hae ju sae yo
  193. hey man~
  194. simple destructor question
  195. bit shift and data type of a constant value
  196. K&R2, 1.5.3, exercise 1-9
  197. K&R2, 1.5.1 example
  198. sizeof () string is reported as 28 ???? Why????
  199. Noob File IO question
  200. Help me: to get properties of webpage
  201. Recusively getting file names
  202. how to declare an array that takes any dimension specified by the user
  203. any STL/string function available for determing string contains numeric
  204. How to find string contains a numeric value
  205. How to dynamically create a structure
  206. Struct/Class reassignments?
  207. Outputting Prime Numbers
  208. Bitwise operation challenge!!!
  209. Why the compiler complains that it can not find a match?
  210. How to read the data of an audio file
  211. Recursion program
  212. Simple DLL Questions
  213. Got the answer to the question about pointer to structure
  214. Overloading operator>> - class errors
  215. Pointer to structure
  216. mbtowc - combining character
  217. Modal Application Window
  218. Accessing a Vector in a Vector and other vector questions
  219. Design problem in C++
  220. C++ threads...
  221. Getting back into C/C++, Some Questions.
  222. To read the file after reading the filename from the directory
  223. Virtual function behaviour
  224. #define question
  225. strangely operator> overload
  226. Need Call tree program/tool!
  227. Running a C++ program from command line
  228. Creating a DLL
  229. Inventory project problem
  230. Memory leak when internal pointer passed out as parameter
  231. How could i write a puzzle program?
  232. implementing a WinMain function
  233. Static Class Variables, Inheritance, and Polymorphism
  234. Help with fraction to decimal code in C++
  235. date and time from library function localtime()
  236. C programming
  237. Fraction problem in C
  238. Using bash commands in C
  239. 2D array <-> Bitmap
  240. How do you write a C++ vector- stacks
  241. Stuck!! Not Far More Need Help!!
  242. Array whose length is provided by user
  243. Test Question
  244. Can catch seg faults and kill signal in c/c++ using exception handling
  245. Problem with typelist-example on Visual Studio 2005
  246. Header questions
  247. Unbuffered printing
  248. using autocad using C
  249. Subscript operator overloading
  250. class not registered
  251. what does this double conversion mean (unsigned long)(unsigned int)
  252. Graphics in C
  253. flags
  254. Regarding DLLs
  255. how to write a delete()
  256. Help with "CPtrArray"
  257. how to use memcpy to copy a structure into the buffer
  258. variable sized structure
  259. portable bit ops
  260. DLL Communication Interface: Win32 DLL <-> .NET class library
  261. "No error occurred." Message
  262. Problem with stripping white spaces and references!?
  263. decompiling c++ programs
  264. long long problem
  265. Forward Reference issue with C++
  266. Euler circuit ???
  267. Send terminal command in program
  268. empty structs
  269. How to set Time in C++ ?
  270. problem with fgetc
  271. Handling files
  272. Custom destructors -- memory management
  273. Copy Constructor
  274. Request for naming help
  275. simple question
  276. array of function pointers..
  277. Opening Program and Passing Data
  278. Member struct declared in base, defined in derived class
  279. bijective container
  280. how to display the data in a file
  281. Problem with inserting custom types into STL map
  282. writing vector of structures to a file
  283. Error C2660 Function does not take 1 argument
  284. Name resolution issue
  285. pointer error
  286. How to compare two different arrays.
  287. Increment
  288. Variables disappearing from scope when i don't want them to
  289. pointers and array of pointers
  290. Mixed Declaration Type Error
  291. Programming Ackerman's function
  292. Library files
  293. Overloading Subscript operator
  294. creating child process using fork function
  295. Replacing CString elements
  296. C++ struct in yyparse()?
  297. Converting a struct to a stream
  298. Stroustrup 5.9, exercise 9
  299. about "getline"
  300. Stroustrup 5.9, exercise 11
  301. sigaction : using "void (*sa_sigaction)(int, siginfo_t *, void *);"
  302. Assinging a base object to an inherited object
  303. binary search on array based list
  304. glibc backtrace() gives line no off by one
  305. Casting Char[4] into int*
  306. Need help rotating a PPM image in c++
  307. confused
  308. data structures in c
  309. dynamic content of a binary file
  310. Convert std::string to std::vector<unsigned char> and vice versa
  311. pointer and address
  312. Please help a C++ noob,with C++ terms.
  313. urgent requirement for Lead software Engineer - US
  314. checking string for upper or lower case char's
  315. Connecting to SQL server from c++
  316. Throwing auto_ptr
  317. Inputting Data which contain spaces.
  318. Ask an old kerword "entry"
  319. typedef problem
  320. How to Interface USB for PC to PC communication using C++
  321. Parameter Passing via a Stack
  322. mem copy help need
  323. How can i put ' * ' instead of characters when i'm typing ?
  324. Stroustrup 5.9, exercise 10 (using a function)
  325. Stroustrup 5.9, exercise 10
  326. Stroustrup 5.9, exercise 10
  327. ,h * .cpp + dependent class query
  328. Regarding reentrant code.
  329. Difference between for n while
  330. a simple question
  331. Assembly With Nasm Compiler
  332. I'm a c programmer. Does anybody work like me?
  333. setting file attribute
  334. How to refuse Connections ?
  335. socket program help
  336. Computer Job Available!
  337. Computer Job Available!
  338. seat pattern
  339. C fixed point calculation
  340. Bit Manipulation, Binary Files, Math
  341. Converting character array to integer array
  342. Trying to use KSystemTray - and failing
  343. Arrays
  344. malloc() and alignment
  345. The weird while and If
  346. Template question
  347. Multi-word #define
  348. when can realloc fail?
  349. abt white spaces n charecter arrays
  350. meaning of problem statements (Stroustrup, 5.9)
  351. Stroustrup 5.9, exercise 7 (using struct)
  352. Cubic Function
  353. Equivalent malloc with calloc
  354. CString to Char ?
  355. Stroustrup 5.9, exercise 7
  356. String Manipulation Functions - strcpy, strncpy
  357. exectution speed and debugging output
  358. Function Overloading Problem
  359. new and delete help for classes
  360. 1st element of "an array of CHAR strings"
  361. windows explorer style mfc application
  362. Looping Sums
  363. Certification.C++
  364. file name issue.
  365. String object to system()
  366. An interesting C problem
  367. Stroustrup 5.9, exercise 6
  368. simple question on const function member passing
  369. How to empty a Socket descriptor
  370. Hexidecimal Math
  371. obfuscating C executable
  372. STL vector
  373. K&R2 Ex1-14
  374. Recursive functions
  375. Foward referencing broken?
  376. why does copy not work?
  377. wierd error with time function
  378. Issue with pointer assignments
  379. Object Oriented Design Contest
  380. Regarding linked lists
  381. classes and cons reference...
  382. How to protect program before incorrect input data?
  383. linked list errors
  384. How to access processor registers
  385. Eror passing const references
  386. Temperature Conversion Program - Still a Rookie
  387. Adding dll files to the PATH variable in Microsoft VS .NET 2003
  388. linked list
  389. Logical error populating array in attempt to calculate median value
  390. iterator problem
  391. integer overflow
  392. C++ Contest Challenge
  393. Need some help
  394. fread problem; unexpected - unaccounted for EOF
  395. Domain
  396. Domain
  397. Learn the language before you learn the GUI.
  398. plz explain this TC++ output
  399. Output file prob
  400. faq; struct and class another difference?
  401. My C++ Book List
  402. C++ Help With Programming Quadratic Equation
  403. Urgent: C++ map working very slow
  404. Dynamic lists of strings in C
  405. Dynamic lists of strings in C
  406. Dynamic lists of strings in C
  407. More or less philosophical thoughts about 'using namespace'
  408. C++ Compiling question.
  409. Returning Refs
  410. Stroustrup 5.9, exercise 4 (page 105)
  411. Selecting the respective datagrid row when i find a record
  412. towers of hanoi
  413. Error in finding a value with a composed key
  414. C ethics question
  415. C99 library part of C++ TR1
  416. Visual C++ support of C99 by using "C++ mode" (/TP)
  417. C file help need
  418. Edit data printed on screen
  419. Difference between "library parts" of C99 and "language parts" of C99
  420. problem in using system() functiions
  421. Linked List : Insertion
  422. image reconstruction using radon transform
  423. Functions in socket
  424. are there any dangers in storing objects in vectors?
  425. C - Find empty heap space
  426. std::vector question related with gsl_vector
  427. how to convert a decimal no. into a bin, oct & hexa no. using builtin function in C++
  428. Algorithm - Help please.
  429. Restrict qualified pointers in C
  430. instance - definition and analysis
  431. C++ parsing username from string
  432. height of a BST by iteration - kindly review my solution
  433. Templates
  434. Etymology of "struct"
  435. 4-D data type
  436. Help! Sorting a Structure??
  437. How viruses work:
  438. Declaring a template static array
  439. C++ The Complete Book List
  440. The complete book list.
  441. Struct vs. Class, code organization
  442. Sending a struct over TCP
  443. declare a pointer to a function ..
  444. help
  445. Is a nested for loop required?
  446. Programming algorithms with strings in C++, and transition from C by example!
  447. Programming algorithms with strings in C++, and transition from C by example!
  448. Looking for a *FAST* graphics library More options
  449. Looking for a *FAST* graphics library More options
  450. Templates and inheritance
  451. Excessive Inlining
  452. C++ is complicated and C is bloated.
  453. C++ is complicated and C is bloated.
  454. delete and delete []
  455. .NET Problem finding path to command line executable
  456. Stroustrup 5.9, exercise 3
  457. How to use graphics in Turbo c++?
  458. Stroustrup 5.9, exercise 2
  459. Use of "." for structure members
  460. ASCII encoding
  461. How to create a .h of a .LIB in C++ (IDE:Visual Studio 6)
  462. CFile
  463. Stroustrup 5.9, exercise 1
  464. Value of a const static field in function return at the compile-time
  465. How do use double quotes
  466. help with pointer
  467. how to access array of struct to struct via pointers
  468. I have a vision for dynamic C++ driven websites!
  469. How to convert a short into 2 chars.
  470. C preprocessor
  471. Problem using bsearch
  472. pointer to structure array from main.c?
  473. Question about fstream operator >> and <<
  474. to make a snake game using c code
  475. problemi con puntatori
  476. Help
  477. Bjarne Stroustrup (The Creator of C++): The C++ Programming Language - Third Edition
  478. Java-like interfaces in c++
  479. Bjarne Stroustrup (The Creator of C++): The C++ Programming Language - Third Edition
  480. libwy-0.32 is released
  481. k&r2 exercise 1-13 review
  482. help
  483. help
  484. WAV file in C programming
  485. Good books on advanced programming
  486. *p++ = tolower(*p));
  487. Question on macro
  488. derivation doubts
  489. How to write a unicode string to file
  490. sprintf accuracy?
  491. Question about passing variables to a function
  492. Read data from serial port .. ?
  493. Getchar
  494. Algorithm for searching sorted strings in binary file
  495. Pointer arithmetics in Solaris
  496. problem about wofstream
  497. Genereting Series
  498. How to store UnicodeString in a file
  499. About Union's question
  500. address book in C
  501. Gaussian random variable
  502. How To Write Interrupts In Turboc
  503. lexicographical sorting
  504. cin.seekg(ios::end);
  505. char to short conversion
  506. dynamic memory allocation using new
  507. Segmentation Fault
  508. Case Insensitive Alphabetical Bubble Sort
  509. how to read txt files in unknown folders
  510. operator+ in derived classes
  511. zero shift
  512. fgets/sscanf
  513. The Davinci Code
  514. pointers.
  515. Can't get linked list sort to work
  516. Open File/Print Output File with in a loop
  517. Why Graphics are not supported under Windows(Borland C++ 5.01
  518. Reading string from file
  519. Operator New help
  520. problem with int_type....
  521. How to use template to create a library.
  522. a question about syntax of declaration with inheritance...
  523. writing a C function to read XML
  524. Sometimes questions arise about C and C++ incompatibilities
  525. Win32 SDK
  526. List of differences in headers between C90 and C99?
  527. int main(void) { return main(); }
  528. Array-related Functions
  529. Reading and writing to a text file using MFC
  530. Error : LNK2001
  531. Loading an array of objects
  532. Runtime error occur in vc
  533. Call Frotran subroutines by Python Using C++ interface
  534. typedef struct prototype?
  535. Roxio Program Easy Media Creator 7 Won't Open - Get Error Message
  536. Draw an ellipse's using polynimial equation
  537. 3x3 Matrix Inverse
  538. Methods for initialising 2D arrays
  539. Loading an SWF file in c++ using VS2005
  540. declare vectors
  541. doubts on scanf("%100[^\n]%*[^\n]", buff);
  542. Reading a key inside a loop
  543. Backtrace / crash report on segfault w/o user interaction
  544. string find
  545. Why my Windows XP don`t support BGI Graphics?
  546. Multiple Level Feedback algorithm
  547. Windows and Linux
  548. outlook
  549. can the pre-processor convert string literals into chars?
  550. can the pre-processor convert string literals into chars?