by John Reynoso
Little help with some Homework.
|
|
[no replies]
|
by ajaustin12
Taking an Input from a C++ Gui into another C++ program
|
|
[no replies]
|
by mambopython
Trouble with char to string errors!!!
|
|
[1 reply] : Assuming you're having problems with bracketstack.push(str.at(i)); ??... (by andywestken)
|
by Sam2020pc
Although I have included header file multiple times without using include guards, the code compiles without no error
|
|
[5 replies] Last: No problem! :P (by friedEggHead)
|
by bruice
header files were included in the program, but cannot use them for errors
|
|
[1 reply] : These are linking errors, you need to link the library of pack_c.h wit... (by EricDu)
|
by KaraPardue
Finding Last Name and FirstName in Alphabetical order??
|
|
[no replies]
|
by RonTheMoron
Problems with segfaults.
|
|
[2 replies] Last: If you use a debugger, it will identify for you the line that segFault... (by Moschops)
|
Swapping elements of arrays |
|
[2 replies] Last: I agree with bartoli -- but be aware that it increases your bookkeep... (by Duthomhas)
|
by coolcoder
vectors
|
|
[2 replies] Last: thanks...cleared my doubt (by coolcoder)
|
So I am trying to display numbers in different formats |
|
[3 replies] Last: Er, so far you have only posted problems getting numbers, and you ha... (by Duthomhas)
|
by amika
convert hex string to uchar[n]
|
|
[1 reply] : int chhex(char ch) { if(isdigit(ch)) return ch - '0'; ... (by Syuf)
|
by rboyd486
Loop problems
|
|
[1 reply] : (fall = false) You must write == for comparisons. = is for asign... (by bartoli)
|
by sunny grover
whats the value of z?
|
|
[1 reply] : Where? Is it really hard to follow, though? You know that new calls th... (by hamsterman)
|
by hopesfall
How to write to specified file directory?
|
|
[1 reply] : std::ofstream file1("/unix/absolute/path/to/file"); //Also valid on ... (by helios)
|
by mohsaied
std::bad_alloc for 2D arrays
|
|
[8 replies] Last: I reimplemented that whole part using a single vector which just store... (by mohsaied)
|
by Andy334
How to turn it into a function
|
|
[1 reply] : instead of getline(cin, input) to input a string number and then conve... (by buffbill)
|
by surge0929
8 Queens problem.
|
|
[no replies]
|
how to smooth arbitrary values without using an average |
|
[2 replies] Last: i was experimenting with other methods too, but in the end, yours was ... (by closed account 236Rko23)
|
by kjs5533
Recursive function problem
|
|
[1 reply] : I think that your initial formula is wrong: instead of nextguess = .5(... (by tfityo)
|
by sasadorian
multidimensional array in a struct leading to core dumps
|
|
[3 replies] Last: Try breaking up the array. Instead of allocating a huge 4-dimensional ... (by helios)
|