by Carcamo
Need help with these random numbers
|
|
[3 replies] Last: Thanks! I'm really new to this and I'm doing problems in spanish. I di... (by Carcamo)
|
by pmas98
Doubt in using an array
|
|
[7 replies] Last: Easy, just use the rule you established earlier. Set all elements to ... (by closed account 48T7M4Gy)
|
by aminbhst
counting digits of a number
|
|
[2 replies] Last: Hi, c here is used as a counter. it basically counts the digit. lets ... (by Root919)
|
by FreshBoi22
object created in Function accessible by other functions?
|
|
[1 reply] : is it possible for me to access those objects in a separate function?... (by AbstractionAnon)
|
by FreshBoi22
File input question
|
|
[1 reply] : Use getline. http://www.cplusplus.com/reference/string/string/getline/ (by AbstractionAnon)
|
by hamlet
help withthis code
|
|
[3 replies] Last: How to use code tags - http://www.cplusplus.com/articles/jEywvCM9/ (by closed account E0p9LyTq)
|
by datsuphu
Loops with array and pointer, which one is better
|
|
[4 replies] Last: > i'm not sure using pointer and array which ones is better (i mean fa... (by JLBorges)
|
by blesaidoss
Help with coding error
|
|
[6 replies] Last: while(cin >> mark && mark != -1) { // ... } (by closed account 48T7M4Gy)
|
difficulty of a 3d game? |
|
[2 replies] Last: I also would recommend to post on the job section. Learning the skills... (by Thomas1965)
|
by meahmed
adding cascaded data in a text file
|
|
[1 reply] : Having a text file contains data like: You'll more than likely need... (by closed account 48T7M4Gy)
|
by MaBunny
Getting this error for the first time(don't kno what to do)
|
|
[6 replies] Last: Heres my Github repo tht ive made:- https://github.com/MaBunny/My_IRC... (by MaBunny)
|
by judylove
Bool Function
|
|
[6 replies] Last: Thank you Half Life G Man, You saved me from the last few days to sol... (by judylove)
|
POS System using c++ |
|
[3 replies] Last: if (choice == 'No' || choice == 'no') // in my compiler theres an err... (by jlb)
|
Program returns imprecise results |
|
[2 replies] Last: I'd say the use of eof() as the loop condition is a problem. Try re... (by Chervil)
|
by DodoTedo
main must return 'int' . Please i can't find my mistake . Could somebody help me.
|
|
[2 replies] Last: ... Thank you so much ! What a stupid mistake ... Have a nice day :) (by DodoTedo)
|
Processing an input file |
|
[1 reply] : Is the file format fixed, or can you change it? If you are able to ch... (by jlb)
|
Reversing a multi digit number |
|
[16 replies] Last: Great really Nice expalanation...love it.. U rock.... (by salmanasghar12)
|
by Laganstoop
Clean Code and functions
|
|
[2 replies] Last: I would start by fixing the compiler warnings: main.cpp||In function... (by jlb)
|
by danban
Testing for a specific letter in an array of characters
|
|
[2 replies] Last: That worked perfectly, thanks! And sorry, I didn't know how to do tha... (by danban)
|
by BryanTriana
Cant understand why this isnt working
|
|
[3 replies] Last: Every time that you call atkinsieve() the function will execute. Tha... (by ne555)
|