by yukine
Implicit conversion loses integer precision: 'long' to 'int'
|
|
[3 replies] Last: I will help you to see it: long n; long a; ..CHOP ... (by jonnin)
|
by elver garric
Open file and read from a file in Functions
|
|
[6 replies] Last: Yep Chervil's is definitely the way to go. Using references for fstrea... (by Ganado)
|
by Marinos
converting a coloured image to a black/white
|
|
[2 replies] Last: *greyscale* single byte image conversion is simple, simply average the... (by jonnin)
|
finding in string |
|
[1 reply] : I don't know what your code is trying to print, but find() return the ... (by kbw)
|
find and space |
|
[3 replies] Last: #include <iostream> #include <string> #include <cctyp... (by lastchance)
|
by D3V1LL0
Go back to a certain part of the code.
|
|
[5 replies] Last: @Repeater Thanks a lot ! That was exactly what I was looking for ! (by D3V1LL0)
|
by skt232
how to stop loop and only loop specific info
|
|
[1 reply] : PLEASE USE CODE TAGS SURROUNDING YOUR CODE: [co de] [/co de] Yo... (by Ganado)
|
help me |
|
[6 replies] Last: Hello phongvants123, Now that you understand better this should make ... (by Handy Andy)
|
by Amiplus
Ncurses backspace problem
|
|
[3 replies] Last: What is the type of ch? It should be int. (by Peter87)
|
by ammar629
What is the bug here?
|
|
[3 replies] Last: Ty (by ammar629)
|
by Jakubaz
Creating condition.
|
|
[4 replies] Last: TY. (by Jakubaz)
|
by newguy17
functions calling
|
|
[5 replies] Last: thank you all again and god bless. (by newguy17)
|
by stonedviper
How does the scope operator actually work?
|
|
[6 replies] Last: If you're saying that this is a habbit of mine.I don't think so.Though... (by stonedviper)
|
by bal160730
c++ code output problem
|
|
[1 reply] : Here’s the current output of your program: Spools to be ordered10 ... (by Enoizat)
|
by dsblaster
calling seperate programs to one program using function calling
|
|
[1 reply] : all which i need to do is to combine them That's a very broad, gener... (by Chervil)
|
by bal160730
c++ code help
|
|
[1 reply] : Hello , Best to stick to one post or the other. http://www.cplusplus... (by Handy Andy)
|
by bal160730
c++ code problem
|
|
[1 reply] : Hello bal160730, You need to be more specific about your problem. W... (by Handy Andy)
|
by pcorone1
Sorting array using selection method
|
|
[2 replies] Last: Is this assignment due for you tomorrow as well? lol #include <iostr... (by keanuwannabe)
|
by Sirss
Can someone help me out?!
|
|
[3 replies] Last: Hello Sirss, First question I have is this a class in C or C++? I ca... (by Handy Andy)
|
by sr2cute702
Time Calculation and Format
|
|
[4 replies] Last: Thank you for the break down on my mistake with using double. My fix w... (by sr2cute702)
|