by kaluhfornia
Random Number Generator Error
|
|
[1 reply] : srand() goes in main(). But, since this is C++, you might as well do i... (by Duthomhas)
|
by tidematic
Array of Struct
|
|
[2 replies] Last: #include <iostream> #include <string> #include <fstream> struct P {... (by fiji885)
|
by emano12
C programming- array
|
|
[11 replies] Last: Here is your program, updated to help you. #include <stdbool.h> #in... (by Duthomhas)
|
by ialexsandu
Math
|
|
[5 replies] Last: Well i fixed it . Thank you so much <3 (by ialexsandu)
|
by Mosquetero
Melon
|
|
[3 replies] Last: @coder777, After I wrote that I noticed that one of the posts was rep... (by Handy Andy)
|
by kaveend
c++ game problom
|
|
[2 replies] Last: could you elaborate on the problem, and explain what happens when you ... (by Arctic)
|
generating card box |
|
[5 replies] Last: @keena Could you display lines 41 to 57 as shown in the original post... (by whitenite1)
|
by adam2016
wrong answer with calculator
|
|
[1 reply] : you type 2+2q it does some things and ends up in the + part of the swi... (by jonnin)
|
by gppalm24
Using a class as a member for another class: incomplete type error
|
|
[4 replies] Last: Ah, I see that now....worse in my actual code as I have four header fi... (by gppalm24)
|
by Sigge414
Check if value exists in array?
|
|
[1 reply] : You could use std::find. if (std::find(std::begin(ourArray), std::en... (by Peter87)
|
by LilXeno
Fahrenheit to Celsius and vice versa conversion help
|
|
[5 replies] Last: The far() and cel() routines are the wrong way round, and have too man... (by lastchance)
|
by claudilla
how to compute a value of intersection of two arrays?
|
|
[8 replies] Last: @MadMaul13, intersection_arr is still a zero-size array. It is still... (by lastchance)
|
difference seekp and seekg |
|
[1 reply] : It is currently a flaw in many library implementations (and, IMHO, the... (by Duthomhas)
|
by isan
send message to all clients who are connected to server
|
|
[3 replies] Last: @Repeater Thanks for your response and I added this to my code, but I ... (by isan)
|
Array help, outputs the wrong thing |
|
[1 reply] : You want something like this for peter... its not exactly right but th... (by jonnin)
|
by Mosquetero
Watermelon
|
|
[no replies]
|
by Mosquetero
Pineapple
|
|
[1 reply] : No tienes una pregunta. Edit: I see you're just a troll or a really s... (by Ganado)
|
homework problem someone plz solve..fun with geometry |
|
[4 replies] Last: Figuring the intersection of two rectangles can be a pain. Here's an e... (by dhayden)
|
by sahil9620
c++ output explanation
|
|
[4 replies] Last: thank bro for the help (by sahil9620)
|
by smoothstone
infile -> outfile does nothing
|
|
[3 replies] Last: @cire Thank you, this works as I need it to. What is the difference b... (by smoothstone)
|