UNIX/Linux Programming - August 2014 (Page 2)

by axtyax
positioning cursor with c++
 
I would like to know how to re-position the cursor through a c++ program. I'm not asking for how to do this inside a terminal, I want to know how to position t...
[2 replies] Last: Ok, Thanks for the reply, ill go see if it works! (by axtyax)
Need Project Ideas
 
Hey everyone, I am new to this site but excited to finally become a member. I am nearing my major in computer science in college, and have learned a fair am...
[4 replies] Last: cameronm, I had the exact same problem when wanted to start with some ... (by codekiddy)
by gsk579
Vector of struct using and sorting
 
My definition is --------------------------------- using namespace std; struct goodl { int line; string trl; }; struct vetor { goodl gline }; vector<...
[7 replies] Last: #include <iostream> #include <string> #include <vector> #include <uti... (by keskiverto)
Infinite loop seemingly caused by a lack of any output
 
Lately I have been working on a Sudoku generator, grader and solver, which has been working fine. I recently made significant speed increases to my program and ...
[3 replies] Last: Thanks for your help guys! I've fixed the problem now, though I still... (by SirMount)
Help me with threaded client..
 
Hi! I am beginner in network programming... and i tried to create UDP server/ client. I have to do it by threads. Every client is a new thread. Can someone help...
[4 replies] Last: If you're doing UDP multiple threads are not required... is this a hom... (by closed account N36fSL3A)
by axtroz
Implementing a timed check
 
Hello everyone! I am writing a simple application to check some records in an interval. Each record has its own checking interval which can be between 5 and 3...
[4 replies] Last: Brilliant! Thanks a lot for the simple (as in easy to understand) expl... (by axtroz)
by axtyax
applying a blur filter to a .bmp image
 
As the title suggests, I would like to apply a simple blur filter to my .bmp image, but without using any sort of built in tools. All I really need is for so...
[1 reply] : Read up on Image convolution and Gaussian blur (by closed account z05DSL3A)
loop for char
 
i have a socket receving data on a char buf what i want to do is a loop to check every single char of my buf. and if it detecs a "X=" , it add to a second va...
[18 replies] Last: the first option is fine for me, is working fast too. (by legendarysnake)
Best Tutorials/Community support
 
I haven't chosen a cross-platform gui library yet, and I've decided to choose one based on which has the best documentation and the best community support. So d...
[3 replies] Last: It all depends on what you're doing, how you program, and whether the ... (by joe7)
August 2014 Pages: 12
  Archived months: [jul2014] [sep2014]

This is an archived page. To post a new message, go to the current page.