by Thelps
Parse .txt and find a word(s) and surrounding data?
|
|
[4 replies] Last: Unless you have a line in the file that contains only the word "Number... (by cire)
|
by ammar629
Login/Registration Program
|
|
[2 replies] Last: first of all, I am going to assume you at least started working with f... (by Troaat)
|
by gracchus
palindromes
|
|
[1 reply] : Here's one approach. Go through the string and see if each character ... (by dhayden)
|
by al8888
code transferred to mobile device behaves differently.
|
|
[2 replies] Last: Some tips: You don't have to case (1): do that. You can simply wri... (by duman)
|
by The wizard91
How to call a function from another .cpp to the main one?
|
|
[2 replies] Last: Should be #ifndef _SQUARE_H Note the negating n as 4th letter ... you... (by lastchance)
|
by binaary
best way to learn c++
|
|
[3 replies] Last: It might be good to just read ahead in your class material to learn mo... (by dhayden)
|
by Ryan K
After reading from text file, search results aren't correct
|
|
[1 reply] : It looks like your fscanf() is incorrect, in several places. fscanf(... (by jlb)
|
separete numbers |
|
[1 reply] : Why don't you post your code ? (by SamuelAdams)
|
by DScience
C4150 deletion of pointer to incomplete type ''; no destructor called
|
|
[4 replies] Last: Yes. (by JLBorges)
|
by alanrkd
Visual C++
|
|
[1 reply] : Hello alanrkd, Welcome to the forum. Just so you know this is not a ... (by Handy Andy)
|
by ZekDe
Some basic question
|
|
[1 reply] : what is static_cast here It casts a function pointer to a pointer to ... (by coder777)
|
by Joachim4711
Input of several sets of numbers
|
|
[5 replies] Last: Brilliant! That is exactly the correct way to view it. Nice job. (And,... (by Duthomhas)
|
by youandme
My first Snake Game in C/C++
|
|
[no replies]
|
by kns28722
stopping code with input and if statment
|
|
[1 reply] : Also I know I've got some issues here. I noticed if there is a penny f... (by kns28722)
|
by Programhelpa
What's wrong on my coding ?
|
|
[3 replies] Last: Thankyou so much ~! it works , and yes i have never looked into a boo... (by Programhelpa)
|
by ExSanity
Linking libcurl statically throws unresolved externals.
|
|
[3 replies] Last: This is still an issue. Note: even if I change from MDd to MTd the err... (by ExSanity)
|
by mattcoder
New to C++, what is the mistake in my code?
|
|
[1 reply] : The variables you create and set on line 19 and 23 cease to exist afte... (by Repeater)
|
by celion
No matching function call, std::array problem
|
|
[2 replies] Last: Well, silly me... Thank you~ and merry christmas :) (by celion)
|
by dschultz108
If all are true return true
|
|
[2 replies] Last: This is awesome. This gives me a start. i have several more complica... (by dschultz108)
|
by play4u
Assign shorcut to terminate console application
|
|
[2 replies] Last: Oh God! You're right, pressing ctrl + c does stop the program. Thank y... (by play4u)
|