by FocusedSG
Help me with my game command please :<
|
|
[7 replies] Last: Here's a method that doesn't care about whitespace between "/msg" and ... (by Ganado)
|
by Comand1940
Vertical bar graph
|
|
[1 reply] : Perhaps a newline at the end of a line? (by keskiverto)
|
by adam2016
Memory address size (1,2)
|
|
[27 replies] Last: thanks guys for sticking with me :) I think my wording of the questio... (by adam2016)
|
by gephenzie
double value within union corrupts int value
|
|
[7 replies] Last: you should not need a union in anything you write. You just need to k... (by jonnin)
|
by neodrago1234
How to make a two dimensional array with rows and collums selected by the user?
|
|
[3 replies] Last: #include <iostream> #include <vector> #include <ctime> #include <cstd... (by lastchance)
|
by jinjin211
WHAT IS WRONG WITH MY CODES? :( tryna print a calendar
|
|
[3 replies] Last: Take a look here on how to calculate the leap year: https://en.wikipe... (by coder777)
|
by Unspoken
Which data structure / class should I use?
|
|
[7 replies] Last: @keskiverto Yes, it was for example. Ok, thanks so vector is the way... (by Unspoken)
|
help needed |
|
[8 replies] Last: whats the logic behind vector pair in CHHAPPY @yoyohoney (by closed account 4Nybko23)
|
by az1234
Reading in only every other line from a file
|
|
[7 replies] Last: #include <iostream> #include <fstream> #include <string> #include <ca... (by lastchance)
|
by ashwyn
Help with float validation
|
|
[5 replies] Last: and then call a function that will validate that input as a legal flo... (by lastchance)
|
Detecting the end of line in a text file (1,2) |
|
[27 replies] Last: Excellent! (by tpb)
|
by ZirJohn
Help reading data from text file properly.
|
|
[2 replies] Last: You might be able to just do this: while (i < size && in >> flavor ... (by tpb)
|
Recursive function |
|
[3 replies] Last: The last snippet should work. Change return (check == check[size-1]... (by Satan)
|
by newtothis123
Looping-Proper Iterations and Initializing/Storing Variables
|
|
[3 replies] Last: Sorry-I've been staring at it for far too long. @tpb, it is a for loop... (by newtothis123)
|
by DeeJ27
Nesting Loop Statements - Need guidance
|
|
[3 replies] Last: Oh I get it! The else statement is the "answer" if the if statement is... (by DeeJ27)
|
by Menace305
Help on Passing by Value/Reference
|
|
[4 replies] Last: I'm way too tired to go into detail right now but there is plenty of g... (by adam2016)
|
by franjuk
getting average of an array(pointers)
|
|
[1 reply] : You are doing cin Into array size after you allocate. there are a fe... (by user42)
|
Recursive functions |
|
[4 replies] Last: #include <iostream> int f(int n) { if (n == 0) return 5... (by tpb)
|
by darego
Linked list, delete node at x position
|
|
[7 replies] Last: Thanks a lot Repeater! You've been very helpful again.. code below wor... (by darego)
|
homework help |
|
[1 reply] : CODE A PROGRAM THAT PROVIDES THE NUMBER OF TEXT MESSAGES A USER SENT ... (by adam2016)
|