by Eristato
?!?! Ideas Anyone !?!?
|
|
[18 replies] Last: @Grime, Here is a simple implementation of the sieve. Even in this un... (by dutch)
|
by AL88
What am I doing wrong with these logic gates?
|
|
[4 replies] Last: #include <iostream> int main(void) { int a=8, b=8, c=0; s... (by Cheddar99)
|
by riversr54
Problems with Vectors in Microsoft C++ (1,2)
|
|
[23 replies] Last: It happens. Now you know what looks like one problem can be something... (by closed account E0p9LyTq)
|
by glasseater
Programming Ending without meeting both criteria
|
|
[6 replies] Last: Sorry I should've explained better I did that and what JL said. When I... (by glasseater)
|
by inf2405
Newton's Method
|
|
[5 replies] Last: debugging just shows you what is happening. it does not omit anything... (by jonnin)
|
by Mister H
String
|
|
[2 replies] Last: Thanks. It helped a lot. (by Mister H)
|
by majstor
Need help !
|
|
[2 replies] Last: Thank you (by majstor)
|
by Kiryu
Why does the following snippet not compile?
|
|
[3 replies] Last: The issue isn't just that they are the same identifier, that's call ov... (by Ganado)
|
Sweep line algorithm |
|
[4 replies] Last: I saw data structures written (by closed account 1vf9z8AR)
|
by ksau
Function pointers drive me nuts ;-)
|
|
[4 replies] Last: Very cool, thank you all for the quick replies! I will now try to unde... (by ksau)
|
How to (set size or resize) and fill: Two dimensional string array inside a function? |
|
[2 replies] Last: @salem c (293) thank you very much! it works perfectly, and very profi... (by vincentthorpe)
|
by dtle647
Average line from a text file???
|
|
[2 replies] Last: This may not be quite perfect, and salem's code looks easy to follow, ... (by Cheddar99)
|
by formatyes
Best way to store records / fields of csv-files in memory?
|
|
[6 replies] Last: omg ...yes I remember ... I read it ... about heap und vectors but I f... (by formatyes)
|
by ace184
Would an if statement work here?
|
|
[4 replies] Last: > I am having trouble on figuring out just how to write and implement... (by JLBorges)
|
by bscruggs99
What do you do when you don't know how to solve a problem?
|
|
[12 replies] Last: Lol oh. The only one I have right now is introduction to algorithms. I... (by bscruggs99)
|
by Eristato
?? Non-Repeating Random Number Array ??
|
|
[5 replies] Last: - Create an array from 1 to 100. - Select a random index into the arra... (by dhayden)
|
by Maxster
Tetris Help
|
|
[9 replies] Last: I can't use classes to make the Tetris game. I have that code because ... (by Maxster)
|
by lost110
Facing problem in structures
|
|
[14 replies] Last: Regarding the original problem, let's start by moving the reading and ... (by dhayden)
|
by Unspoken
Is it possible to create a template that accepts type T which is an object or pointer to an object?
|
|
[8 replies] Last: Thank you for explanation, that was very helpful. (by Unspoken)
|
by Bopaki
This program works fine if I work with numbers but not with strings
|
|
[2 replies] Last: Okay it now works fine. I changed the template type to void and every ... (by Bopaki)
|