by bdohler
Code::Blocks build errors
|
|
[4 replies] Last: Thanks everyone :D I should have noticed the extra hyphen... but what... (by bdohler)
|
C++ Beginner: Array of type char vs Array of type int |
|
[2 replies] Last: When adding two integral types, if they are different sizes then the s... (by dhayden)
|
by DTrey
File I/O Issues Containing Arrays
|
|
[14 replies] Last: How would I get it to display the number of accounts that are written ... (by DTrey)
|
by Bdanielz
Passing a pointer to a function?
|
|
[1 reply] : If your string is null terminated, you do not need to pass a size wit ... (by MiiNiPaa)
|
by phztfte1
Wrong Type of Output from Linked List
|
|
[2 replies] Last: Thank you. I don't have a good grasp of pointers yet. The fix was ... (by phztfte1)
|
by alskdjfhg123
code doesn't work as expected
|
|
[1 reply] : Line 17. max or min? Lines 5 and 11. How many elements do min and ma... (by keskiverto)
|
by jadegnan
problem with abstract classes???
|
|
[4 replies] Last: Ahh yeah the const, I didn't even notice. Thanks it compiled now. (by jadegnan)
|
vector with 3 elements |
|
[6 replies] Last: Here is how I would approach it, but everyone has their own ways. Did... (by closed account 2UD8vCM9)
|
by D3CIM8OR
invalid array subscript
|
|
[2 replies] Last: It works for me: #include <iostream> #include <cstring> #include <cma... (by closed account j3Rz8vqX)
|
Error LNK2019: Symbol extern undefined. My code (cuda 6.0), why not work? |
|
[1 reply] : The linker error means that the linker cannot find the implementation ... (by keskiverto)
|
by danzal
How do i write this formula in c++?
|
|
[5 replies] Last: int t, sum, n; t is an integer. So is sum. So is 273 Hence either t... (by Chervil)
|
by max v max2
Tree using Classes Problem
|
|
[3 replies] Last: i had solve it using this method: [int main() { int x; bst tree;... (by max v max2)
|
by Jean14
linked list bunnies problem
|
|
[7 replies] Last: > what if i want to write it in a binary file ? When you feel the ur... (by JLBorges)
|
by salsa
challange
|
|
[7 replies] Last: Over 1000 challenges here: http://codeforces.com/problemset?order=BY_S... (by Smac89)
|
by Wesp
Please can someone explain it to me?
|
|
[4 replies] Last: the keyword const makes the a "read only" function.U cant use it to mo... (by Pter0dactyl)
|
by annemaury
help with input buffer
|
|
[2 replies] Last: Thanks anyway, i've been told that before, but it's for a class, and h... (by annemaury)
|
by DTrey
File I/O
|
|
[1 reply] : If you have a data thats structured then why are u using a text file.R... (by Pter0dactyl)
|
by CrazyCrinkle
C++ Angles from integers
|
|
[3 replies] Last: Yes, the f suffix means 'float'. Otherwise, 100.0 would be considered ... (by Chervil)
|
by ramnik93
error during compilation
|
|
[2 replies] Last: Thanks for your help (by ramnik93)
|
by altan haan
Unknown cause for error
|
|
[5 replies] Last: @Computergeek01 I think you are correct, I changed the variable names ... (by altan haan)
|