by B260z
Plinko help
|
|
[1 reply] : First of look at line 122 which says int main() { .... } You alread... (by Misenna)
|
by xingwangzer
Prog unable to re-enter username
|
|
[4 replies] Last: Hi Gunnerfunner, many thanks. will try to figure out.. (by xingwangzer)
|
Files |
|
[9 replies] Last: Hello g8whitebuffalo, It would be helpful if you would post the code ... (by Handy Andy)
|
I need some help..... |
|
[17 replies] Last: The Reports class has member variables such as totalRecords , tota... (by PolloLoco4645)
|
by sam80
Visual studio C++ and assembly language
|
|
[2 replies] Last: consider downloading the free masm to go with your visual studio, if t... (by jonnin)
|
by dancivuk
Interesting problem
|
|
[3 replies] Last: comments within the code: #include <iostream> #include <vector> #incl... (by gunnerfunner)
|
by silver11235
Need help with the code. Struct and Array
|
|
[16 replies] Last: I see. Thank you for your help. It's true that I wasn't pay a carefu... (by silver11235)
|
by Zerdalias
Template Functions and typedef
|
|
[4 replies] Last: > I don't have to reassign the data type > because the template acce... (by JLBorges)
|
by misslyss
having trouble connecting things in code? doesnt compile
|
|
[15 replies] Last: wow thanks everyone for all the advice!!! i really appreciate it :) (by misslyss)
|
Problem in file handling in while reading file |
|
[2 replies] Last: When I print ch, the output is HelloWorld! Because the '%s' format... (by mbozzi)
|
Need Help with the CHAR input ony my program |
|
[3 replies] Last: check for '1' instead of 1 I should have said that, sorry. this only... (by jonnin)
|
by zhaoyun99
Problem with Array
|
|
[4 replies] Last: you can't. arrays cannot be assigned a variable unless using a nonst... (by jonnin)
|
by BerlingSwe
Code not working
|
|
[4 replies] Last: if you call it with 600, it will decrement and return. if you call it... (by jonnin)
|
by OlaveraLuffy
Simple question...
|
|
[2 replies] Last: This can be a bad thing to do. You can do it, but when you have multi... (by jonnin)
|
Confused on prototype function help please. |
|
[1 reply] : //This is a prototype, or function declaration. int sum(int a, int ... (by helios)
|
by zhaoyun99
Distinctive numbers using array
|
|
[8 replies] Last: If order doesn't matter, there's also a version for lazy people (like ... (by Enoizat)
|
Problem in file handling in C |
|
[1 reply] : The '\' character needs to be doubled. the backslash is used for speci... (by Chervil)
|
by ejkang62
merging two arrays
|
|
[2 replies] Last: you've declared result with a seemingly large size, 10000, but what i... (by gunnerfunner)
|
by Twomanykillz
Psuedocode transfer
|
|
[1 reply] : You could try something like this: // payment = purchasePrice / 12 in... (by Enoizat)
|
by christianvs
Understanding a certain loop
|
|
[2 replies] Last: That cleared it up! :) Thanks a lot! Really appreciated! (by christianvs)
|