by neparik
histograms
|
|
[3 replies] Last: But what does it need to do? What should happen when I call: Display... (by Acr)
|
by Caesar1
Antivirus issues
|
|
[9 replies] Last: Your AV could be compromised. Do you have another computer you can tes... (by ultifinitus)
|
by charles155
Please help me with a number flasher memory game
|
|
[8 replies] Last: Charles, mine is similar to yours, only loops once though! but it comp... (by Shannon1981)
|
by nohahindia
Blob Counting in c++ using recursion (1,2)
|
|
[20 replies] Last: Yeah, I know what you mean. It's really frustrating when you take time... (by Duthomhas)
|
by mircea213
Convert to hex
|
|
[5 replies] Last: 10 FFFFFF9F FFFFFFF4 65 cpnew+=(strlen(cpnew)-2); That must be put at ... (by mircea213)
|
by AcciDante
Template Class Specialization help
|
|
[2 replies] Last: I can't believe those 2 were ruining everything. Thank you so much. (by AcciDante)
|
by luron734
error c2248 in fstream
|
|
[no replies]
|
by puni
Emergency Please Help
|
|
[2 replies] Last: If you permanently deleted your files, there's software out there that... (by Branflakes91093)
|
by Null
Linked list crashes
|
|
[5 replies] Last: add() mallocs the first node and news the others. This is really bad.... (by Null)
|
by manni
Dynamic memory and arrays! help
|
|
[1 reply] : You have defined Matrix = new (nothrow) int ; but you don't assign a... (by Moooce)
|
by majselx
Function Template
|
|
[1 reply] : I'm not sure if I quite understand what you're trying to do, but if yo... (by anonymous23323124)
|
by cloud0005
plz help
|
|
[6 replies] Last: You see the way you did int count; cout << " Enter number of mesureme... (by haselden05)
|
by jdkunk
std::stringstream fails to read what it just wrote!
|
|
[2 replies] Last: What happens if you do stringstream ss; instead of stringstream ss... (by guestgulkan)
|
by stubborn
Start Programm with Parameters and mpi
|
|
[2 replies] Last: Thank you very much for your help. The part with argc and argv I hea... (by stubborn)
|
by bshrestha
help string to char
|
|
[2 replies] Last: @ bshrestha : Tapai nepali ho? :) The problem lies in the way you hav... (by lnk2019)
|
by quyet18it
Data stream in the file
|
|
[no replies]
|
by redriller
How to read text file (.txt) into vector of char using STL
|
|
[8 replies] Last: Thanks you guys. Finally, I can do it. :D (by redriller)
|
by melissak0421
operator = conversion problem
|
|
[1 reply] : Post some more code. Try finding the least amount of code that reprodu... (by hamsterman)
|
by cdseasholtz
Letter reverser
|
|
[4 replies] Last: I have not been able to do what you want using C++ strings. This is wh... (by buffbill)
|
by cauthon1497
segmentation fault with fstream
|
|
[3 replies] Last: double data ; that's not right. I don't know what the standard says ... (by hamsterman)
|