by supertreta
Compiling and executing a c++ project in VS
|
|
[2 replies] Last: Well, you need to make sure the dll files that came with the library a... (by Athar)
|
by Toothkiller
Pointer array functions
|
|
[3 replies] Last: yes. for every calloc() there has to be a free(). note that not only ... (by hamsterman)
|
by alpha49er
Password Verifier errors
|
|
[2 replies] Last: char string(MAX_SIZE); string is a type, this syntax looks like you... (by Toothkiller)
|
by javadvjj
working with binary files
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/files/ I hope this helps yo... (by firix)
|
by mihai14
string and array
|
|
[5 replies] Last: good luck :) (by firix)
|
by Banana29
2 dim Vectors
|
|
[5 replies] Last: For the moment, just consider an iterator as a type of pointer. (by freakalien)
|
by SFX9901
Rainfall Statistics c++
|
|
[4 replies] Last: Ok thanks slice, I will try to fix it and if I cant figure it out I... (by SFX9901)
|
by davidcarela
Advice needed number prog.
|
|
[2 replies] Last: Your the best thanks.. I'm gonna study this. (by davidcarela)
|
by Sindorius
Trimming Rand Int Values
|
|
[2 replies] Last: Ah wow I feel dumb. Thank you very much. (by Sindorius)
|
by gracinda710
No idea why 0.83+0.01=0.839999
|
|
[3 replies] Last: Doubles are obviously more accurate, but they still suffer from the sa... (by jimc)
|
by kuruc6
Search a vector for a word (string)
|
|
[2 replies] Last: That's what I have (last function) but it will only return true if the... (by kuruc6)
|
by tuandt5
Error
|
|
[1 reply] : Okay, so your assignment is to find the error and implement the DoSo... (by jimc)
|
by shroomdoom
String Varible of sorts
|
|
[4 replies] Last: wow thank you. opened up many possibilities for new programs. I apprec... (by shroomdoom)
|
by kath09
Update attribute on Sequential File
|
|
[no replies]
|
by TpOreilly
Batch files!
|
|
[6 replies] Last: You might not have known, shredded, but now that you do... :) Y... (by shredded)
|
by talt1
Saving to a file?
|
|
[1 reply] : There's actually a section in the tutorial on this site dedicated to I... (by Albatross)
|
by NSH
stored dynamic array values incorrect
|
|
[4 replies] Last: actually if you want to use dynamic arrays that you can resize on the ... (by slicedpan)
|
by Zeppfan
Array output incorrect
|
|
[7 replies] Last: That worked like a charm! Thank you so much. I used Wordpad to crea... (by Zeppfan)
|
by Nitro
touppr() problems
|
|
[4 replies] Last: oh hamsterman tnx i don't understand how i could use that "method".. ... (by Nitro)
|
by crxxtc
security problem
|
|
[7 replies] Last: Oh Yeah.. I keep forgetting that about switch(). Sorry about that :p (by Computergeek01)
|