by Naulee
Enum, array, void functions
|
|
[6 replies] Last: Okay I followed what you said exactly, and it worked, thank you very m... (by Naulee)
|
by adam0421
password verification problem
|
|
[1 reply] : First in both lines of this same code (44, 49): length=strlen(passwo... (by jlb)
|
by benbalach
Where should I #include the header files
|
|
[3 replies] Last: Further reading from Mr D.: http://www.cplusplus.com/forum/articles/10... (by mutexe)
|
by h4ever
function to read arguments
|
|
[7 replies] Last: I have found some problems while I try to remake the function. While d... (by h4ever)
|
by aseemgoyal
generic sorting algorithm , not using sort()
|
|
[5 replies] Last: The problem is on line 40/41. You need to deduce the type of the data.... (by coder777)
|
by abasitm1993
output is not that one which is desired
|
|
[4 replies] Last: Now it works... Thanks... :-) (by abasitm1993)
|
loop structure sum help.. |
|
[1 reply] : you need a variable declared OUTSIDE your for loop ('sum' for example,... (by mutexe)
|
by Maheshgm
problem in installation
|
|
[5 replies] Last: If you're on windows: http://www.visualstudio.com/en-us/products/visua... (by mutexe)
|
by h4ever
function to write binary data to file
|
|
[4 replies] Last: Thanks. I got this void writeBinaries(char ** binaries, size_t * b... (by h4ever)
|
Arrays Triangular matrices |
|
[no replies]
|
Problems occured while designing grids (included sfml) |
|
[no replies]
|
by Lafuzzer
PhoneBook search ALgorithm
|
|
[1 reply] : Probably a preordered binary search. Take a look at the standard funct... (by coder777)
|
by Stremik
Input redirection
|
|
[9 replies] Last: Thank you. :) (by Stremik)
|
by luv2program
need a small halp
|
|
[2 replies] Last: thanks that makes sense.... (by luv2program)
|
by BAC Sun
Pull integer from void to display in int main
|
|
[2 replies] Last: Use reference or pointer parameter in your function (by LendraDwi)
|
by Trapnasty
Probably easy question - incredibly new
|
|
[7 replies] Last: Okay, I apologize! I'm just not very good with these things. I'll look... (by Trapnasty)
|
converting int to string and back |
|
[1 reply] : http://www.cplusplus.com/articles/16vU7k9E/ (by LB)
|
removing white space from char* array |
|
[4 replies] Last: absolutely perfect explanation of what i was doing wrong! Thank you s... (by spiritedDedication)
|
by lew13
Need help with a coding for class please!
|
|
[8 replies] Last: Not sure if you wanted to execute a dowhile or while but just drop... (by Wulfinite)
|
by nesstle
Double Factorial problem
|
|
[1 reply] : Use this basic structure to fix build your code properly #include <i... (by shadowCODE)
|