by Otamaindo
fatal error LNK1120: 2 unresolved externals
|
|
[3 replies] Last: Why is FlyingStrings::data static? Where did you initialize this sta... (by jlb)
|
by Robert1234
Manipulating ints that are in a string variable type
|
|
[5 replies] Last: Oh okay. I had just read somewhere that it was bad practice to use 'us... (by Robert1234)
|
Robotics |
|
[1 reply] : Here's one: https://www.arduino.cc/ (by koothkeeper)
|
by vaultDweller
How to write a recursive function in reverse?
|
|
[no replies]
|
need help with aranging data from an in file |
|
[7 replies] Last: kenmort thank you i will be working with that code i havent learned ab... (by apurpledragon)
|
A code that needs to loop |
|
[9 replies] Last: seriously i learn more from you guys than i do in school its wonderful... (by apurpledragon)
|
by Roody
sum of row and column
|
|
[19 replies] Last: No offense was taken - not even masters at the art of giving it have m... (by closed account 48T7M4Gy)
|
by ebucna
nested class
|
|
[14 replies] Last: I ended up doing this: class Flights{ private: string departureA... (by ebucna)
|
by TheLoneWolf
Cannot find the missing ';' (1,2)
|
|
[28 replies] Last: Here it is //E.L.I.T.E.S. corps #include <iostream> #include <strin... (by crazyjoshua27)
|
Recursion/Looping Confusion |
|
[3 replies] Last: Sorry, I was eating Turkey. is there anyway I can tell the compiler... (by keanedawg)
|
by jailil
Candiate Programming- Percent issue
|
|
[8 replies] Last: Below is a suggestion From: /* function to print the result*/ void... (by chicofeo)
|
by jonrogers44
Binary Search Implementation
|
|
[2 replies] Last: Appreciate the help. The Binary search works, and I REALLY appreciate... (by jonrogers44)
|
by chipp
class declaration
|
|
[13 replies] Last: class mnemonic_one { public: mnemonic_one( int = 0 ) { /* ... */ } /*... (by JLBorges)
|
by salwahaitham
help with string arrays
|
|
[1 reply] : Do you really want to index word with i on line 24? (by cire)
|
by jekaterina
expected a type specifier error
|
|
[3 replies] Last: Just because i assign arguments as this, the error pops up. Otherwise,... (by jekaterina)
|
Bio-Data Program |
|
[3 replies] Last: Well, what you have displayed only checks the first digit. You will n... (by koothkeeper)
|
by jamzcox
c = a + b and then d = 2*c
|
|
[2 replies] Last: Thank you for your clear response TarikNeaj. (by jamzcox)
|
by jamzcox
C++ Coding for (x*y)^(5/3)
|
|
[3 replies] Last: Thanks ne555. I noted the dot. Thanks Shadowwolf for typing all the c... (by jamzcox)
|
by josephli
Read and write file (combine lines in one)
|
|
[4 replies] Last: OKAY! I will try it ! Thanks lots!! (by josephli)
|
by elanhickler
String match algorithm that compares "all at a time"
|
|
[6 replies] Last: thank you helios, that resolves my question! (by elanhickler)
|