by ebto
Help with offset function for a calendar program
|
|
[3 replies] Last: You should be getting compile warnings that you need to fix! From the... (by jlb)
|
by Bivs17
Blank output screen
|
|
[6 replies] Last: The first two parameters are passed by reference? Of course, my ba... (by TheIdeasMan)
|
by DrZoidberg
Buffered cout and flush confusion
|
|
[4 replies] Last: Thank you all for the detailed explanations - especially your demo Cub... (by DrZoidberg)
|
a function that returns vector |
|
[5 replies] Last: Thanks @jlb it works after getting rid of pointers . #include <cstri... (by neuronphysics)
|
by olaf94
ofstream - question
|
|
[1 reply] : FOR CREATING FILES IN DIFFERENT FOLDERS In order to achieve this, you'... (by taha ilyas)
|
c++ windows.h library and handles |
|
[5 replies] Last: thanks man you helped me a lot ! i'm spending about 5-6 hours a day le... (by globaltourist)
|
by victoria61
[please help] converting text to ascii
|
|
[3 replies] Last: Try it out with different sizes. Try 256. If you look up 'arrays' in t... (by closed account 48T7M4Gy)
|
by crepe6
why does this program terminate?
|
|
[8 replies] Last: yeah I think that worked. thanks. (by crepe6)
|
by ethansuleman
code to solve for variables
|
|
[2 replies] Last: If you want to work with any arithmetic expression then make them as s... (by Vabi)
|
by ebto
Help with an array syntax
|
|
[1 reply] : basically your averaageGrades function has a minor flawed logic its... (by shadder)
|
by Minebloxjj
Problems with integers
|
|
[2 replies] Last: #include <iostream> #include <string> int main() { int menu_choi... (by JLBorges)
|
by ryhne
digit after decimal point!
|
|
[6 replies] Last: thank you everyone! it works now :) abstand is actually the same wor... (by ryhne)
|
by frantheman27
Greatest common factor using euclid's algorithm
|
|
[4 replies] Last: Here is a an amazingly clear video that explains Euclids algorithm: ht... (by Arslan7041)
|
by wolfv
Initializer list question.
|
|
[2 replies] Last: Thanks TheIdeasMan! That worked. (by wolfv)
|
by CosminPerRam
Int from file to file
|
|
[3 replies] Last: to make a global variable, declare it outside of any function(remove v... (by jdm1891)
|
by fntASY
How do I name a basic .exe console?
|
|
[3 replies] Last: Just got it! For anyone who also has this problem: You have to includ... (by fntASY)
|
by Axrol
Can someone help me with random chooser project
|
|
[9 replies] Last: To give you an idea (C++ 11 or later): #include <iostream> #include ... (by chicofeo)
|
by alalmoustafa
Please help c++ beginner
|
|
[2 replies] Last: Hi, You can figure out this yourself :+) Just put a cout that print... (by TheIdeasMan)
|
by h4ever
how to get value of pixel from image?
|
|
[no replies]
|
by Kavanga
compiler does not recognize ofstream
|
|
[5 replies] Last: Thank you very much, now it's working. You really saved my day. (by Kavanga)
|