file created but no contents |
|
[2 replies] Last: In the original code, the file is opened twice. The second attempt wil... (by Chervil)
|
reading in with cin |
|
[1 reply] : Without a compilable example of your code, it’s hard to guess the ex... (by Enoizat)
|
non-existing cpp file in an open source project |
|
[3 replies] Last: I’ve downloaded and extracted on my W7 machine the file libcaca-0.99... (by Enoizat)
|
Classes with Other Classes as Member Data |
|
[no replies]
|
by Bopaki
'noOfRegions' was not declared in this scope
|
|
[3 replies] Last: Thank you both Chervil and Handy Andy. I only had to add in this line... (by Bopaki)
|
Help me, fix this simple program |
|
[5 replies] Last: #include <iostream> #include <string> // #include<conio.h> <-- conio... (by Enoizat)
|
file not displaying |
|
[2 replies] Last: After opening a file you should check that it is open before you use i... (by Thomas1965)
|
by rozick1
Implement strtok without modifying string?
|
|
[6 replies] Last: For immutable strings, the alternative would be to directly use strpb... (by JLBorges)
|
by SasuKe
How to turn this into a function
|
|
[3 replies] Last: You can make a function that will return a bool. Then another function... (by Hengry)
|
file read and display |
|
[3 replies] Last: ooooh thanks.while loop is so much better (by closed account 1vf9z8AR)
|
help needed asap thanks |
|
[3 replies] Last: thanks i like that if else loop (by closed account 1vf9z8AR)
|
Function Help |
|
[2 replies] Last: Huh, that's really weird. So really it's just undefined behavior that ... (by Bayan Khorshidi Berkeley)
|
Array help! |
|
[7 replies] Last: It did!! thanks :D (by wajahatshoukat)
|
by CapitalJeep
using overloaded == to compare between both int and char
|
|
[11 replies] Last: With the class Strange as written, talking about promiscuity (access... (by JLBorges)
|
by cowboys18
Input help!
|
|
[4 replies] Last: Hello cowboys18, I have been trying but I can't get it to work Pos... (by Handy Andy)
|
by Saibachick
Need help on pointers and dynamically allocated arrays.
|
|
[4 replies] Last: sure you do :) int *arrayPtr = NULL; cout << "How many test scores... (by jonnin)
|
by Caipenghui
Why you use c ++ so skilled. Is English the mother tongue? The damn Italian brags.
|
|
[4 replies] Last: Think of it as payback for having to learn Italian keywords when lea... (by kbw)
|
by kg98
Random Numbers Assignment with error found
|
|
[1 reply] : Either do this: unsigned seed = unsigned(time(0)); Or ditch the v... (by Golden Lizard)
|
C++ Selection sort and Binary Search help |
|
[2 replies] Last: A binary search requires a sorted list. You need to call your sorting ... (by liuyang)
|
by Sentoo
Arrays to Vectors
|
|
[1 reply] : the things you need to do to start are: #include<vector> ... struc... (by jonnin)
|