by Keaser
Draw circle in 2D array
|
|
[2 replies] Last: Visual Studio gives me an error saying it cannot parse the function wh... (by Keaser)
|
by oontvoo
"Freeze up" the program for awhile
|
|
[4 replies] Last: yea.. stupid me. "cin", not "stdin". Ciao, Imi (by imi)
|
by sonelliot
How to generate compiler error on incorrect parent class?
|
|
[5 replies] Last: Thanks for the replies everyone. I think I'll try the boost 'is_base_o... (by sonelliot)
|
by wangkhem
Segmentation fault while iterating std::map through callback
|
|
[3 replies] Last: Thanks so much for the reply, it solved the problem. (by wangkhem)
|
by mcleano
A comma in an if or while
|
|
[9 replies] Last: Removing that operator would break this for (/*...*/;a++,b--) //... ... (by helios)
|
by adam8797
Copy outputed text to clipboard or .txt file
|
|
[4 replies] Last: never mind I found the ofstream myfile command here: http://www.cpl... (by adam8797)
|
by kcbob
program skips inpuit string
|
|
[1 reply] : Please don't cross/double post. (by Zhuge)
|
by ingenioushax
In serious need of assistance with files
|
|
[no replies]
|
segmentation fault... |
|
[no replies]
|
by luke nffc
File IO with objects stored in an STL List
|
|
[1 reply] : There isn't a "simple" solution. At a minimum, you need to be able to... (by jsmith)
|
by Esmaeil
How to search contents of a file?
|
|
[4 replies] Last: You have to read the file into the program and create a database. The... (by kempofighter)
|
by Ratzian
Find the size of char**
|
|
[2 replies] Last: Well.. I tried to make an analogy with delete ... It doesn't need the ... (by Ratzian)
|
by ohsnap1319
Converting to Base 10
|
|
[1 reply] : The integer value 22 is already base 10. (by jsmith)
|
by TheTSPSolver
Multiprocessing V.S. Multithreading V.S. ??
|
|
[1 reply] : General purpose OS' won't let you run code on particular processors. ... (by kbw)
|
by luke nffc
stl list containing objects
|
|
[5 replies] Last: You could overload operator<< to print the helicopter details. I woul... (by kempofighter)
|
by d15tur83d
Need to convert arrays into vectors
|
|
[1 reply] : Unfortunately, the { } initialization doesn't work with vectors. Ther... (by kempofighter)
|
by d15tur83d
Create array containing first 10 odd numbers
|
|
[3 replies] Last: Well you had better get started then. (by kempofighter)
|
by krazyeyez8
File Output with color?
|
|
[6 replies] Last: thanks for the responses i just want to output to a standard .txt file... (by krazyeyez8)
|
by guybrush84
Read a word document
|
|
[1 reply] : Yes it is possible. You will of course need to know how Microsoft org... (by guestgulkan)
|
by zonaarten
i got a problem with inheritance and polymorphism
|
|
[7 replies] Last: ok look i messed up with the copying and pasting on the car.h but i fi... (by zonaarten)
|