by greatyucko
Frequency of Words in 2D array
|
|
[2 replies] Last: UNIX is your friend: system("sort words.txt | uniq -c | sort -n | tai... (by dhayden)
|
by Dazzer
Noob question about library source code
|
|
[3 replies] Last: What do you mean by "non-source library"? There are libraries where ... (by MiiNiPaa)
|
by Stevecaresx
If, Else statements help
|
|
[4 replies] Last: Thanks for that tip. Here is the updated code. *sigh* I still have ... (by Stevecaresx)
|
by saherch
Passing struct arrays to functions
|
|
[2 replies] Last: OK. Thanks alot. (by saherch)
|
by ndfan2015
Constants and Declarations
|
|
[4 replies] Last: Ah, I see. And yes, although you can do quite powerful things with th... (by Norm Gunderson)
|
by Madolite
enum, typedef & switch/if comparison?
|
|
[6 replies] Last: Sweet. That's a lot of great replies, thanks. :) (by Madolite)
|
by MisterWHite
Can i get help with C# ( ToUpper() )?
|
|
[2 replies] Last: Strings are immutable in C# so Substring and ToUpper can't modify the ... (by Peter87)
|
having problems understanding pointers and subscripts |
|
[5 replies] Last: #include <iostream> int main() { int x { 42, 651, 10 }; // type... (by JLBorges)
|
by qvantry
Calling a function with an array inside it
|
|
[2 replies] Last: Lets say I had give the array different values before calling the func... (by qvantry)
|
how to save programs |
|
[1 reply] : when you create a project, choose c++ empty file then name it with .cp... (by claudeyboy)
|
by Juanda084
Help with log in problem
|
|
[2 replies] Last: Thank you, I edited my question :) (by Juanda084)
|
Playing audio from a socket with buffering |
|
[no replies]
|
Assistance in my code. |
|
[6 replies] Last: "PuTTY is a utility for the Windows operating system that allows the u... (by soumyaxyz)
|
by Rgillooly91
Average Student Grade HW (Please Help ASAP)
|
|
[2 replies] Last: 2 errors now - line 28 col 2 C:\Users\Rob\Desktop\main.cpp expected ... (by Rgillooly91)
|
by Enterprise D
Problem with array comparison
|
|
[3 replies] Last: You can make it so much simpler by simply getting rid of 'pcake' varia... (by Arslan7041)
|
by KrazyKarlHD
Reading txt file and creating an Struct with Arrays
|
|
[4 replies] Last: Line 40 is wrong. string::compare() returns non-zero if the strings ar... (by dhayden)
|
by cCj
random always returns same values
|
|
[6 replies] Last: Ok makes sense, thanks (by cCj)
|
while c++ |
|
[5 replies] Last: Hi mwu, This is really the same subject as your other post, and we ar... (by TheIdeasMan)
|
by mindoo
C++ Multiconnection basic console tchat server Winsock2 Second client not receiving anything
|
|
[7 replies] Last: Is that what is making my code crash ? As I said: Yes: the programm e... (by coder777)
|
.exe stops executing at the point of main function |
|
[4 replies] Last: You're speaking vaguely about a problem. How to reproduce the problem?... (by coder777)
|