by olette
program help c++
|
|
[4 replies] Last: In general you have below to be true. #include <iostream> using nam... (by Bdanielz)
|
need help badly |
|
[9 replies] Last: everyone thanks for your help how can i repay you (by gregorydouglas89)
|
by eons93
Doing a challenge I found on youtube to enhance myskills and had to follow the solution to get it, came across a problem.
|
|
[3 replies] Last: Yep, you're welcome, I've spent 2 hours+ very confuse one time trying ... (by Ganado)
|
Advice??/ question |
|
[9 replies] Last: Anytime! (by shawnlau)
|
by h4ever
how share array between files?
|
|
[8 replies] Last: If you define the consts in just one .cpp file, then the addresses mat... (by andywestken)
|
Including headers & .cpp files |
|
[2 replies] Last: About the questions: This.. Isnt connected to thw calculator AT all. ... (by closed account 1vD3vCM9)
|
by amglavin
Variable not initialized
|
|
[2 replies] Last: try int quit = 0; ???? if its saying its not initialized then initial... (by MaseratiDeluxe)
|
by codetojoy
Arrays
|
|
[4 replies] Last: the user tells what datatype he wants and the compiler gives each elem... (by Gamer2015)
|
by Amiplus
Access the main() from an instantiated class (1,2)
|
|
[37 replies] Last: Thank you for the help. I will soon open a new thread for other quest... (by Amiplus)
|
by JohnDeBord
What are the limits of console applications?
|
|
[5 replies] Last: Nothing prevents you from manually creating a window from console app... (by andywestken)
|
by amglavin
Counter skipped by case error
|
|
[1 reply] : Encase case part in block: case 2: { int counter = 0; while(c... (by MiiNiPaa)
|
by cCppLearner
scanf
|
|
[1 reply] : Do you realize that the "%x" format specifier expects unsigned int var... (by jlb)
|
by Kajh
Trouble with if statements and strings
|
|
[3 replies] Last: You can only use one letter (or two) as string variable i.e Y for YES... (by Aminu Bishir)
|
Read/Write from File into Array |
|
[3 replies] Last: > when I try to run the program No, the error is at build time, there ... (by ne555)
|
by Leo Alves
How to find and count different duplicates in a container
|
|
[13 replies] Last: I get it now. Thank you MiiNiPaa and keskiverto for the help and for t... (by Leo Alves)
|
by h4ever
Is it possible to simplify this definition for object?
|
|
[9 replies] Last: I did and works. THX (by h4ever)
|
by mariuss
help
|
|
[6 replies] Last: [quote=MiiNiPaa]You need to rework your program completely Read all co... (by MiiNiPaa)
|
by qwerwan5
there is no "dat" file although i write the out
|
|
[2 replies] Last: oh thank you , i changed the "* (asterisk)" with a available characte... (by qwerwan5)
|
by tatai
sort data from int and char mixed format
|
|
[2 replies] Last: thank u!! (by tatai)
|
by composter
txt file and more
|
|
[1 reply] : 1. i want to make all the cout<< in my program to be printed on both ... (by coder777)
|