by adnan83
Invert RGB Colors of a bitmap image using C++ in Microsoft Visual Studio.
|
|
[12 replies] Last: Thank you for ur time. Its really been helpful. I understand the conce... (by adnan83)
|
by toby1a05
the bug of my programmar
|
|
[1 reply] : your program has a lot of problems I think mostly due to line 20. You... (by SamuelAdams)
|
by zybrian
this questions for C++ for how to use getline() function get all the data from input file.
|
|
[2 replies] Last: Your first problem is not knowing how to format your code. (by SamuelAdams)
|
difference between char* s and char *s? |
|
[2 replies] Last: There is no difference. Both create a pointer to a Node type. Which si... (by knowclue)
|
by MegsD
Any Efficient way to do this
|
|
[6 replies] Last: there are 2 ways to make this type of logic problem more efficient. ... (by jonnin)
|
incomplete program- help needed with insertbeg() function |
|
[4 replies] Last: I gave you comments explaining each line of my insertbeg(). Regarding... (by AbstractionAnon)
|
by alihamza33
programme
|
|
[5 replies] Last: All right, I would start then by creating the function that will retur... (by knowclue)
|
Trying to cout an array that user has made |
|
[1 reply] : It looks like your loop has things the wrong way round. You should get... (by Repeater)
|
by andersonlam
output
|
|
[2 replies] Last: If you want a value created inside a loop to be printed after the loop... (by Enoizat)
|
by Wantedman46
Stuck on how to start project
|
|
[1 reply] : CSV files are simply text files that have a comma between the 'columns... (by jonnin)
|
by SrLithium
Dude with not recognition class
|
|
[4 replies] Last: That often indicates a missing piece of punctuation on a preceding lin... (by Repeater)
|
someone please run my code and tell me what's wrong with it |
|
[3 replies] Last: Line 23 has: sales s1("Raman",5000) and warning mentions conversion... (by keskiverto)
|
by Elsino
Problem STRTOK 2D ARRAY
|
|
[3 replies] Last: Allocate the memory for the array after you know how many words you ha... (by MikeyBoy)
|
by George1993
Closing the Console after cout
|
|
[1 reply] : if (answer == "N" || "n") I assume answer is declared as a string?... (by Chervil)
|
by AlexG360
Need help opeing and closing the file
|
|
[1 reply] : Missing header fstream. No idea where you're getting tmpfile from; no... (by Repeater)
|
by yasleo
assistance with file program
|
|
[1 reply] : The code is ok. I get the following output: 10 2 18 5 4 So what's t... (by Chervil)
|
by cyrus mortis
input from file into an array
|
|
[1 reply] : You could read from the file like this. // declare and open the... (by Chervil)
|
by asdffg126
calculator error
|
|
[2 replies] Last: Thank you so much! (by asdffg126)
|
by madaxe2018
Cant Get Header And Translation Unit Correct
|
|
[2 replies] Last: thanks for setting me straight I've been coding with VB.Net for along... (by madaxe2018)
|
by hh98265
Help with array
|
|
[1 reply] : the rest: - inside a loop get a value from the user. - check if t... (by closed account SECMoG1T)
|