• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.
  • We hope the site problems here are now solved, however, if you still have any issues, please start a ticket in Contact Us

  • The rule regarding AI content has been updated. The rule now rules as follows:

    Be sure to credit AI when copying and pasting AI sources. Link to the site of the AI search, just like linking to an article.

Laptop programming?

Durelen

+|-|3
Sep 30, 2003
602
16
57
California
Visit site
✟873.00
Faith
Non-Denom
Many laptop computers have the same power as desktop computers now. It just depends how fast you want to compile your source code really and that only has to do with CPU and memory speed. I don’t really see a difference since my personal C programs are pretty small in comparison to big company projects. If you need that extra speed for compiling then building a linux cluster would be what you would want to do.

I have a small keyboard and screen on my laptop but I can plug in an external keyboard and monitor if I want to. I’ve never been in enough discomfort to plug externals in yet. But when it comes to graphic editing I mostly head for my desktop computer. Editing code on my laptop is fine though. Hehe now try to edit code on a pocket PC, lol.
 
Upvote 0

Durelen

+|-|3
Sep 30, 2003
602
16
57
California
Visit site
✟873.00
Faith
Non-Denom
Gateway.
I don’t like their desktop computers but their laptops are great.
Gateway laptops are nice but you may pay a little more than for Toshiba.
Gateway creates US jobs.
Software package is pretty nice with Gateway. My software package was nearly worth as much as the laptop its self.
If I were to get another brand? Gateway would need to go out of business first.
 
Upvote 0

ThePhoenix

Well-Known Member
Aug 12, 2003
4,708
108
✟5,476.00
Faith
Christian
Laptops have the annoying tendancy to overheat, endangering the processor. There have been no few laptops lost to continual heat damage. I have a desktop, and until I see convincing evidence that laptops no longer overheat then I'll get one.

P.S. A laptop with the exact same specs as a desktop will underperform the desktop every time.
 
Upvote 0

Durelen

+|-|3
Sep 30, 2003
602
16
57
California
Visit site
✟873.00
Faith
Non-Denom
This is my second laptop. Sure some laptops overheat but I’ve seen laptops outlast desktop computers. Statistically you will find more laptops to overheat compared to desktop computers. Tip: keep your laptop clean and never ever block the cooling vents (which is easy to do if it’s sitting on your lap).

I don’t think top performance is an issue with laptops. If you need the fastest system, for like playing games, then yes get a desktop, that’s about the only thing I do with my desktop. And even then the performance between a 2ghz desktop compared to a 2ghz laptop, IMHO, comes down to benchmark statistics and not likely to be noticed by the user as he/she uses the system. I will say though, a few years from now if you trade either a 2ghz laptop or a 2ghz desktop the laptop will be worth much more.

I do cross platform C programming on my laptop. I can write a program with my XP system and execute it in a UNIX environment on the same laptop or on my Linux box, it just depends on the software you use.


(Man, that server busy message is annoying when you are hitting the post button)
 
Upvote 0
Durelen said:
Gateway.
I don’t like their desktop computers but their laptops are great.
Gateway laptops are nice but you may pay a little more than for Toshiba.
Gateway creates US jobs.
Software package is pretty nice with Gateway. My software package was nearly worth as much as the laptop its self.
If I were to get another brand? Gateway would need to go out of business first.
"Gateway creates US jobs" good point. Like to buy American products when I can. Thanks for the information. I'll take a look at Gateway. I've had several other friends tell me to look at Gateway.
 
Upvote 0

Durelen

+|-|3
Sep 30, 2003
602
16
57
California
Visit site
✟873.00
Faith
Non-Denom
sledhead said:
"Gateway creates US jobs" good point. Like to buy American products when I can. Thanks for the information. I'll take a look at Gateway. I've had several other friends tell me to look at Gateway.
Well the hardware is still mostly from china (haven't seen US hardware in looong time) but assembly and sales are US jobs. I think their support is still in the US too.

Code:
#include <stdio.h>
 
main ()
{
		printf("Ahhh C++ Good language!");
}
 
Upvote 0
Durelen said:
Well the hardware is still mostly from china (haven't seen US hardware in looong time) but assembly and sales are US jobs. I think their support is still in the US too.

Code:
#include <stdio.h>
 
main ()
{
		printf("Ahhh C++ Good language!");
}
I have seen that in a while "printf" good old c days.
 
Upvote 0

linuxChique

God's Child
Oct 13, 2003
72
4
43
madison, al
Visit site
✟22,712.00
Faith
Protestant
I have a sony vaio. I love the mobility, hate the battery life (2 hrs max), and rather dislike the small screen and keyboard. I even have a 13 inch screen on my laptop. I'd much rather code on a desktop. I've coded from the laptop directly, and sshed into my desktop, and haven't noticed any difference by way of processing power (700 mhz laptop vs 1.2 ghz desktop).

All in all, i'll stick to my desktop.
 
Upvote 0

Durelen

+|-|3
Sep 30, 2003
602
16
57
California
Visit site
✟873.00
Faith
Non-Denom
Heh if my laptop was 100mhz slower we would have identical system speed, regarding my laptop (800mhz) and Linux box (1.2mhz). Yeah I do wish I picked up a bigger laptop but I purposely got a smaller one for portability. Actually this little thing is nearly built bullet proof. My next laptop will have a 15 inch screen at least. The screen on my laptop sure does look nice though.
 
Upvote 0
linuxChique said:
I have a sony vaio. I love the mobility, hate the battery life (2 hrs max), and rather dislike the small screen and keyboard. I even have a 13 inch screen on my laptop. I'd much rather code on a desktop. I've coded from the laptop directly, and sshed into my desktop, and haven't noticed any difference by way of processing power (700 mhz laptop vs 1.2 ghz desktop).

All in all, i'll stick to my desktop.
What lang. do you work in?
 
Upvote 0