by PopEye
[QUESTION] DMA Deletion
|
|
[2 replies] Last: Amazing; thank you for the clarification. (by PopEye)
|
Help C++ Steering |
|
[no replies]
|
by hypcrid
Overwriting data from text file
|
|
[1 reply] : You designate how to treat the existing data in the file when you set ... (by Computergeek01)
|
by BobMorane
Same algorithm, different precision. Why?
|
|
[4 replies] Last: > In my example (write 1), since I used intermediate steps, > some va... (by JLBorges)
|
by nenko182
solved
|
|
[1 reply] : In general, if you want to avoid having two different values mapped to... (by beko)
|
by kiri
had declared the decimals as doubles
|
|
[2 replies] Last: Thanks. Jaybob (by kiri)
|
by beko
Assigning value to a char* in a function
|
|
[2 replies] Last: Oh, dear. It compiles now. Thanks. (by beko)
|
template return type |
|
[6 replies] Last: ooh thanks n yea av got yet another function evaluate but i could p... (by closed account SECMoG1T)
|
by sidifaissal
C Progarm to compare two text files
|
|
[1 reply] : Determining where changes begin and end between two files is not a tri... (by AbstractionAnon)
|
Gui advice, what to use for more than just menus |
|
[1 reply] : I want to make a launcher for windows, that basically replaces the no... (by MiiNiPaa)
|
by sos4aug
Quiz game
|
|
[1 reply] : This assertion might be raised due to a lack of the terminating '\0'. ... (by coder777)
|
by Nanyo
open with...
|
|
[5 replies] Last: I normally associate the .ps1 file with the Powershell command line, ... (by MiiNiPaa)
|
by sjabat
vector average and searching of agility
|
|
[1 reply] : average of what? find what? You can't just dump your code and expe... (by OxBADC0DE)
|
by sheva29
check repeated elements on different length vectors
|
|
[1 reply] : Any suggestions? Check how the existing algorithms are implemente... (by OxBADC0DE)
|
by sofi
While loop
|
|
[5 replies] Last: Yes, one iteration of a loop can execute so other "nested" loop. Howe... (by keskiverto)
|
by sarmar610
Knight's Tour + heuristics
|
|
[2 replies] Last: You are correct, my description was not at all accurate! Maybe I need ... (by sarmar610)
|
by sheva29
Creating a class once and passing it independently to other objects
|
|
[3 replies] Last: I figured it out. I think the observer pattern approach worked perfect... (by sheva29)
|
by geekocoder
%d in printf
|
|
[3 replies] Last: From the Posix specification: APPLICATION USAGE The purpose of <intty... (by JLBorges)
|
by kiri
error because of cin?
|
|
[8 replies] Last: geniusberry, thanks I am going 2 look into it and try to learn more ab... (by kiri)
|
by MrBeavis
C string turning to junk when leaving a function
|
|
[9 replies] Last: You don't even need fileName in openFile, just use the file parameter:... (by dhayden)
|